From 8e907f714a12e4bdc84d8991fdece18195cabcac Mon Sep 17 00:00:00 2001 From: SomeonesShade Date: Fri, 19 Dec 2025 01:21:51 +0800 Subject: [PATCH] Small Balancing Set: Graph Duo changes and Coolant Adjustments (#11461) * Coolant Duo and Hail Changes * Graph Duo Reload Nerf --- core/src/mindustry/content/Blocks.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/src/mindustry/content/Blocks.java b/core/src/mindustry/content/Blocks.java index 0ef8bcbb19..2707da5c97 100644 --- a/core/src/mindustry/content/Blocks.java +++ b/core/src/mindustry/content/Blocks.java @@ -3270,6 +3270,7 @@ public class Blocks{ height = 12f; ammoMultiplier = 4; lifetime = 60f; + reloadMultiplier = 0.8f; rangeChange = 16f; hitEffect = despawnEffect = Fx.hitBulletColor; @@ -3319,6 +3320,7 @@ public class Blocks{ inaccuracy = 2f; rotateSpeed = 10f; coolant = consumeCoolant(0.1f); + coolantMultiplier = 10f; researchCostMultiplier = 0.05f; limitRange(5f); @@ -3514,6 +3516,7 @@ public class Blocks{ health = 260; shootSound = Sounds.shootArtillerySmall; coolant = consumeCoolant(0.1f); + coolantMultiplier = 10f; limitRange(0f); }};