狂战士之怒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"
}
}
}