フロストPassive
PASSIVE_FROST
能力を4回詠唱した後、次の通常攻撃は、対象の敵を1.32s間移動拘束します。
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.536 | 1.32s |
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"
}
]
}