Progress Bar
An Element used to represent Progress or completion.
Ideal for tracking Health.
Configuration:
- Current (x): reference to the Numeric Attribute for the current progress
- Total (y): reference to the Numeric Attribute for the total progress
- Label: the label displayed on this Element (can be empty, and will auto-complete to the Attribute's name by default)
- Format: use to control how to display the Values of the progress; default
x/y, with X replaced by the current value, and Y by the total value.
eg: To display only the current value, change tox - Border: toggle wether to use a Border for this Element
- Hide If Zero: if toggled on, the element will only be visible for the player when the attribute's value is not zero (either current or total)
- Icon: optional icon
- FG Color: foreground color: Color applied to the current progress fill
- BG Color: background color: Color applied to the progress background