Bugfixes
|
Before Width: | Height: | Size: 728 B After Width: | Height: | Size: 747 B |
|
Before Width: | Height: | Size: 3 KiB After Width: | Height: | Size: 3.2 KiB |
|
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.5 KiB |
|
Before Width: | Height: | Size: 651 KiB After Width: | Height: | Size: 647 KiB |
|
Before Width: | Height: | Size: 996 KiB After Width: | Height: | Size: 960 KiB |
|
Before Width: | Height: | Size: 312 KiB After Width: | Height: | Size: 368 KiB |
|
Before Width: | Height: | Size: 187 KiB After Width: | Height: | Size: 186 KiB |
|
Before Width: | Height: | Size: 1.3 MiB After Width: | Height: | Size: 1.3 MiB |
|
Before Width: | Height: | Size: 2.1 MiB After Width: | Height: | Size: 2.1 MiB |
|
Before Width: | Height: | Size: 188 KiB After Width: | Height: | Size: 187 KiB |
|
Before Width: | Height: | Size: 1.3 MiB After Width: | Height: | Size: 1.3 MiB |
|
|
@ -200,36 +200,36 @@ public class UnitTypes implements ContentList{
|
|||
y = 1f;
|
||||
x = 21.5f;
|
||||
shootY = 11f;
|
||||
reload = 18f;
|
||||
reload = 9f;
|
||||
recoil = 5f;
|
||||
shake = 4f;
|
||||
ejectEffect = Fx.shellEjectBig;
|
||||
shootSound = Sounds.artillery;
|
||||
|
||||
bullet = new BasicBulletType(13f, 80){{
|
||||
bullet = new BasicBulletType(13f, 45){{
|
||||
pierce = true;
|
||||
width = 11f;
|
||||
height = 30f;
|
||||
width = 14f;
|
||||
height = 32f;
|
||||
lifetime = 15f;
|
||||
shootEffect = Fx.shootBig;
|
||||
fragVelocityMin = 0.4f;
|
||||
|
||||
hitEffect = Fx.blastExplosion;
|
||||
splashDamage = 25f;
|
||||
splashDamage = 18f;
|
||||
splashDamageRadius = 30f;
|
||||
|
||||
fragBullets = 2;
|
||||
fragLifeMin = 0f;
|
||||
fragCone = 30f;
|
||||
|
||||
fragBullet = new BasicBulletType(9f, 10){{
|
||||
fragBullet = new BasicBulletType(9f, 15){{
|
||||
width = 10f;
|
||||
height = 10f;
|
||||
pierce = true;
|
||||
|
||||
lifetime = 20f;
|
||||
hitEffect = Fx.flakExplosion;
|
||||
splashDamage = 23f;
|
||||
splashDamage = 15f;
|
||||
splashDamageRadius = 15f;
|
||||
}};
|
||||
}};
|
||||
|
|
|
|||