FuriousPassive
PASSIVE_SPELLPOWER_CASTER_FIRESTAFF
After every 5 spells cast, increase your damage dealt by 10% for 4s.
Stats
| Cast time | Instant |
|---|
Granted by(8)
Advanced view
Where each number comes from, and the arithmetic behind it. How this works
| # | Source | Base | Progression | Result |
|---|---|---|---|---|
| {0} | $PASSIVE_SPELLPOWER_CASTER_CONDITION.applyspell[0].IfSpellActive[0].atleastcharges | 5 | — | 5 |
| {1} | $PASSIVE_SPELLPOWER_CASTER_EFFECT.buffovertime[0].value | 0.1 | — | 10% |
| {2} | $PASSIVE_SPELLPOWER_CASTER_EFFECT.buffovertime[0].time | 4 | — | 4s |
Ability definition
{
"@uniquename": "PASSIVE_SPELLPOWER_CASTER_FIRESTAFF",
"@namelocatag": "@SPELLS_PASSIVE_SPELLPOWER_CASTER",
"@descriptionlocatag": "@SPELLS_PASSIVE_SPELLPOWER_CASTER_DESC",
"@unlockedtoequip": "false",
"applyeffectoneventpassive": [
{
"@event": "CastFinished",
"@spell": "PASSIVE_SPELL_STACK",
"@applyeffecttarget": "self",
"@chance": "1"
},
{
"@event": "CastFinished",
"@spell": "PASSIVE_SPELLPOWER_CASTER_CONDITION",
"@applyeffecttarget": "self",
"@chance": "1"
}
]
}