Purifying SmokeActive
PURIFYING_SMOKE
Conjure Purifying Smoke in a 4m radius around the targeted position after 0.4s, cleansing all Crowd Control effects and debuffs (except damage over time effects) from all allies in the smoke.
Purges all buffs of all enemies within the smoke.
Stats
| Cooldown | 40 s |
|---|---|
| Cast time | Instant |
| Range | 11 m |
| Target | Ground |
Granted by(1)
Advanced view
Where each number comes from, and the arithmetic behind it. How this works
| # | Source | Base | Progression | Result |
|---|---|---|---|---|
| {0} | applyspell[0].effectarearadius | 4 | — | 4m |
| {1} | hitdelay | 0.4 | — | 0.4s |
Ability definition
{
"@uniquename": "PURIFYING_SMOKE",
"@target": "ground",
"@castingtime": "0",
"@hitdelay": "0.4",
"@standtime": "0",
"@recastdelay": "40",
"@energyusage": "0",
"@castrange": "11",
"@uitype": "heal",
"@category": "instant",
"@assessment": "positive",
"@animIgnoreHitDelay": "true",
"@showrange": "true",
"@adjustgroundtargettorange": "true",
"@statblock": "@SPELLS_STANDARD_STATBLOCK",
"@autoattackcooldownaftercasting": "Trigger",
"@controllerpreferredtarget": "enemyandally",
"@controllerselfcastable": "true",
"spellindicationarea": {
"@target": "enemy",
"@position": "attarget",
"@visible": "true",
"area": {
"shape": {
"circle": {
"@radius": "4"
}
},
"fill": {
"circle": {
"@radius": "0-4"
}
}
}
},
"applyspell": [
{
"@spell": "CLEANSE",
"@target": "friendall",
"@effectarearadius": "4",
"@showarearadius": "true"
},
{
"@spell": "PURGE",
"@target": "enemy",
"@effectarearadius": "4"
}
]
}