New power node type / Bugfixes / Random item caches

This commit is contained in:
Anuken
2019-01-31 15:57:21 -05:00
parent 564c258c86
commit b5508c1152
61 changed files with 1201 additions and 1152 deletions
@@ -28,6 +28,7 @@ public class LiquidBulletType extends BulletType{
statusDuration = 90f;
despawnEffect = Fx.none;
hitEffect = Fx.hitLiquid;
shootEffect = Fx.none;
drag = 0.01f;
knockback = 0.5f;
}