Heroic FightingPassive
PASSIVE_HEROICSTACK
Every 4 Auto-Attacks applies one Heroic Charge on you.
Each Heroic Charge increases your Auto-Attack Speed by 12% for 6s (stacks up to 3 times).
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_HEROICSTACK_CONDITION.applyspell[0].IfSpellActive[0].atleastcharges | 4 | — | 4 |
| {1} | $HEROIC_STACK.buffovertime[0].value | 0.12 | — | 12% |
| {2} | $HEROIC_STACK.buffovertime[0].time | 6 | — | 6s |
| {3} | $HEROIC_STACK.maxcharges | 3 | — | 3 |
Ability definition
{
"@uniquename": "PASSIVE_HEROICSTACK",
"@unlockedtoequip": "false",
"@descriptionlocatag": "@SPELLS_PASSIVE_HEROICSTACK_V2_DESC",
"applyeffectoneventpassive": [
{
"@event": "AutoAttack",
"@spell": "PASSIVE_HEROICSTACK_CONDITION",
"@applyeffecttarget": "self",
"@chance": "1"
},
{
"@event": "AutoAttack",
"@spell": "PASSIVE_AA_STACK",
"@applyeffecttarget": "self",
"@chance": "1"
}
]
}