FuryActive
ENRAGE
Enter a state of empowering fury for 10s.
Whenever you take damage your fury grows, increasing all damage you deal by 8%, and the duration of your Crowd Control effects by 5% (stacks up to 8 times).
Stats
| Energy cost | 29 |
|---|---|
| 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
| # | Source | Base | Progression | Result |
|---|---|---|---|---|
| {0} | dummy[0].time | 10 | — | 10s |
| {1} | $ENRAGE_BUFF.buffovertime[0].value | 0.08 | — | 8% |
| {2} | $ENRAGE_BUFF.buffovertime[4].value | 0.05 | — | 5% |
| {3} | $ENRAGE_BUFF.maxcharges | 8 | — | 8 |
Ability definition
{
"@uniquename": "ENRAGE",
"@bindtoitem": "true",
"@target": "self",
"@keepmovingaftercast": "true",
"@category": "buff",
"@castingtime": "0",
"@hitdelay": "0",
"@standtime": "0",
"@disruptionfactor": "1",
"@recastdelay": "35",
"@energyusage": "11",
"@castrange": "0",
"@uitype": "buff",
"@assessment": "positive",
"@statblock": "@SPELLS_STANDARD_STATBLOCK",
"@spelleffectlocatag": "@SPELLS_ENRAGE",
"@autoattackcooldownaftercasting": "DoNotTrigger",
"@controllerpreferredtarget": "neutral",
"applyeffectoneventactive": {
"@spell": "ENRAGE_BUFF",
"@applyeffecttarget": "self",
"@event": "ReceiveDamage",
"@target": "self",
"@count": "7",
"@time": "10"
},
"dummy": {
"@target": "self",
"@time": "10"
},
"applyspell": [
{
"@target": "self",
"@spell": "ENRAGE_BUFF"
},
{
"@target": "self",
"@spell": "ENRAGE_EFFECT"
}
],
"tintfx": {
"@color": "255, 100, 100, 255"
},
"spelleffectfx": [
{},
{}
]
}