Well-PreparedPassive
PASSIVE_CD_RESET_Q
After every 4 spells cast, you reset the cooldown of your first-slot ability.
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_CD_RESET_Q_CONDITION.applyspell[0].IfSpellActive[0].atleastcharges | 4 | — | 4 |
Ability definition
{
"@uniquename": "PASSIVE_CD_RESET_Q",
"@unlockedtoequip": "false",
"applyeffectoneventpassive": [
{
"@event": "CastFinished",
"@spell": "PASSIVE_SPELL_STACK",
"@applyeffecttarget": "self",
"@chance": "1"
},
{
"@event": "CastFinished",
"@spell": "PASSIVE_CD_RESET_Q_CONDITION",
"@applyeffecttarget": "self",
"@chance": "1"
}
]
}