From 22f64fa2a53b5dd514fd5ac1f474ea668862d590 Mon Sep 17 00:00:00 2001 From: Anuken Date: Sat, 26 Jun 2021 10:11:59 -0400 Subject: [PATCH] Revert naval balance changes for now --- core/src/mindustry/content/UnitTypes.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/src/mindustry/content/UnitTypes.java b/core/src/mindustry/content/UnitTypes.java index a41909ebe6..b5225e6b85 100644 --- a/core/src/mindustry/content/UnitTypes.java +++ b/core/src/mindustry/content/UnitTypes.java @@ -2046,10 +2046,10 @@ public class UnitTypes implements ContentList{ buildSpeed = 3f; - abilities.add(new EnergyFieldAbility(40f, 65f, 180f){{ - repair = 40f; + abilities.add(new EnergyFieldAbility(35f, 65f, 180f){{ + repair = 35f; statusDuration = 60f * 6f; - maxTargets = 30; + maxTargets = 25; }}); for(float mountY : new float[]{-18f, 14}){