Label Getter

A label getter representation, label getters determine how the numerical value of a stat is formatted and displayed above the stat bar.

Basic label getter

Has support for a small set of different formats, primarily for varying amounts of decimals.

Format:
typetetra:basic
formatstring
Allowed values:
integer
single_decimal
double_decimal
percentage
percentage_decimal

The primary formatting for the label, this is always displayed.

diff_formatstring
Allowed values:
integer
single_decimal
double_decimal
percentage
percentage_decimal

Formatting used when showing diffs for a stat when comparing different variants of an item. You'd want this to be the same as "format" most of the time.

None label getter

Displays no label at all.

Format:
typetetra:none