Ethereal PathActive
ETHERIAL_PATH
Dash towards the targeted position, becoming invisible and immune to Forced Movement effects.
Cleanses all Crowd Control effects and debuffs (except damage over time effects; can be used while stunned or silenced).
Increases your Move Speed by 75% and Max Load by 200% for 7s.
Drop any object you are escorting.
Stats
| Cooldown | 60 s |
|---|---|
| Cast time | Instant |
| Range | 16 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} | $ETHERIAL_PATH_EFFECT.buffovertime[0].value | 0.75 | — | 75% |
| {1} | $ETHERIAL_PATH_EFFECT.buffovertime[1].value | 2 | — | 200% |
| {2} | $ETHERIAL_PATH_EFFECT.buffovertime[0].time | 7 | — | 7s |
Ability definition
{
"@uniquename": "ETHERIAL_PATH",
"@target": "ground",
"@keepmovingaftercast": "true",
"@castrange": "16",
"@category": "buff",
"@castingtime": "0.0",
"@hitdelay": "0.0",
"@standtime": "0.0",
"@disruptionfactor": "0.0",
"@recastdelay": "60",
"@energyusage": "0",
"@uitype": "buff",
"@cancelautoattackaftercasting": "true",
"@showrange": "true",
"@adjustgroundtargettorange": "true",
"@assessment": "positive",
"@castablewhensilenced": "true",
"@castablewhenstunned": "true",
"@statblock": "@SPELLS_STANDARD_STATBLOCK",
"@spelleffectlocatag": "@SPELLS_STATUS_INVISIBLE",
"@autoattackcooldownaftercasting": "Trigger",
"@controllerpreferredtarget": "neutral",
"dummy": {
"@target": "self",
"@time": "1",
"@showarearadius": "true",
"@effectarearadius": "1"
},
"cceffectimmunity": {
"@target": "self",
"@time": "2",
"@type": "forcedmovement"
},
"applyspell": [
{
"@spell": "CLEANSE",
"@target": "self"
},
{
"@target": "self",
"@spell": "ETHERIAL_PATH_INVISIBILITY"
}
],
"dash": {
"@movespeed": "8",
"@endeffect": "ETHERIAL_PATH_EFFECT",
"@animID": "etherialwalk",
"IfOwnLoadPercent": {
"@op": "less",
"@value": "150"
}
}
}