diff --git a/core/src/io/anuke/mindustry/content/Blocks.java b/core/src/io/anuke/mindustry/content/Blocks.java index 9afabd7bfe..f68573b255 100644 --- a/core/src/io/anuke/mindustry/content/Blocks.java +++ b/core/src/io/anuke/mindustry/content/Blocks.java @@ -1407,12 +1407,12 @@ public class Blocks implements ContentList{ arc = new PowerTurret("arc"){{ requirements(Category.turret, ItemStack.with(Items.copper, 35, Items.lead, 50)); shootType = Bullets.arc; - reload = 24f; + reload = 30f; shootCone = 40f; rotatespeed = 8f; - powerUse = 0.9f; + powerUse = 1.5f; targetAir = false; - range = 95f; + range = 90f; shootEffect = Fx.lightningShoot; heatColor = Color.RED; recoil = 1f; @@ -1775,4 +1775,4 @@ public class Blocks implements ContentList{ //endregion } -} \ No newline at end of file +}