This commit is contained in:
Anuken
2022-11-11 15:08:38 -05:00
parent fd911539ee
commit 59ca257cca
4 changed files with 15 additions and 2 deletions

View File

@@ -3956,6 +3956,7 @@ public class Blocks{
coolantMultiplier = 6f;
shootSound = Sounds.shootAlt;
targetUnderBlocks = false;
shake = 1f;
ammoPerShot = 2;
drawer = new DrawTurret("reinforced-");
@@ -4006,6 +4007,7 @@ public class Blocks{
ammoPerShot = 3;
maxAmmo = 30;
consumeAmmoOnce = true;
targetUnderBlocks = false;
shootSound = Sounds.shootAltLong;
@@ -4606,6 +4608,7 @@ public class Blocks{
minWarmup = 0.94f;
shootWarmupSpeed = 0.03f;
targetAir = false;
targetUnderBlocks = false;
shake = 6f;
ammoPerShot = 20;