Update Items authored by Lxlp's avatar Lxlp
......@@ -43,22 +43,20 @@ ExampleItem_Templated:
- message{m=<item.variable.test> <item.variable.mammamia>} @self ~onUse
```
## Equipment
### EquipSlot
## 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
### EquipSlotSkill
## EquipSlotSkill
The MetaSkill to be executed once the item is equipped in the correct slot, if any.
### EquipConditions
## EquipConditions
A list of [Conditions](/../../../MythicMobs/-/wikis/Skills/conditions) to be matched in order for the item to apply its stats once equipped.
### EquipLevel
## EquipLevel
The required level the player must be at in order for the item to apply its stats once equipped. Defaults to `0`.
### EquipLevelSkill
## EquipLevelSkill
The MetaSkill to be executed once the item is equipped with the correct level
### EquipLevelKey
## EquipLevelKey
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
\ No newline at end of file