From 03ab78b3a1f826362397f4c0506ed9a859257251 Mon Sep 17 00:00:00 2001 From: Twcash <131608563+Twcash@users.noreply.github.com> Date: Thu, 6 Feb 2025 15:35:49 -0600 Subject: [PATCH] crawling (#10110) --- core/src/mindustry/content/UnitTypes.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/core/src/mindustry/content/UnitTypes.java b/core/src/mindustry/content/UnitTypes.java index 61e0e64c84..6e3514620c 100644 --- a/core/src/mindustry/content/UnitTypes.java +++ b/core/src/mindustry/content/UnitTypes.java @@ -610,7 +610,7 @@ public class UnitTypes{ speed = 1f; hitSize = 8f; - health = 200; + health = 150; mechSideSway = 0.25f; range = 40f; ammoType = new ItemAmmoType(Items.coal); @@ -629,12 +629,12 @@ public class UnitTypes{ collides = false; hitSound = Sounds.explosion; - rangeOverride = 30f; + rangeOverride = 25f; hitEffect = Fx.pulverize; speed = 0f; - splashDamageRadius = 55f; + splashDamageRadius = 44f; instantDisappear = true; - splashDamage = 90f; + splashDamage = 80f; killShooter = true; hittable = false; collidesAir = true;