UntouchablePassive
PASSIVE_CAPE_FORTSTERLING
Condition:
Activates when you get stunned, silenced, transformed, or rooted.
Effect:
Become untouchable, cleansing all Crowd Control effects and debuffs (except damage over time effects).
Stats
| Cast time | Instant |
|---|
Granted by(1)
Advanced view
Where each number comes from, and the arithmetic behind it. How this works
Ability definition
{
"@uniquename": "PASSIVE_CAPE_FORTSTERLING",
"@statblock": "@SPELLS_STATBLOCK_COOLDOWN",
"locareferences": {
"statblock": {
"locareference": {
"@tag": "$$PASSIVE_CAPE_FORTSTERLING_COOLDOWN.dummy[0].time$"
}
}
},
"applyeffectoneventpassive": [
{
"@event": "GotSilenced",
"@applyeffecttarget": "self",
"@spell": "PASSIVE_CAPE_FORTSTERLING_EFFECT",
"@chance": "1",
"not": {
"IfSpellCategoryActive": {
"@category": "cape_cooldown",
"@who": "Caster"
}
}
},
{
"@event": "GotStunned",
"@applyeffecttarget": "self",
"@spell": "PASSIVE_CAPE_FORTSTERLING_EFFECT",
"@chance": "1",
"not": [
{
"IfSpellCategoryActive": {
"@category": "cape_cooldown",
"@who": "Caster"
}
},
{
"IfSpellActive": {
"@who": "Caster",
"@spell": "TIME_FREEZE_EFFECT"
}
}
]
},
{
"@event": "GotRooted",
"@applyeffecttarget": "self",
"@spell": "PASSIVE_CAPE_FORTSTERLING_EFFECT",
"@chance": "1",
"not": {
"IfSpellCategoryActive": {
"@category": "cape_cooldown",
"@who": "Caster"
}
}
},
{
"@event": "GotTransformedByCC",
"@applyeffecttarget": "self",
"@spell": "PASSIVE_CAPE_FORTSTERLING_EFFECT",
"@chance": "1",
"not": {
"IfSpellCategoryActive": {
"@category": "cape_cooldown",
"@who": "Caster"
}
}
}
]
}