From 7b686d56a867956437f191f269adc72583d23704 Mon Sep 17 00:00:00 2001 From: ErosAa2 <113437785+ErosAa2@users.noreply.github.com> Date: Thu, 2 Nov 2023 21:01:59 +0800 Subject: [PATCH] Scepter buff (#9226) * Update UnitTypes.java * Update UnitTypes.java * nevermind --- core/src/mindustry/content/UnitTypes.java | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/core/src/mindustry/content/UnitTypes.java b/core/src/mindustry/content/UnitTypes.java index 243bb485ce..f35ae0d9f9 100644 --- a/core/src/mindustry/content/UnitTypes.java +++ b/core/src/mindustry/content/UnitTypes.java @@ -197,6 +197,8 @@ public class UnitTypes{ singleTarget = true; drownTimeMultiplier = 4f; + abilities.add(new ShieldRegenFieldAbility(25f, 500f, 60f * 1, 60f)); + BulletType smallBullet = new BasicBulletType(3f, 10){{ width = 7f; height = 9f; @@ -219,10 +221,10 @@ public class UnitTypes{ shoot.shots = 3; shoot.shotDelay = 4f; - bullet = new BasicBulletType(7f, 50){{ + bullet = new BasicBulletType(8f, 80){{ width = 11f; height = 20f; - lifetime = 25f; + lifetime = 27f; shootEffect = Fx.shootBig; lightning = 2; lightningLength = 6;