Slight sei buff

This commit is contained in:
Anuken 2020-12-03 20:29:58 -05:00
parent d13b69c36f
commit a451ad895c

View File

@ -1624,7 +1624,7 @@ public class UnitTypes implements ContentList{
xRand = 8f;
shotDelay = 1f;
bullet = new MissileBulletType(4.2f, 40){{
bullet = new MissileBulletType(4.2f, 42){{
homingPower = 0.12f;
width = 8f;
height = 8f;
@ -1634,7 +1634,7 @@ public class UnitTypes implements ContentList{
keepVelocity = false;
splashDamageRadius = 35f;
splashDamage = 45f;
lifetime = 56f;
lifetime = 62f;
trailColor = Pal.bulletYellowBack;
backColor = Pal.bulletYellowBack;
frontColor = Pal.bulletYellow;
@ -1662,11 +1662,11 @@ public class UnitTypes implements ContentList{
shots = 3;
shotDelay = 4f;
inaccuracy = 1f;
bullet = new BasicBulletType(7f, 55){{
bullet = new BasicBulletType(7f, 57){{
width = 13f;
height = 19f;
shootEffect = Fx.shootBig;
lifetime = 30f;
lifetime = 35f;
}};
}});
}};