WutPassive
PASSIVE_KNUCKLE_RAGE
Bedingung:
Wird, solange dein Leben unter 40% liegt, jedes Mal aktiviert, wenn du Schaden erleidest.
Effekt:
Steigert für 3s deinen Schaden um 15% und deinen Abklingzeitmodifikator um 15%.
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"
}
}
}