Module tier stat display (#7054)
This commit is contained in:
@@ -89,6 +89,7 @@ public class Stat implements Comparable<Stat>{
|
||||
ammoUse = new Stat("ammoUse", StatCat.function),
|
||||
shieldHealth = new Stat("shieldHealth", StatCat.function),
|
||||
cooldownTime = new Stat("cooldownTime", StatCat.function),
|
||||
moduleTier = new Stat("moduletier", StatCat.function),
|
||||
|
||||
booster = new Stat("booster", StatCat.optional),
|
||||
boostEffect = new Stat("boostEffect", StatCat.optional),
|
||||
|
||||
Reference in New Issue
Block a user