Vengeful SprintActive
BERSERK_SPRINT
Motivate yourself with vengeance, applying two Vengeance Charges on you.
Apply one additional Vengeance Charge for every 20% Health you are missing.
Each Vengeance Charge increases your Move Speed by 25% and your damage by 5% for 5s (stacks up to 5 times).
Stats
| 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} | nop[0].IfTargetHealthPercentage[0].value | 0.2 | — | 20% |
| {1} | $BERSERK_SPRINT_BUFF.buffovertime[4].value | 0.25 | — | 25% |
| {2} | $BERSERK_SPRINT_BUFF.buffovertime[0].value | 0.05 | — | 5% |
| {3} | $BERSERK_SPRINT_BUFF.buffovertime[0].time | 5 | — | 5s |
| {4} | $BERSERK_SPRINT_BUFF.maxcharges | 5 | — | 5 |
Ability definition
{
"@uniquename": "BERSERK_SPRINT",
"@bindtoitem": "true",
"@target": "self",
"@keepmovingaftercast": "true",
"@category": "buff",
"@castingtime": "0",
"@hitdelay": "0",
"@standtime": "0",
"@disruptionfactor": "1",
"@recastdelay": "30",
"@energyusage": "0",
"@castrange": "0",
"@uitype": "buff",
"@autoattackcooldownaftercasting": "DoNotTrigger",
"@assessment": "positive",
"@statblock": "@SPELLS_STANDARD_STATBLOCK",
"@descriptionlocatag": "@SPELLS_BERSERK_SPRINT_V2_DESC",
"@controllerpreferredtarget": "neutral",
"locareferences": {
"description": {
"locareference": [
{
"@tag": "$nop[0].IfTargetHealthPercentage[0].value$"
},
{
"@tag": "$$BERSERK_SPRINT_BUFF.buffovertime[4].value$"
},
{
"@tag": "$$BERSERK_SPRINT_BUFF.buffovertime[0].value$"
},
{
"@tag": "$$BERSERK_SPRINT_BUFF.buffovertime[0].time$"
},
{
"@tag": "$$BERSERK_SPRINT_BUFF.maxcharges$"
}
]
}
},
"nop": {
"@target": "self",
"@chance": "0.1",
"IfTargetHealthPercentage": {
"@op": "less",
"@value": "0.20"
}
},
"applyspell": [
{
"@target": "self",
"@spell": "BERSERK_SPRINT_BUFF"
},
{
"@target": "self",
"@spell": "BERSERK_SPRINT_BUFF"
},
{
"@target": "self",
"@spell": "BERSERK_SPRINT_BUFF",
"IfTargetHealthPercentage": {
"@op": "less",
"@value": "0.8"
}
},
{
"@target": "self",
"@spell": "BERSERK_SPRINT_BUFF",
"IfTargetHealthPercentage": {
"@op": "less",
"@value": "0.6"
}
},
{
"@target": "self",
"@spell": "BERSERK_SPRINT_BUFF",
"IfTargetHealthPercentage": {
"@op": "less",
"@value": "0.4"
}
}
]
}