This commit is contained in:
Twcash
2025-02-06 16:35:49 -05:00
committed by GitHub
parent 67ba6e2914
commit 03ab78b3a1
+4 -4
View File
@@ -610,7 +610,7 @@ public class UnitTypes{
speed = 1f; speed = 1f;
hitSize = 8f; hitSize = 8f;
health = 200; health = 150;
mechSideSway = 0.25f; mechSideSway = 0.25f;
range = 40f; range = 40f;
ammoType = new ItemAmmoType(Items.coal); ammoType = new ItemAmmoType(Items.coal);
@@ -629,12 +629,12 @@ public class UnitTypes{
collides = false; collides = false;
hitSound = Sounds.explosion; hitSound = Sounds.explosion;
rangeOverride = 30f; rangeOverride = 25f;
hitEffect = Fx.pulverize; hitEffect = Fx.pulverize;
speed = 0f; speed = 0f;
splashDamageRadius = 55f; splashDamageRadius = 44f;
instantDisappear = true; instantDisappear = true;
splashDamage = 90f; splashDamage = 80f;
killShooter = true; killShooter = true;
hittable = false; hittable = false;
collidesAir = true; collidesAir = true;