Fixed unit tests

This commit is contained in:
Anuken
2020-11-30 11:12:09 -05:00
parent 18b0cd4e99
commit 639702ae1a
3 changed files with 8 additions and 8 deletions

View File

@@ -1006,7 +1006,7 @@ public class UnitTypes implements ContentList{
homingRange = 60f;
keepVelocity = false;
splashDamageRadius = 25f;
splashDamage = 14f;
splashDamage = 16f;
lifetime = 60f;
trailColor = Pal.unitBack;
backColor = Pal.unitBack;
@@ -1750,13 +1750,13 @@ public class UnitTypes implements ContentList{
top = false;
ejectEffect = Fx.casing1;
bullet = new BasicBulletType(2.5f, 10){{
bullet = new BasicBulletType(2.5f, 11){{
width = 7f;
height = 9f;
lifetime = 60f;
shootEffect = Fx.shootSmall;
smokeEffect = Fx.shootSmallSmoke;
tileDamageMultiplier = 0.02f;
tileDamageMultiplier = 0.01f;
}};
}});
}};
@@ -1792,13 +1792,13 @@ public class UnitTypes implements ContentList{
spacing = 0f;
ejectEffect = Fx.casing1;
bullet = new BasicBulletType(3f, 10){{
bullet = new BasicBulletType(3f, 11){{
width = 7f;
height = 9f;
lifetime = 60f;
shootEffect = Fx.shootSmall;
smokeEffect = Fx.shootSmallSmoke;
tileDamageMultiplier = 0.02f;
tileDamageMultiplier = 0.01f;
}};
}});
}};
@@ -1832,13 +1832,13 @@ public class UnitTypes implements ContentList{
shotDelay = 3f;
ejectEffect = Fx.casing1;
bullet = new BasicBulletType(3.5f, 10){{
bullet = new BasicBulletType(3.5f, 11){{
width = 6.5f;
height = 11f;
lifetime = 70f;
shootEffect = Fx.shootSmall;
smokeEffect = Fx.shootSmallSmoke;
tileDamageMultiplier = 0.02f;
tileDamageMultiplier = 0.01f;
homingPower = 0.04f;
}};
}});