Skip to content

Commit

Permalink
feat: More Stats for the reforge stats (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
jani270 authored Dec 25, 2024
1 parent c4997e2 commit d49bfe8
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion src/main/kotlin/repo/SBItemStack.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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
)


Expand Down

0 comments on commit d49bfe8

Please sign in to comment.