连环闪电Passive
PASSIVE_CAPE_THETFORD
条件:
你进行普通攻击时激活。
效果:
从目标敌人身上释放一道闪电链,持续往其9m内距离最接近的敌人弹跳,每次击中造成242魔法伤害(最多可击中4个目标;无法击中同一目标两次)。
Stats
| Cast time | Instant |
|---|
Numbers shown for
Ability damage and healing scale with the weapon carrying them; a sword multiplies them by more than a bow. Select a weapon for its figures.
Granted by(1)
Advanced view
Where each number comes from, and the arithmetic behind it. How this works
| # | Source | Base | Progression | Result |
|---|---|---|---|---|
| {0} | $PASSIVE_CAPE_THETFORD_CHAIN.chainspell[0].maxdistance | 9 | — | 9m |
| {1} | $PASSIVE_CAPE_THETFORD_EFFECT.directattributechange[0].change | -92 | ×2.628 | 242 |
| {2} | $PASSIVE_CAPE_THETFORD_CHAIN.chainspell[0].maxcount | 4 | — | 4 |
Ability definition
{
"@uniquename": "PASSIVE_CAPE_THETFORD",
"@statblock": "@SPELLS_STATBLOCK_COOLDOWN",
"locareferences": {
"statblock": {
"locareference": {
"@tag": "$$PASSIVE_CAPE_THETFORD_COOLDOWN.dummy[0].time$"
}
}
},
"applyeffectoneventpassive": {
"@applyeffecttarget": "enemy",
"@event": "AutoAttack",
"@spell": "PASSIVE_CAPE_THETFORD_CHAIN",
"@chance": "1",
"not": {
"IfSpellCategoryActive": [
{
"@category": "cape_cooldown",
"@who": "Caster"
},
{
"@category": "hostiledismountdebuff",
"@who": "Caster"
}
]
}
}
}