From 2a95b0f8d243ce393005adbc2a8ef39182c2ee1b Mon Sep 17 00:00:00 2001 From: Anuken Date: Thu, 13 Jun 2024 10:56:23 -0400 Subject: [PATCH] Nova tree build speed nerfs --- 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 015b069c9f..ab6b1942f2 100644 --- a/core/src/mindustry/content/UnitTypes.java +++ b/core/src/mindustry/content/UnitTypes.java @@ -322,7 +322,7 @@ public class UnitTypes{ speed = 0.55f; hitSize = 8f; health = 120f; - buildSpeed = 0.8f; + buildSpeed = 0.35f; armor = 1f; abilities.add(new RepairFieldAbility(10f, 60f * 4, 60f)); @@ -354,7 +354,7 @@ public class UnitTypes{ speed = 0.7f; hitSize = 11f; health = 320f; - buildSpeed = 0.9f; + buildSpeed = 0.5f; armor = 4f; riseSpeed = 0.07f; @@ -408,7 +408,7 @@ public class UnitTypes{ mineTier = 3; boostMultiplier = 2f; health = 640f; - buildSpeed = 1.7f; + buildSpeed = 1.1f; canBoost = true; armor = 9f; mechLandShake = 2f;