정화의 연기Active
PURIFYING_SMOKE
0.4s 후에 목표 위치 주변 4m 범위에 정화하는 연기를 생성하여, 범위안의 모든 아군에게서 군중 제어 효과와 디버프를 정화합니다 (지속 대미지 제외).
범위안의 모든 적에게서는 모든 버프를 제거합니다.
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"
}
]
}