Motivating CleanseActive
CLEANSESPEED2
Purify up to 10 allies in a 4m radius, cleansing all Crowd Control effects and debuffs (except damage over time effects; can be used while stunned or silenced).
Increases the cleansed allies' Move Speed by 40% for 3s.
Stats
| Energy cost | 10% |
|---|---|
| Cooldown | 18 s |
| Cast time | Instant |
| Range | 11 m |
| Target | Ground |
Granted by(8)
Advanced view
Where each number comes from, and the arithmetic behind it. How this works
| # | Source | Base | Progression | Result |
|---|---|---|---|---|
| {0} | applyspell.maxeffectareatargets | 10 | — | 10 |
| {1} | applyspell.effectarearadius | 4 | — | 4m |
| {2} | $CLEANSESPEED2_EFFECT.buffovertime[0].value | 0.4 | — | 40% |
| {3} | $CLEANSESPEED2_EFFECT.buffovertime[0].time | 3 | — | 3s |
Ability definition
{
"@uniquename": "CLEANSESPEED2",
"@target": "ground",
"@castingtime": "0",
"@hitdelay": "0",
"@standtime": "0",
"@disruptionfactor": "1",
"@recastdelay": "18",
"@castrange": "11",
"@energyusage": "0.1",
"@energyusageisrelative": "true",
"@uitype": "buff",
"@category": "instant",
"@showrange": "true",
"@assessment": "positive",
"@castablewhensilenced": "true",
"@castablewhenstunned": "true",
"@unlockedtoequip": "false",
"@adjustgroundtargettorange": "true",
"@statblock": "@SPELLS_STANDARD_STATBLOCK",
"@autoattackcooldownaftercasting": "Trigger",
"@controllerpreferredtarget": "ally",
"@controllerselfcastable": "true",
"applyspell": [
{
"@spell": "CLEANSE",
"@effectarearadius": "4",
"@showarearadius": "true",
"@target": "friendall",
"@maxeffectareatargets": "10"
},
{
"@spell": "CLEANSESPEED2_EFFECT",
"@effectarearadius": "4",
"@target": "friendall",
"@maxeffectareatargets": "10"
}
]
}