Karst wave tweaks

This commit is contained in:
Anuken 2022-10-23 18:36:52 -04:00
parent d31489041f
commit 0804146b94
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -3624,7 +3624,7 @@ public class UnitTypes{
bullet = new BasicBulletType(5f, 34){{
width = 7f;
height = 12f;
lifetime = 21f;
lifetime = 18f;
shootEffect = Fx.sparkShoot;
smokeEffect = Fx.shootBigSmoke;
hitColor = backColor = trailColor = Pal.suppress;
@ -3706,7 +3706,7 @@ public class UnitTypes{
trailParam = 4f;
speed = 3f;
damage = 75f;
lifetime = 68f;
lifetime = 60f;
width = height = 15f;
backColor = Pal.sapBulletBack;
frontColor = Pal.sapBullet;