added Variable Placeholders section authored by Lxlp's avatar Lxlp
These are all of the placeholders MythicCrucible provides. These are all of the placeholders MythicCrucible provides.
[[_TOC_]]
## Caster Placeholders ## Caster Placeholders
These placeholders will return whatever attribute of the caster that is called. These placeholders will return whatever attribute of the caster that is called.
...@@ -22,6 +24,12 @@ Put a value to use after "|" inside the placeholder to provide a default when th ...@@ -22,6 +24,12 @@ Put a value to use after "|" inside the placeholder to provide a default when th
| <caster.item.feet.nbt.KEY> | Returns the specified NBT key of the caster's feet item. | | <caster.item.feet.nbt.KEY> | Returns the specified NBT key of the caster's feet item. |
## Variable Placeholders
| Variable Placeholder | Generated by | Function |
|:-------------------------:|---------------------------------|------------------------------------------|
| <skill.var.crafts> | [CraftSkills](Recipes#craftskills) | Returns the amount of items crafted |
## Trigger Placeholders ## Trigger Placeholders
These placeholders will return whatever attribute of the item that caused the skill to happen. These placeholders will return whatever attribute of the item that caused the skill to happen.
| Trigger Placeholder | Function | | Trigger Placeholder | Function |
... ...
......