FrostPassive
PASSIVE_FROST
After every 4 spells cast, your next Auto-Attack roots the targeted enemy by 1.2s.
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_FROST_CONDITION.applyspell[0].IfSpellActive[0].atleastcharges | 4 | — | 4 |
| {1} | $PASSIVE_FROST_EFFECT.root[0].time | 0.86 | ×1.398 | 1.2s |
Ability definition
{
"@uniquename": "PASSIVE_FROST",
"applyeffectoneventpassive": [
{
"@event": "AutoAttack",
"@spell": "PASSIVE_FROST_CONDITION",
"@applyeffecttarget": "enemy",
"@chance": "1"
},
{
"@event": "CastFinished",
"@spell": "PASSIVE_SPELL_STACK",
"@applyeffecttarget": "self",
"@chance": "1"
}
]
}