Clear MindActive
PROTOTYPE_CLEAR_MIND
Gain 4 stacks of 20% movement speed for up to 6s.
The next 4 ability uses refund 20% of the cooldown of all weapon ability slots, and remove one stack of movement speed.
Stats
| Cooldown | 35 s |
|---|---|
| Cast time | Instant |
| Target | Self |
Granted by(1)
Advanced view
Where each number comes from, and the arithmetic behind it. How this works
Ability definition
{
"@uniquename": "PROTOTYPE_CLEAR_MIND",
"@target": "self",
"@recastdelay": "35",
"@castrange": "0",
"@energyusage": "0",
"@castingtime": "0",
"@category": "movementbuff",
"@uitype": "buff",
"@statblock": "@SPELLS_STANDARD_STATBLOCK",
"@keepmovingaftercast": "true",
"@maxcharges": "4",
"@startcharges": "4",
"@hidespelleffecticon": "false",
"@spelleffectlocatag": "@SPELLS_PROTOTYPE_CLEAR_MIND_DESC",
"applyeffectoneventactive": {
"@count": "4",
"@event": "CastFinished",
"@spell": "PROTOTYPE_CLEAR_MIND_LOGIC",
"@target": "self",
"@applyeffecttarget": "self",
"@time": "6"
},
"buffovertime": {
"@target": "self",
"@type": "movespeedbonus",
"@value": "0.2",
"@time": "6"
},
"spelleffectfx": {}
}