BerserkPassive
PASSIVE_CAPE_KEEPER
Condition:
Activates when your Health drops below 80%.
Effect:
Go berserk, increasing all your damage by 40% for 5s (cannot be purged).
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.8 | — | 80% |
| {1} | $PASSIVE_CAPE_KEEPER_EFFECT.buffovertime[0].value | 0.4 | — | 40% |
| {2} | $PASSIVE_CAPE_KEEPER_EFFECT.buffovertime[0].time | 5 | — | 5s |
Ability definition
{
"@uniquename": "PASSIVE_CAPE_KEEPER",
"@statblock": "@SPELLS_STATBLOCK_COOLDOWN",
"@descriptionlocatag": "@SPELLS_PASSIVE_CAPE_KEEPER_V2_DESC",
"locareferences": {
"description": {
"locareference": [
{
"@tag": "$applyeffectoneventpassive[0].IfOwnHealthPercentage[0].value$"
},
{
"@tag": "$$PASSIVE_CAPE_KEEPER_EFFECT.buffovertime[0].value$"
},
{
"@tag": "$$PASSIVE_CAPE_KEEPER_EFFECT.buffovertime[0].time$"
}
]
},
"statblock": {
"locareference": {
"@tag": "$$PASSIVE_CAPE_KEEPER_COOLDOWN.dummy[0].time$"
}
}
},
"applyeffectoneventpassive": {
"@applyeffecttarget": "self",
"@event": "ReceiveDamage",
"@spell": "PASSIVE_CAPE_KEEPER_EFFECT",
"@chance": "1",
"and": {
"IfOwnHealthPercentage": {
"@op": "less",
"@value": "0.8"
},
"not": [
{
"IfSpellCategoryActive": {
"@category": "mountbuff",
"@who": "Caster"
}
},
{
"IfSpellCategoryActive": {
"@category": "cape_cooldown",
"@who": "Caster"
}
}
]
}
}
}