3x3 breach

This commit is contained in:
Anuken
2021-12-27 15:54:09 -05:00
parent f337a12f90
commit 677abf4924
11 changed files with 45 additions and 21 deletions
@@ -114,6 +114,8 @@ public class BulletType extends Content implements Cloneable{
public boolean backMove = true;
/** Bullet range override. */
public float maxRange = -1f;
/** When used in a turret with multiple ammo types, this can be set to a non-zero value to influence range. */
public float rangeChange = 0f;
/** % of block health healed **/
public float healPercent = 0f;
/** Whether to make fire on impact */