FleeActive
FLEE
Flee from your enemies, increasing your Move Speed by 120%, your Max Load by 200% and your Crowd Control Resistance by 100% for 10s.
Drop any object you are escorting.
Silences you and makes you unable to perform Auto-Attacks for 13s.
Stats
| Cooldown | 120 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} | $FLEE.buffovertime[0].value | 1.2 | — | 120% |
| {1} | $FLEE.buffovertime[1].value | 2 | — | 200% |
| {2} | $FLEE.buffovertime[2].value | 1 | — | 100% |
| {3} | $FLEE.buffovertime[0].time | 10 | — | 10s |
| {4} | $FLEE_SILENCE.silence[0].time | 13 | — | 13s |
Ability definition
{
"@uniquename": "FLEE",
"@target": "self",
"@keepmovingaftercast": "true",
"@castingtime": "0",
"@hitdelay": "0",
"@standtime": "0",
"@disruptionfactor": "0",
"@recastdelay": "120",
"@energyusage": "0",
"@castrange": "0",
"@category": "movementbuff",
"@uitype": "movement",
"@assessment": "positive",
"@statblock": "@SPELLS_STANDARD_STATBLOCK",
"@spelleffectlocatag": "@SPELLS_STATUS_MOVESPEED_MAXLOAD_INCREASED",
"@descriptionlocatag": "@SPELLS_FLEE_V2_DESC",
"@autoattackcooldownaftercasting": "Trigger",
"@controllerpreferredtarget": "neutral",
"locareferences": {
"description": {
"locareference": [
{
"@tag": "$$FLEE.buffovertime[0].value$"
},
{
"@tag": "$$FLEE.buffovertime[1].value$"
},
{
"@tag": "$$FLEE.buffovertime[2].value$"
},
{
"@tag": "$$FLEE.buffovertime[0].time$"
},
{
"@tag": "$$FLEE_SILENCE.silence[0].time$"
}
]
}
},
"buffovertime": [
{
"@type": "movespeedbonus",
"@target": "self",
"@value": "1.2",
"@time": "10"
},
{
"@type": "maxloadbonus",
"@target": "self",
"@value": "2",
"@time": "10"
},
{
"@type": "crowdcontrolresistance",
"@target": "self",
"@value": "1",
"@time": "10"
}
],
"applyspell": {
"@target": "self",
"@spell": "FLEE_SILENCE"
},
"pulsingspell": {
"@spell": "GATHERSHOES_DROPCRYSTAL",
"@target": "self",
"@interval": "0.5",
"@initialinterval": "0",
"@count": "21"
},
"spelleffectfx": {}
}