妖精屏障Passive
PASSIVE_CAPE_FEY
啟動條件:
使用您頭盔欄位的技能時觸發。
效果:
施加一層護盾,吸收最多723點傷害(計算抗性前),持續4s。
在護盾存在期間,對驅散效果免疫。
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"
}
}
]
}
}