feat: More Stats for the reforge stats (#54)
This commit is contained in:
@@ -140,8 +140,35 @@ data class SBItemStack constructor(
|
||||
"Ability Damage" to StatFormatting("%", Formatting.RED),
|
||||
"Crit Damage" to StatFormatting("%", Formatting.RED),
|
||||
"Crit Chance" to StatFormatting("%", Formatting.RED),
|
||||
"Ability Damage" to StatFormatting("%", Formatting.RED),
|
||||
"Trophy Fish Chance" to StatFormatting("%", Formatting.GREEN),
|
||||
// TODO: add other types and make this a repo json
|
||||
"Health" to StatFormatting("", Formatting.GREEN),
|
||||
"Defense" to StatFormatting("", Formatting.GREEN),
|
||||
"Fishing Speed" to StatFormatting("", Formatting.GREEN),
|
||||
"Double Hook Chance" to StatFormatting("%", Formatting.GREEN),
|
||||
"Mining Speed" to StatFormatting("", Formatting.GREEN),
|
||||
"Mining Fortune" to StatFormatting("", Formatting.GREEN),
|
||||
"Heat Resistance" to StatFormatting("", Formatting.GREEN),
|
||||
"Swing Range" to StatFormatting("", Formatting.GREEN),
|
||||
"Rift Time" to StatFormatting("", Formatting.GREEN),
|
||||
"Speed" to StatFormatting("", Formatting.GREEN),
|
||||
"Farming Fortune" to StatFormatting("", Formatting.GREEN),
|
||||
"True Defense" to StatFormatting("", Formatting.GREEN),
|
||||
"Mending" to StatFormatting("", Formatting.GREEN),
|
||||
"Foraging Wisdom" to StatFormatting("", Formatting.GREEN),
|
||||
"Farming Wisdom" to StatFormatting("", Formatting.GREEN),
|
||||
"Foraging Fortune" to StatFormatting("", Formatting.GREEN),
|
||||
"Magic Find" to StatFormatting("", Formatting.GREEN),
|
||||
"Ferocity" to StatFormatting("", Formatting.GREEN),
|
||||
"Bonus Pest Chance" to StatFormatting("%", Formatting.GREEN),
|
||||
"Cold Resistance" to StatFormatting("", Formatting.GREEN),
|
||||
"Pet Luck" to StatFormatting("", Formatting.GREEN),
|
||||
"Fear" to StatFormatting("", Formatting.GREEN),
|
||||
"Mana Regen" to StatFormatting("%", Formatting.GREEN),
|
||||
"Rift Damage" to StatFormatting("", Formatting.GREEN),
|
||||
"Hearts" to StatFormatting("", Formatting.GREEN),
|
||||
"Vitality" to StatFormatting("", Formatting.GREEN),
|
||||
// TODO: make this a repo json
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user