요정의 방벽Passive
PASSIVE_CAPE_FEY
조건:
머리 슬롯의 스킬을 시전할 때 활성화됩니다.
효과:
다음 4s 동안, 최대 723의 대미지를 흡수하는 방어막을 부여합니다 (저항력 적용 전).
방어막이 활성화된 동안 제거에 대한 면역을 부여합니다.
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"
}
}
]
}
}