added Variables authored by Lxlp's avatar Lxlp
...@@ -41,3 +41,20 @@ The key of the Player Level Provider to be used to evaluate the player's level. ...@@ -41,3 +41,20 @@ The key of the Player Level Provider to be used to evaluate the player's level.
## ArrowDamage ## ArrowDamage
The damage the arrows fired from this item will do. Does not influence other projectile types 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