VanisherPassive
PASSIVE_CAPE_UNDEAD
Condition:
Activates when your Health drops below 15%.
Effect:
Escape into the realm of the Undead, turning you invisible for 6s (you can still use abilities without revealing yourself).
Decreases your Damage vs. All and Healing Cast by -50%.
Stats
| Cast time | Instant |
|---|
Granted by(1)
Advanced view
Where each number comes from, and the arithmetic behind it. How this works
| # | Source | Base | Progression | Result |
|---|---|---|---|---|
| {0} | applyeffectoneventpassive[0].IfOwnHealthPercentage[0].value | 0.15 | — | 15% |
| {1} | $PASSIVE_CAPE_UNDEAD_EFFECT.invisibility[0].time | 6 | — | 6s |
| {2} | $PASSIVE_CAPE_UNDEAD_EFFECT.buffovertime[1].value | -0.5 | — | -50% |
Ability definition
{
"@uniquename": "PASSIVE_CAPE_UNDEAD",
"@statblock": "@SPELLS_STATBLOCK_COOLDOWN",
"locareferences": {
"statblock": {
"locareference": {
"@tag": "$$PASSIVE_CAPE_UNDEAD_COOLDOWN.dummy[0].time$"
}
}
},
"applyeffectoneventpassive": {
"@applyeffecttarget": "self",
"@event": "ReceiveDamage",
"@spell": "PASSIVE_CAPE_UNDEAD_EFFECT",
"@chance": "1",
"and": {
"IfOwnHealthPercentage": {
"@op": "less",
"@value": "0.15"
},
"not": [
{
"IfSpellCategoryActive": {
"@category": "mountbuff",
"@who": "Caster"
}
},
{
"IfSpellCategoryActive": {
"@category": "cape_cooldown",
"@who": "Caster"
}
}
]
}
}
}