Abriendo el infiernoPassive
PASSIVE_CAPE_DEMON
Condición:
Se activa cuando haces un auto-ataque.
Efecto:
Conjura un charco de lava de un radio de 3m alrededor del enemigo que dura 5s.
Inflige 145 de daño mágico (contra jugadores) / 84 de daño mágico (contra monstruos) cada 0.5s.
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.628 | 145 |
| {3} | $PASSIVE_CAPE_DEMON_EFFECT.attributechangeovertime[1].change | -31.9 | ×2.628 | 84 |
| {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"
}
]
}
}
}