Barrera feéricaPassive
PASSIVE_CAPE_FEY
Condición:
Se activa cuando usas el hechizo de la ranura de tu cabeza.
Efecto:
Aplica un escudo que absorbe hasta 723 de daño (sin tomar en cuenta las resistencias) durante los próximos 4s.
Te otorga inmunidad contra purgas mientras el escudo esté activo.
Stats
| Cast time | Instant |
|---|
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(1)
Advanced view
Where each number comes from, and the arithmetic behind it. How this works
| # | Source | Base | Progression | Result |
|---|---|---|---|---|
| {0} | $PASSIVE_CAPE_FEY_EFFECT.damageshield[0].damageabsorbed | 275 | ×2.628 | 723 |
| {1} | $PASSIVE_CAPE_FEY_EFFECT.damageshield[0].time | 4 | — | 4s |
Ability definition
{
"@uniquename": "PASSIVE_CAPE_FEY",
"@statblock": "@SPELLS_STATBLOCK_COOLDOWN",
"@descriptionlocatag": "@SPELLS_PASSIVE_CAPE_FEY_V2_DESC",
"locareferences": {
"statblock": {
"locareference": {
"@tag": "$$PASSIVE_CAPE_FEY_COOLDOWN.dummy[0].time$"
}
}
},
"applyeffectoneventpassive": {
"@event": "CastFinished",
"@castfinishedslot": "head",
"@applyeffecttarget": "self",
"@spell": "PASSIVE_CAPE_FEY_EFFECT",
"@chance": "1",
"not": [
{
"IfSpellCategoryActive": {
"@category": "cape_cooldown",
"@who": "Caster"
}
},
{
"IfSpellCategoryActive": {
"@who": "Caster",
"@category": "mountbuff"
}
}
]
}
}