Module tier stat display (#7054)

This commit is contained in:
MEEPofFaith
2022-06-20 16:36:52 -07:00
committed by GitHub
parent 55e1a15eee
commit 59b7cddd7d
4 changed files with 18 additions and 1 deletions

View File

@@ -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),