Anuken/Mindustry-Suggestions/issues/2810

This commit is contained in:
Anuken
2021-08-07 12:22:34 -04:00
parent d3745d043c
commit 6cb2c0e8a7
3 changed files with 33 additions and 6 deletions

View File

@@ -429,7 +429,7 @@ public class UnitTypes implements ContentList{
lowAltitude = true;
riseSpeed = 0.02f;
health = 8000f;
health = 8200f;
armor = 9f;
canBoost = true;
landShake = 4f;
@@ -454,7 +454,7 @@ public class UnitTypes implements ContentList{
cooldownTime = 200f;
bullet = new ContinuousLaserBulletType(){{
damage = 32f;
damage = 35f;
length = 180f;
hitEffect = Fx.hitMeltHeal;
drawSize = 420f;