昏迷打击Passive
PASSIVE_STUNCHANCE
每5次普通攻击,使目标敌人击晕,持续0.59s。
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.366 | 0.59s |
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"
}
]
}