消失Passive
PASSIVE_CAPE_UNDEAD
条件:
当你的生命值低于15%时激活。
效果:
遁入亡者的国度,使你隐形,持续6s(隐形时使用技能不会使你被揭露)。
你造成的所有伤害与治疗输出降低-50%。
Stats
| Cast time | Instant |
|---|
Granted by(1)
Advanced view
Where each number comes from, and the arithmetic behind it. How this works
| # | Source | Base | Progression | Result |
|---|---|---|---|---|
| {0} | applyeffectoneventpassive[0].IfOwnHealthPercentage[0].value | 0.15 | — | 15% |
| {1} | $PASSIVE_CAPE_UNDEAD_EFFECT.invisibility[0].time | 6 | — | 6s |
| {2} | $PASSIVE_CAPE_UNDEAD_EFFECT.buffovertime[1].value | -0.5 | — | -50% |
Ability definition
{
"@uniquename": "PASSIVE_CAPE_UNDEAD",
"@statblock": "@SPELLS_STATBLOCK_COOLDOWN",
"locareferences": {
"statblock": {
"locareference": {
"@tag": "$$PASSIVE_CAPE_UNDEAD_COOLDOWN.dummy[0].time$"
}
}
},
"applyeffectoneventpassive": {
"@applyeffecttarget": "self",
"@event": "ReceiveDamage",
"@spell": "PASSIVE_CAPE_UNDEAD_EFFECT",
"@chance": "1",
"and": {
"IfOwnHealthPercentage": {
"@op": "less",
"@value": "0.15"
},
"not": [
{
"IfSpellCategoryActive": {
"@category": "mountbuff",
"@who": "Caster"
}
},
{
"IfSpellCategoryActive": {
"@category": "cape_cooldown",
"@who": "Caster"
}
}
]
}
}
}