standardized placeholders embedded values syntax authored by Lxlp's avatar Lxlp
......@@ -46,15 +46,14 @@ These placeholders will return information related to the item. If an item has m
| Item Placeholder | Function |
|:----------------------------------:|-------------------------------------------------------------------|
| <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.stat.display.{Stat}> | Returns the value of the specified stat. |
| <item.stat.display.{Stat}.{StatModifier}> | Returns the value of the specified modifier of that stat. |
## Font Placeholders
Placeholders that can interact with [Custom Fonts](ResourcePack-Generator#fonts)
| Fonf Placeholder | Function |
|:----------------------------------:|-------------------------------------------------------------------|
| <font.[fontname]> | Returns the character associated with the custom font named `fontname` |
| <font.{FontName}> | Returns the character associated with the custom font named `{FontName}` |
# PlaceholderAPI Integration
Other than being able to use PlaceholderAPI placeholders anywhere placeholder support is in place, MythicCrucible introduces some new PAPI placeholders that can be used by third parties to fetch MythicCrucible-related values.
......
......