added Variables authored by Lxlp's avatar Lxlp
......@@ -40,4 +40,21 @@ The MetaSkill to be executed once the item is equipped with the correct level
The key of the Player Level Provider to be used to evaluate the player's level. Defaults to evaluating the player's vanilla experience level
## ArrowDamage
The damage the arrows fired from this item will do. Does not influence other projectile types
\ No newline at end of file
The damage the arrows fired from this item will do. Does not influence other projectile types
## Variables
Variables to add to the item, just like [Mob Variables](/../../../MythicMobs/-/wikis/Mobs/Mobs#variables)
```yaml
ExampleItem:
Material: STONE
Variables:
test: hello
ExampleItem_Templated:
Template: ExampleItem
Variables:
mammamia: world
Skills:
- message{m=<item.variable.test> <item.variable.mammamia>} @self ~onUse
```
\ No newline at end of file