Skip to content

Commit

Permalink
Effects Polishing 53 hmmmmm
Browse files Browse the repository at this point in the history
  • Loading branch information
Eschatologue committed Oct 24, 2021
1 parent 0cc9ef5 commit 573c8df
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/UAW/content/UAWBlock.java
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Items.titanium, new TrailBulletType(12f, 10f) {{
health = 150 * size * size;
maxAmmo = 200;
reloadTime = 30f;
range = 30 * tilesize;
range = 35 * tilesize;
rotateSpeed = 7f;
inaccuracy = 7.5f;
recoilAmount = 3f;
Expand Down Expand Up @@ -226,7 +226,7 @@ UAWItems.cryogel, new BasicBulletType(7, 15) {{
reloadTime = 35f;
shootShake = 3f;
restitution = 0.05f;
range = 25 * tilesize;
range = 30 * tilesize;
ammoUseEffect = Fx.casing3;
shootSound = Sounds.shootBig;
inaccuracy = 1.5f;
Expand Down Expand Up @@ -426,8 +426,8 @@ Items.surgeAlloy, new CanisterBulletType(2f, 30, 3, mineEMP) {{
restitution = 0.02f;
recoilAmount = 6f;
shootShake = 48f;
range = 50 * tilesize;
minRange = range / 3.5f;
range = 65 * tilesize;
minRange = range / 2.5f;
acceptCoolant = false;

shootSound = UAWSfx.artilleryShootHuge;
Expand Down

0 comments on commit 573c8df

Please sign in to comment.