Knockback for Spectre

Suggested in https://github.com/Anuken/Mindustry-Suggestions/issues/1170
This commit is contained in:
Bohaska 2020-11-13 19:10:34 +08:00 committed by GitHub
parent 4e7d6e9a9d
commit bda5393a74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -358,6 +358,7 @@ public class Bullets implements ContentList{
shootEffect = Fx.shootBig;
pierceCap = 2;
pierceBuilding = true;
knockback = 0.5f;
}};
standardIncendiaryBig = new BasicBulletType(7f, 60, "bullet"){{
@ -370,6 +371,7 @@ public class Bullets implements ContentList{
makeFire = true;
pierceCap = 2;
pierceBuilding = true;
knockback = 0.5f;
}};
healBullet = new LaserBoltBulletType(5.2f, 13){{