Fatal FuryPassive
PASSIVE_KNUCKLE_BRAWLER
Every Auto-Attack, your damage increases by 2% for 3s (Stacks up to 9 times).
On max stacks the buff can't be refreshed and will run out.
Stats
| Cast time | Instant |
|---|
Granted by(4)
Advanced view
Where each number comes from, and the arithmetic behind it. How this works
| # | Source | Base | Progression | Result |
|---|---|---|---|---|
| {0} | $PASSIVE_KNUCKLE_BRAWLER_STACK.buffovertime[0].value | 0.02 | — | 2% |
| {1} | $PASSIVE_KNUCKLE_BRAWLER_STACK.buffovertime[0].time | 3 | — | 3s |
| {2} | $PASSIVE_KNUCKLE_BRAWLER_STACK.maxcharges | 9 | — | 9 |
Ability definition
{
"@uniquename": "PASSIVE_KNUCKLE_BRAWLER",
"@unlockedtoequip": "true",
"@namelocatag": "@SPELLS_PASSIVE_KNUCKLE_FURY",
"@descriptionlocatag": "@SPELLS_PASSIVE_KNUCKLE_FURY_BRAWLER_DESC",
"applyeffectoneventpassive": {
"@event": "AutoAttack",
"@spell": "PASSIVE_KNUCKLE_BRAWLER_STACK",
"@applyeffecttarget": "self",
"@chance": "1",
"not": {
"IfSpellActive": {
"@spell": "PASSIVE_KNUCKLE_BRAWLER_STACK",
"@casterchargesonly": "true",
"@atleastcharges": "9",
"@who": "Caster"
}
}
}
}