지옥 열기Passive
PASSIVE_CAPE_DEMON
조건:
자동 공격을 할 때 활성화됩니다.
효과:
대상 적 아래에 5s 동안 지속되는 3m 범위의 용암 웅덩이를 생성합니다.
0.5s마다 121의 마법 대미지 (vs. 플레이어) / 70의 마법 대미지 (vs. 몬스터) 를 입힙니다.
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_DEMON_AREA.spelleffectarea[0].circle[0].radius_max | 3 | — | 3m |
| {1} | $PASSIVE_CAPE_DEMON_AREA.spelleffectarea[0].time | 5 | — | 5s |
| {2} | $PASSIVE_CAPE_DEMON_EFFECT.attributechangeovertime[0].change | -55 | ×2.204 | 121 |
| {3} | $PASSIVE_CAPE_DEMON_EFFECT.attributechangeovertime[1].change | -31.9 | ×2.204 | 70 |
| {4} | $PASSIVE_CAPE_DEMON_EFFECT.attributechangeovertime[0].interval | 0.5 | — | 0.5s |
Ability definition
{
"@uniquename": "PASSIVE_CAPE_DEMON",
"@statblock": "@SPELLS_STATBLOCK_COOLDOWN",
"locareferences": {
"statblock": {
"locareference": {
"@tag": "$$PASSIVE_CAPE_DEMON_COOLDOWN.dummy[0].time$"
}
}
},
"applyeffectoneventpassive": {
"@applyeffecttarget": "enemy",
"@event": "AutoAttack",
"@spell": "PASSIVE_CAPE_DEMON_CONDITION",
"@chance": "1",
"not": {
"IfSpellCategoryActive": [
{
"@category": "cape_cooldown",
"@who": "Caster"
},
{
"@category": "hostiledismountdebuff",
"@who": "Caster"
}
]
}
}
}