This commit is contained in:
Anuken
2021-02-07 13:01:30 -05:00
parent e5f2073de2
commit ee61d0dcfa
5 changed files with 5 additions and 34 deletions

View File

@@ -150,7 +150,7 @@ public class UnitTypes implements ContentList{
hitSize = 20f;
rotateSpeed = 2.1f;
health = 9000;
armor = 11f;
armor = 10f;
canDrown = false;
mechFrontSway = 1f;
@@ -419,7 +419,7 @@ public class UnitTypes implements ContentList{
lowAltitude = true;
health = 7200f;
armor = 7f;
armor = 8f;
canBoost = true;
landShake = 4f;
immunities = ObjectSet.with(StatusEffects.burning);
@@ -443,8 +443,8 @@ public class UnitTypes implements ContentList{
cooldownTime = 200f;
bullet = new ContinuousLaserBulletType(){{
damage = 24f;
length = 164f;
damage = 26f;
length = 170f;
hitEffect = Fx.hitMeltHeal;
drawSize = 420f;
lifetime = 160f;