NebelwolkeToggle
MIST_WALKER
Verwandle dich in eine Nebelwolke mit 7m Radius, dies verleiht dir Immunität gegen alle Effekte und verlangsamt dich um -30%.
Alliierte innerhalb des Nebels werden unsichtbar. (Angriffe, Fertigkeitennutzung, oder die Interaktion mit einem Objekt decken dich oder deine Alliierten kurzzeitig auf).
Die Fertigkeit kann bis zu 5s bestehen, sie kann aber auch vorher beendet werden.
Stats
| Energy cost | 16% |
|---|---|
| Cooldown | 50 s |
| Cast time | Instant |
| Target | Self |
Granted by(1)
Advanced view
Where each number comes from, and the arithmetic behind it. How this works
| # | Source | Base | Progression | Result |
|---|---|---|---|---|
| {0} | aura[0].auraradius | 7 | — | 7m |
| {1} | $MIST_WALKER_CASTER_EFFECT.buffovertime[0].value | -0.3 | — | -30% |
| {2} | aura[0].time | 5 | — | 5s |
Ability definition
{
"@uniquename": "MIST_WALKER",
"@target": "self",
"@castingtime": "0",
"@hitdelay": "0",
"@standtime": "0",
"@disruptionfactor": "1",
"@recastdelay": "50",
"@energyusage": "0.16",
"@energyusageisrelative": "true",
"@castrange": "0",
"@uitype": "buff",
"@category": "instant",
"@assessment": "positive",
"@keepmovingaftercast": "true",
"@hidespelleffecticon": "false",
"@statblock": "@SPELLS_STANDARD_STATBLOCK",
"@spelleffectlocatag": "@SPELLS_MIST_WALKER_EFFECT_DESC",
"@autoattackcooldownaftercasting": "Trigger",
"aura": {
"@target": "self",
"@spell": "MIST_WALKER_EFFECT",
"@auraradius": "7",
"@time": "5",
"@maxauratargets": "10",
"@removeonleave": "true",
"@applyeffectonlyoncepertarget": "false",
"@invisiblitybreakseffect": "true"
},
"applyspell": [
{
"@target": "self",
"@spell": "MIST_WALKER_CASTER_EFFECT"
},
{
"@target": "self",
"@spell": "MIST_WALKER_CASTER_REAPPLY"
}
],
"spelleffectfx": {
"@constraintpreset": "pointconstraint",
"@ignoresocketscale": "true"
}
}