Merge branch 'unit-stats' of git://github.com/genNAowl/Mndstry into genNAowl-unit-stats

This commit is contained in:
Anuken
2020-11-13 14:14:38 -05:00
7 changed files with 93 additions and 7 deletions

View File

@@ -337,6 +337,8 @@ public class UnitTypes implements ContentList{
lightningLength = 7;
lightningLengthRand = 7;
shootEffect = Fx.shootHeal;
//Does not actually do anything; Just here to make stats work
healPercent = 2f;
lightningType = new BulletType(0.0001f, 0f){{
lifetime = Fx.lightning.lifetime;