危急護盾Active
EMERGENCY_SHIELD
為自身周圍5m半徑範圍內最多10名盟友提供緊急護盾,並在接下來4s內吸收傷害,吸收量(計算抗性前)依其目前生命值而定。
淨化所有持續性傷害效果。
生命值:低於40% | 高於40%
護盾:555 | 370
Stats
| Cooldown | 30 s |
|---|---|
| Cast time | Instant |
| Target | Self |
Numbers shown for
Ability damage and healing scale with the weapon carrying them; a sword multiplies them by more than a bow. Select a weapon for its figures.
禪師級採收者工作帽禪師級漁夫工作帽禪師級剝皮匠工作帽禪師級採礦匠工作帽禪師級採石匠工作帽禪師級伐木匠工作帽禪師級守衛者頭盔
Granted by(7)
Advanced view
Where each number comes from, and the arithmetic behind it. How this works
| # | Source | Base | Progression | Result |
|---|---|---|---|---|
| {0} | $EMERGENCY_SHIELD_BIG.damageshield[0].maxeffectareatargets | 10 | — | 10 |
| {1} | $EMERGENCY_SHIELD_BIG.damageshield[0].effectarearadius | 5 | — | 5m |
| {2} | $EMERGENCY_SHIELD_BIG.damageshield[0].time | 4 | — | 4s |
| {3} | $EMERGENCY_SHIELD_BIG.damageshield[0].damageabsorbed | 300 | ×1.849 | 555 |
| {4} | $EMERGENCY_SHIELD_SMALL.damageshield[0].damageabsorbed | 200 | ×1.849 | 370 |
Ability definition
{
"@uniquename": "EMERGENCY_SHIELD",
"@target": "self",
"@keepmovingaftercast": "true",
"@castingtime": "0",
"@hitdelay": "0",
"@standtime": "0",
"@disruptionfactor": "1",
"@recastdelay": "30",
"@energyusage": "0",
"@castrange": "0",
"@uitype": "heal",
"@category": "buff_damageshield",
"@assessment": "positive",
"@statblock": "@SPELLS_STANDARD_STATBLOCK",
"@descriptionlocatag": "@SPELLS_TEST_EMERGENCY_SHIELD_DESC",
"@autoattackcooldownaftercasting": "Trigger",
"@controllerpreferredtarget": "neutral",
"removeactiveeffects": {
"@category": "damage",
"@target": "friendall",
"@effectarearadius": "5",
"@maxeffectareatargets": "10"
},
"applyspell": [
{
"@spell": "EMERGENCY_SHIELD_SMALL",
"@target": "friendall",
"IfTargetHealthPercentage": {
"@op": "greater",
"@value": "0.4"
}
},
{
"@spell": "EMERGENCY_SHIELD_BIG",
"@target": "friendall",
"IfTargetHealthPercentage": {
"@op": "lessOrEqual",
"@value": "0.4"
}
}
]
}