HasteActive
HASTE
Hasten your attacks, increasing your Auto-Attack Speed by 60% and all damage you deal by 20% for 8s.
Stats
| Energy cost | 24 |
|---|---|
| Cooldown | 30 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} | buffovertime[4].value | 0.6 | — | 60% |
| {1} | buffovertime[0].value | 0.2 | — | 20% |
| {2} | buffovertime[0].time | 8 | — | 8s |
Ability definition
{
"@uniquename": "HASTE",
"@bindtoitem": "true",
"@target": "self",
"@keepmovingaftercast": "true",
"@category": "buff",
"@castingtime": "0",
"@hitdelay": "0",
"@standtime": "0",
"@disruptionfactor": "1",
"@recastdelay": "30",
"@energyusage": "9",
"@castrange": "0",
"@uitype": "buff",
"@autoattackcooldownaftercasting": "DoNotTrigger",
"@assessment": "positive",
"@statblock": "@SPELLS_STANDARD_STATBLOCK",
"@spelleffectlocatag": "@SPELLS_STATUS_DAMAGE_ATTACKSPEED_INCREASED",
"@controllerpreferredtarget": "neutral",
"buffovertime": [
{
"@target": "self",
"@type": "physicalspelldamagebonus",
"@value": "0.2",
"@time": "8"
},
{
"@target": "self",
"@type": "magicspelldamagebonus",
"@value": "0.2",
"@time": "8"
},
{
"@target": "self",
"@type": "physicalattackdamagebonus",
"@value": "0.2",
"@time": "8"
},
{
"@target": "self",
"@type": "magicattackdamagebonus",
"@value": "0.2",
"@time": "8"
},
{
"@target": "self",
"@type": "attackspeedbonus",
"@value": "0.6",
"@time": "8"
}
],
"spelleffectfx": {}
}