added <item.variable.VARIABLE_NAME> placeholder authored by Lxlp's avatar Lxlp
......@@ -46,6 +46,7 @@ These placeholders will return information related to the item. If an item has m
| <item.color.hex> | Returns the hex color of the item that called the skill |
| <item.stat.display.STAT_NAME> | Returns the value of the specified stat. |
| <item.stat.display.STAT_NAME.MODIFIER> | Returns the value of the specified modifier of that stat. |
| <item.variable.VARIABLE_NAME> | Returns the [variable on the item](/Items#variables) called VARIABLE_NAME |
## Font Placeholders
Placeholders that can interact with [Custom Fonts](ResourcePack-Generator#fonts)
......
......