This commit is contained in:
Anuken
2021-02-23 11:29:51 -05:00
parent 1a75951840
commit e5413cebdc
2 changed files with 7 additions and 7 deletions

View File

@@ -412,14 +412,14 @@ public class UnitTypes implements ContentList{
mechStepShake = 0.15f;
ammoType = AmmoTypes.powerHigh;
speed = 0.35f;
speed = 0.36f;
boostMultiplier = 2.1f;
engineOffset = 12f;
engineSize = 6f;
lowAltitude = true;
health = 7200f;
armor = 8f;
health = 7500f;
armor = 9f;
canBoost = true;
landShake = 4f;
immunities = ObjectSet.with(StatusEffects.burning);
@@ -443,8 +443,8 @@ public class UnitTypes implements ContentList{
cooldownTime = 200f;
bullet = new ContinuousLaserBulletType(){{
damage = 26f;
length = 170f;
damage = 28f;
length = 175f;
hitEffect = Fx.hitMeltHeal;
drawSize = 420f;
lifetime = 160f;
@@ -454,7 +454,7 @@ public class UnitTypes implements ContentList{
shootEffect = Fx.greenLaserChargeSmall;
incendChance = 0.08f;
incendChance = 0.09f;
incendSpread = 5f;
incendAmount = 1;