Update Items authored by Lxlp's avatar Lxlp
...@@ -31,7 +31,10 @@ The MetaSkill to be executed once the item is equipped in the correct slot, if a ...@@ -31,7 +31,10 @@ The MetaSkill to be executed once the item is equipped in the correct slot, if a
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 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. The required level the player must be at in order for the item to apply its stats once equipped. Defaults to `0`.
## 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 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
... ...
......