|
|
## Description
|
|
|
Condition for the Mythic Crucible [onUnEquip / onEquip triggers](https://git.lumine.io/mythiccraft/mythicenchants/-/wikis/Skills/Triggers). Checks if the enchantment is on the item that caused the trigger (e.g: If a helmet had the enchantment on, but the chestpiece was removed, the enchantment would not trigger if this condition is present).
|
|
|
|
|
|
## Examples
|
|
|
```yaml
|
|
|
Skills:
|
|
|
- message{m="<caster.name>OnUnequipEventTriggered"} @Self ~onUnEquip ?isTriggeringArmor
|
|
|
``` |
|
|
\ No newline at end of file |