This commit is contained in:
Anuken
2020-09-04 22:36:38 -04:00
parent d77830ebf0
commit 68f00a8983
14 changed files with 3884 additions and 3884 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 728 B

After

Width:  |  Height:  |  Size: 747 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

File diff suppressed because it is too large Load Diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 651 KiB

After

Width:  |  Height:  |  Size: 647 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 996 KiB

After

Width:  |  Height:  |  Size: 960 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 312 KiB

After

Width:  |  Height:  |  Size: 368 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 187 KiB

After

Width:  |  Height:  |  Size: 186 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

After

Width:  |  Height:  |  Size: 1.3 MiB

File diff suppressed because it is too large Load Diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 MiB

After

Width:  |  Height:  |  Size: 2.1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 188 KiB

After

Width:  |  Height:  |  Size: 187 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

After

Width:  |  Height:  |  Size: 1.3 MiB

View File

@@ -200,36 +200,36 @@ public class UnitTypes implements ContentList{
y = 1f; y = 1f;
x = 21.5f; x = 21.5f;
shootY = 11f; shootY = 11f;
reload = 18f; reload = 9f;
recoil = 5f; recoil = 5f;
shake = 4f; shake = 4f;
ejectEffect = Fx.shellEjectBig; ejectEffect = Fx.shellEjectBig;
shootSound = Sounds.artillery; shootSound = Sounds.artillery;
bullet = new BasicBulletType(13f, 80){{ bullet = new BasicBulletType(13f, 45){{
pierce = true; pierce = true;
width = 11f; width = 14f;
height = 30f; height = 32f;
lifetime = 15f; lifetime = 15f;
shootEffect = Fx.shootBig; shootEffect = Fx.shootBig;
fragVelocityMin = 0.4f; fragVelocityMin = 0.4f;
hitEffect = Fx.blastExplosion; hitEffect = Fx.blastExplosion;
splashDamage = 25f; splashDamage = 18f;
splashDamageRadius = 30f; splashDamageRadius = 30f;
fragBullets = 2; fragBullets = 2;
fragLifeMin = 0f; fragLifeMin = 0f;
fragCone = 30f; fragCone = 30f;
fragBullet = new BasicBulletType(9f, 10){{ fragBullet = new BasicBulletType(9f, 15){{
width = 10f; width = 10f;
height = 10f; height = 10f;
pierce = true; pierce = true;
lifetime = 20f; lifetime = 20f;
hitEffect = Fx.flakExplosion; hitEffect = Fx.flakExplosion;
splashDamage = 23f; splashDamage = 15f;
splashDamageRadius = 15f; splashDamageRadius = 15f;
}}; }};
}}; }};