RabbiaPassive
PASSIVE_KNUCKLE_RAGE
Condizione:
Si attiva ogni volta che subisci danni se la tua salute è inferiore a 40%.
Effetto:
Aumenta i danni del 15% e il tuo modificatore del tempo di ricarica del 15% per 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"
}
}
}