Scudo di emergenzaActive
EMERGENCY_SHIELD
Applichi uno scudo di emergenza a massimo 10 alleati in un raggio di 5m attorno a te, che assorbe danni (prima di applicare le resistenze) in base alla loro salute attuale per i prossimi 4s.
Purifica tutti gli effetti con danni nel tempo.
Salute: sotto il 40% | sopra il 40%
Scudo: 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.
Cappello da raccoglitore dell'anzianoCappello da pescatore dell'anzianoCappello da scuoiatore dell'anzianoCappello da minatore dell'anzianoCappello da cavapietre dell'anzianoCappello da tagliaboschi dell'anzianoElmo da guardiano dell'anziano
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"
}
}
]
}