기절시키는 타격Passive
PASSIVE_STUNCHANCE
자동 공격 5번마다, 대상 적을 0.6s 동안 기절시킵니다.
Stats
| Cast time | Instant |
|---|
Granted by(16)
Advanced view
Where each number comes from, and the arithmetic behind it. How this works
| # | Source | Base | Progression | Result |
|---|---|---|---|---|
| {0} | $PASSIVE_STUNCHANCE_CONDITION.applyspell[0].IfSpellActive[0].atleastcharges | 5 | — | 5 |
| {1} | $PASSIVE_STUNCHANCE_EFFECT.stun[0].time | 0.43 | ×1.398 | 0.6s |
Ability definition
{
"@uniquename": "PASSIVE_STUNCHANCE",
"applyeffectoneventpassive": [
{
"@event": "AutoAttack",
"@spell": "PASSIVE_STUNCHANCE_CONDITION",
"@applyeffecttarget": "enemy",
"@chance": "1"
},
{
"@event": "AutoAttack",
"@spell": "PASSIVE_AA_STACK",
"@applyeffecttarget": "self",
"@chance": "1"
}
]
}