减速毒药Passive
PASSIVE_SLOWPOISON
每一次普通攻击都会减速目标敌人-10%(对玩家) / -40%(对野怪),持续1s。
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_SLOWPOISON_EFFECT_PLAYERS.buffovertime[0].value | -0.1 | — | -10% |
| {1} | $PASSIVE_SLOWPOISON_EFFECT_MOBS.buffovertime[0].value | -0.4 | — | -40% |
| {2} | $PASSIVE_SLOWPOISON_EFFECT_PLAYERS.buffovertime[0].time | 1 | — | 1s |
Ability definition
{
"@uniquename": "PASSIVE_SLOWPOISON",
"applyeffectoneventpassive": {
"@event": "AutoAttack",
"@spell": "PASSIVE_SLOWPOISON_EFFECT",
"@applyeffecttarget": "enemy",
"@chance": "1"
}
}