removed variables authored by Lxlp's avatar Lxlp
......@@ -26,23 +26,6 @@ Each type comes with additional configurations for it you can set
## ArrowDamage
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
```
## EquipSlot
The [Slot](/../../../MythicMobs/-/wikis/Skills/EquipSlot) where the equipment is supposed to be used. If used elsewhere, its [Stats](/../../../MythicMobs/-/wikis/Skills/Stats) will not apply
......
......