From a451ad895c8b0a7cda447f34b5487fa9b5bda7fd Mon Sep 17 00:00:00 2001 From: Anuken Date: Thu, 3 Dec 2020 20:29:58 -0500 Subject: [PATCH] Slight sei buff --- 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 8866bd2578..d371f63202 100644 --- a/core/src/mindustry/content/UnitTypes.java +++ b/core/src/mindustry/content/UnitTypes.java @@ -1624,7 +1624,7 @@ public class UnitTypes implements ContentList{ xRand = 8f; shotDelay = 1f; - bullet = new MissileBulletType(4.2f, 40){{ + bullet = new MissileBulletType(4.2f, 42){{ homingPower = 0.12f; width = 8f; height = 8f; @@ -1634,7 +1634,7 @@ public class UnitTypes implements ContentList{ keepVelocity = false; splashDamageRadius = 35f; splashDamage = 45f; - lifetime = 56f; + lifetime = 62f; trailColor = Pal.bulletYellowBack; backColor = Pal.bulletYellowBack; frontColor = Pal.bulletYellow; @@ -1662,11 +1662,11 @@ public class UnitTypes implements ContentList{ shots = 3; shotDelay = 4f; inaccuracy = 1f; - bullet = new BasicBulletType(7f, 55){{ + bullet = new BasicBulletType(7f, 57){{ width = 13f; height = 19f; shootEffect = Fx.shootBig; - lifetime = 30f; + lifetime = 35f; }}; }}); }};