Devious TrapPassive
PASSIVE_CAPE_HERETIC
Condition:
Activates when you cast your shoe slot spell.
Effect:
Drop 3 traps with a 2m radius below your feet and to the sides of you, which lasts up to 5s.
The first enemy to step on a trap will activate it and become rooted for 7.68s.
Deals 158 physical damage.
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_HERETIC_AREA.spelleffectarea[0].circle[0].radius_max | 2 | — | 2m |
| {1} | $PASSIVE_CAPE_HERETIC_AREA.spelleffectarea[0].time | 5 | — | 5s |
| {2} | $PASSIVE_CAPE_HERETIC_EFFECT.root[0].time | 6 | ×1.280 | 7.68s |
| {3} | $PASSIVE_CAPE_HERETIC_EFFECT.directattributechange[0].change | -60 | ×2.628 | 158 |
Ability definition
{
"@uniquename": "PASSIVE_CAPE_HERETIC",
"@statblock": "@SPELLS_STATBLOCK_COOLDOWN",
"@descriptionlocatag": "@SPELLS_PASSIVE_CAPE_HERETIC_V2_DESC",
"locareferences": {
"description": {
"locareference": [
{
"@tag": "$$PASSIVE_CAPE_HERETIC_AREA.spelleffectarea[0].circle[0].radius_max$"
},
{
"@tag": "$$PASSIVE_CAPE_HERETIC_AREA.spelleffectarea[0].time$"
},
{
"@tag": "$$PASSIVE_CAPE_HERETIC_EFFECT.root[0].time$"
},
{
"@tag": "$$PASSIVE_CAPE_HERETIC_EFFECT.directattributechange[0].change$"
}
]
},
"statblock": {
"locareference": {
"@tag": "$$PASSIVE_CAPE_HERETIC_COOLDOWN.dummy[0].time$"
}
}
},
"applyeffectoneventpassive": {
"@applyeffecttarget": "self",
"@event": "CastFinished",
"@castfinishedslot": "shoes",
"@spell": "PASSIVE_CAPE_HERETIC_CONDITION",
"@chance": "1"
}
}