狂怒Passive
PASSIVE_KNUCKLE_RAGE
啟動條件:
在生命值低於40%的情況下,每次受到傷害時觸發。
效果:
使自身傷害增加15%、冷卻時間補正增加15%,持續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"
}
}
}