Shooting -> Function category / Dialog cleanup

This commit is contained in:
Anuken
2020-10-23 10:39:01 -04:00
parent d66cf13ac6
commit bf1268bb6e
16 changed files with 44 additions and 66 deletions

View File

@@ -53,20 +53,20 @@ public enum Stat{
linkRange(StatCat.crafting),
instructions(StatCat.crafting),
speedIncrease(StatCat.shooting),
repairTime(StatCat.shooting),
range(StatCat.shooting),
shootRange(StatCat.shooting),
inaccuracy(StatCat.shooting),
shots(StatCat.shooting),
reload(StatCat.shooting),
powerShot(StatCat.shooting),
targetsAir(StatCat.shooting),
targetsGround(StatCat.shooting),
damage(StatCat.shooting),
ammo(StatCat.shooting),
shieldHealth(StatCat.shooting),
cooldownTime(StatCat.shooting),
speedIncrease(StatCat.function),
repairTime(StatCat.function),
range(StatCat.function),
shootRange(StatCat.function),
inaccuracy(StatCat.function),
shots(StatCat.function),
reload(StatCat.function),
powerShot(StatCat.function),
targetsAir(StatCat.function),
targetsGround(StatCat.function),
damage(StatCat.function),
ammo(StatCat.function),
shieldHealth(StatCat.function),
cooldownTime(StatCat.function),
booster(StatCat.optional),
boostEffect(StatCat.optional),

View File

@@ -9,7 +9,7 @@ public enum StatCat{
liquids,
items,
crafting,
shooting,
function,
optional;
public String localized(){