Update Items authored by Lxlp's avatar Lxlp
...@@ -33,7 +33,9 @@ The [Slot](/../../../MythicMobs/-/wikis/Skills/EquipSlot) where the equipment is ...@@ -33,7 +33,9 @@ The [Slot](/../../../MythicMobs/-/wikis/Skills/EquipSlot) where the equipment is
The MetaSkill to be executed once the item is equipped in the correct slot, if any. 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. A list of [Conditions](/../../../MythicMobs/-/wikis/Skills/conditions) to be matched in order for the item, once equipped, to
- apply its stats
- run its skills
## EquipLevel ## EquipLevel
The required level the player must be at in order for the item to apply its stats once equipped. Defaults to `0`. The required level the player must be at in order for the item to apply its stats once equipped. Defaults to `0`.
... ...
......