From 8f4bd0963563c3f0d032a09747dd9dc62c34af06 Mon Sep 17 00:00:00 2001 From: Anuken Date: Wed, 4 Sep 2019 10:00:16 -0400 Subject: [PATCH] Update Blocks.java --- core/src/io/anuke/mindustry/content/Blocks.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/core/src/io/anuke/mindustry/content/Blocks.java b/core/src/io/anuke/mindustry/content/Blocks.java index c0ec123d96..2ba4cd3cac 100644 --- a/core/src/io/anuke/mindustry/content/Blocks.java +++ b/core/src/io/anuke/mindustry/content/Blocks.java @@ -1408,12 +1408,12 @@ public class Blocks implements ContentList{ arc = new PowerTurret("arc"){{ requirements(Category.turret, ItemStack.with(Items.copper, 35, Items.lead, 35)); 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; @@ -1776,4 +1776,4 @@ public class Blocks implements ContentList{ //endregion } -} \ No newline at end of file +}