Karst wave tweaks
This commit is contained in:
Binary file not shown.
@@ -3624,7 +3624,7 @@ public class UnitTypes{
|
|||||||
bullet = new BasicBulletType(5f, 34){{
|
bullet = new BasicBulletType(5f, 34){{
|
||||||
width = 7f;
|
width = 7f;
|
||||||
height = 12f;
|
height = 12f;
|
||||||
lifetime = 21f;
|
lifetime = 18f;
|
||||||
shootEffect = Fx.sparkShoot;
|
shootEffect = Fx.sparkShoot;
|
||||||
smokeEffect = Fx.shootBigSmoke;
|
smokeEffect = Fx.shootBigSmoke;
|
||||||
hitColor = backColor = trailColor = Pal.suppress;
|
hitColor = backColor = trailColor = Pal.suppress;
|
||||||
@@ -3706,7 +3706,7 @@ public class UnitTypes{
|
|||||||
trailParam = 4f;
|
trailParam = 4f;
|
||||||
speed = 3f;
|
speed = 3f;
|
||||||
damage = 75f;
|
damage = 75f;
|
||||||
lifetime = 68f;
|
lifetime = 60f;
|
||||||
width = height = 15f;
|
width = height = 15f;
|
||||||
backColor = Pal.sapBulletBack;
|
backColor = Pal.sapBulletBack;
|
||||||
frontColor = Pal.sapBullet;
|
frontColor = Pal.sapBullet;
|
||||||
|
|||||||
Reference in New Issue
Block a user