[Suggestion] Introduce support for StatFormatter
s.
#137
Labels
Suggestion
A feature request or some other suggestion.
StatFormatter
s.
#137
What is this suggestion for?
Mod Itself
Suggestion
Each
Stat
has its ownStatFormatter
that is assigned to it.This concept of
StatFormatter
s is primarily used for "general stats", but is actually applied to everyStatType
out there.Better Statistics Screen, for every stat other than "general stats", makes an assumption that a given stat uses
StatFormatter#DEFAULT
, hence rendering the literal raw value of said stat. This works for pretty much every vanilla item and mobStatType
out there so far, but someStatType
s, esespecially modded ones, may use a differentStatFormatter
, causing BSS to misrepresent its actual value.One example of stats being misrepresented because of this, is the "More Stats" mod. Some of its stats likely use the
StatFormatter#DIVIDE_BY_TEN
formatter, causing BSS to misrepresent their values. This issue was countered by simply applying a "(x10)" label to the translation files, which isn't the ideal solution.Likely related issues:
Code of Conduct
The text was updated successfully, but these errors were encountered: