Obsessive BurstActive
SPELLRUSH
Get a burst of power whenever you cast a spell within the next 10s.
Increases your damage and your Healing Cast by 6% (stacks up to 6 times) for 10s.
Stats
| Energy cost | 27 |
|---|---|
| Cooldown | 45 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} | applyeffectoneventactive[0].time | 10 | — | 10s |
| {1} | $SPELLRUSH_EFFECT.buffovertime[0].value | 0.06 | — | 6% |
| {2} | $SPELLRUSH_EFFECT.maxcharges | 6 | — | 6 |
| {3} | $SPELLRUSH_EFFECT.buffovertime[0].time | 10 | — | 10s |
Ability definition
{
"@uniquename": "SPELLRUSH",
"@bindtoitem": "true",
"@target": "self",
"@keepmovingaftercast": "true",
"@energyusage": "10",
"@castingtime": "0",
"@hitdelay": "0",
"@standtime": "0",
"@castrange": "0",
"@recastdelay": "45",
"@category": "buff",
"@uitype": "buff",
"@disruptionfactor": "1",
"@maxstack": "1",
"@hidespelleffecticon": "false",
"@autoattackcooldownaftercasting": "DoNotTrigger",
"@assessment": "positive",
"@statblock": "@SPELLS_STANDARD_STATBLOCK",
"@spelleffectlocatag": "@SPELLS_SPELLRUSH_BUFF_DESC",
"@controllerpreferredtarget": "neutral",
"applyeffectoneventactive": {
"@target": "self",
"@event": "CastFinished",
"@spell": "SPELLRUSH_EFFECT",
"@applyeffecttarget": "self",
"@time": "10"
},
"applyspell": {
"@target": "self",
"@spell": "SPELLRUSH_EFFECT"
}
}