Added building damage to bullet stats

This commit is contained in:
Anuken
2020-12-21 16:55:04 -05:00
parent 952639a72e
commit 806cea4b33
6 changed files with 12 additions and 8 deletions
@@ -41,7 +41,7 @@ public abstract class BulletType extends Content{
/** Multiplied by turret reload speed to get final shoot speed. */
public float reloadMultiplier = 1f;
/** Multiplier of how much base damage is done to tiles. */
public float tileDamageMultiplier = 1f;
public float buildingDamageMultiplier = 1f;
/** Recoil from shooter entities. */
public float recoil;
/** Whether to kill the shooter when this is shot. For suicide bombers. */