RagePassive
PASSIVE_KNUCKLE_RAGE
Condition:
Activates every time you take damage when your Health is below 40%.
Effect:
Increases your damage by 15% and your Cooldown Modifier by 15% for 3s.
Stats
| Cast time | Instant |
|---|
Granted by(8)
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.4 | — | 40% |
| {1} | $PASSIVE_KNUCKLE_RAGE_EFFECT.buffovertime[0].value | 0.15 | — | 15% |
| {2} | $PASSIVE_KNUCKLE_RAGE_EFFECT.buffovertime[4].value | 0.15 | — | 15% |
| {3} | $PASSIVE_KNUCKLE_RAGE_EFFECT.buffovertime[0].time | 3 | — | 3s |
Ability definition
{
"@uniquename": "PASSIVE_KNUCKLE_RAGE",
"@unlockedtoequip": "false",
"applyeffectoneventpassive": {
"@applyeffecttarget": "self",
"@event": "ReceiveDamage",
"@spell": "PASSIVE_KNUCKLE_RAGE_EFFECT",
"@chance": "1",
"IfOwnHealthPercentage": {
"@op": "less",
"@value": "0.4"
}
}
}