From e4fe73b332550176a0a6a9928580e4c6ec0d6fd1 Mon Sep 17 00:00:00 2001 From: Anuken Date: Mon, 29 Aug 2022 13:40:15 -0400 Subject: [PATCH] Minor balance tweak --- core/src/mindustry/content/Blocks.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/core/src/mindustry/content/Blocks.java b/core/src/mindustry/content/Blocks.java index 60b82023c5..b87623e80c 100644 --- a/core/src/mindustry/content/Blocks.java +++ b/core/src/mindustry/content/Blocks.java @@ -3660,7 +3660,7 @@ public class Blocks{ width = 6f; height = 8f; hitEffect = Fx.flakExplosion; - splashDamage = 50f; + splashDamage = 45f; splashDamageRadius = 25f; fragBullet = new BasicBulletType(3f, 12, "bullet"){{ width = 5f; @@ -3678,7 +3678,7 @@ public class Blocks{ Items.blastCompound, new FlakBulletType(4f, 5){{ shootEffect = Fx.shootBig; ammoMultiplier = 5f; - splashDamage = 30f * 1.5f; + splashDamage = 45f; splashDamageRadius = 60f; collidesGround = true; @@ -3688,7 +3688,7 @@ public class Blocks{ Items.plastanium, new FlakBulletType(4f, 6){{ ammoMultiplier = 4f; splashDamageRadius = 40f; - splashDamage = 25f * 1.5f; + splashDamage = 37.5f; fragBullet = new BasicBulletType(2.5f, 12, "bullet"){{ width = 10f; height = 12f; @@ -5180,7 +5180,7 @@ public class Blocks{ outlineColor = Pal.darkOutline; envEnabled |= Env.space; - reload = 8f; + reload = 9f; range = 370; shootCone = 100f; scaledHealth = 370;