Очищающий дымActive
PURIFYING_SMOKE
Вызывает очищающий дым в радиусе 4m вокруг указанной точки через 0.4s, снимая все эффекты контроля и негативные эффекты (исключая эффекты с периодическим уроном) со всех находящихся в дыму союзников.
Снимает все положительные эффекты со всех находящихся в дыму врагов.
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"
}
]
}