Perisai PerlindunganPassive
PASSIVE_CAPE_MARTLOCK
Kondisi:
Aktif saat HP-mu turun kurang dari 25%.
Efek:
Melindungi dirimu dengan perisai, meningkatkan Pertahanan vs. Semua kamu sebesar 100% selama 5s (tidak dapat dihapus).
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.25 | — | 25% |
| {1} | $PASSIVE_CAPE_MARTLOCK_EFFECT.buffovertime[0].value | 1 | — | 100% |
| {2} | $PASSIVE_CAPE_MARTLOCK_EFFECT.buffovertime[0].time | 5 | — | 5s |
Ability definition
{
"@uniquename": "PASSIVE_CAPE_MARTLOCK",
"@statblock": "@SPELLS_STATBLOCK_COOLDOWN",
"locareferences": {
"statblock": {
"locareference": {
"@tag": "$$PASSIVE_CAPE_MARTLOCK_COOLDOWN.dummy[0].time$"
}
}
},
"applyeffectoneventpassive": {
"@applyeffecttarget": "self",
"@event": "ReceiveDamage",
"@spell": "PASSIVE_CAPE_MARTLOCK_EFFECT",
"@chance": "1",
"and": {
"IfOwnHealthPercentage": {
"@op": "less",
"@value": "0.25"
},
"not": [
{
"IfSpellCategoryActive": {
"@category": "mountbuff",
"@who": "Caster"
}
},
{
"IfSpellCategoryActive": {
"@category": "cape_cooldown",
"@who": "Caster"
}
}
]
}
}
}