HushPassive
PASSIVE_SILENCECHANCE
After every 5 spells cast your next Auto-Attack silences the targeted enemy for 1.92s.
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_SILENCECHANCE_CONDITION.applyspell[0].IfSpellActive[0].atleastcharges | 5 | — | 5 |
| {1} | $PASSIVE_SILENCECHANCE_EFFECT.silence[0].time | 1.25 | ×1.536 | 1.92s |
Ability definition
{
"@uniquename": "PASSIVE_SILENCECHANCE",
"@unlockedtoequip": "false",
"applyeffectoneventpassive": [
{
"@event": "CastFinished",
"@spell": "PASSIVE_SPELL_STACK",
"@applyeffecttarget": "self",
"@chance": "1"
},
{
"@event": "AutoAttack",
"@spell": "PASSIVE_SILENCECHANCE_CONDITION",
"@applyeffecttarget": "enemy",
"@chance": "1"
}
]
}