HoverActive
HOVER_SPRINT
Hover above the ground, increasing your Move Speed by 50% while channeling for up to 3s.
Grants immunity to Roots and Slows.
Stats
| Cooldown | 10 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} | $HOVER_SPRINT_CHANNELING.buffovertime[0].value | 0.5 | — | 50% |
| {1} | channeling[0].totalduration | 3 | — | 3s |
Ability definition
{
"@uniquename": "HOVER_SPRINT",
"@target": "self",
"@keepmovingaftercast": "true",
"@castingtime": "0.0",
"@hitdelay": "0",
"@standtime": "0.0",
"@disruptionfactor": "1",
"@recastdelay": "10",
"@energyusage": "0",
"@castrange": "0",
"@uitype": "movement",
"@category": "instant",
"@statblock": "@SPELLS_STANDARD_STATBLOCK",
"@hideMainhandDuringAnim": "true",
"@autoattackcooldownaftercasting": "Trigger",
"@controllerpreferredtarget": "neutral",
"channelingspell": {
"@allowmovement": "true",
"@allowcancel": "true",
"@disruptionfactor": "0",
"@overrideRotation": "false",
"@effectinterval": "1",
"@effectcount": "4",
"@initialeffectinterval": "0",
"@energyusage": "0",
"@spelleffectlocatag": "@SPELLS_HOVER_SPRINT_BUFF_DESC",
"buffovertime": {
"@type": "movespeedbonus",
"@value": "0.5",
"@target": "self",
"@time": "1",
"@linktochanneling": "true"
},
"cceffectimmunity": [
{
"@target": "self",
"@type": "slow",
"@time": "1",
"@linktochanneling": "true"
},
{
"@target": "self",
"@type": "root",
"@time": "1",
"@linktochanneling": "true"
}
],
"spelleffectfx": {
"@size": "0.5",
"@constraintpreset": "pointconstraint"
}
}
}