Force PulsePassive
PASSIVE_CAPE_AVALON
Condition:
Activates when you do an Auto-Attack.
Effect:
Collect energy at your core for 0.5s and unleash it at the end dealing 349 magical damage to enemies in a 6m radius around you.
Reduces damage of enemies hit by -15% for 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_AVALON_EFFECT.pulsingspell[0].initialinterval | 0.5 | — | 0.5s |
| {1} | $PASSIVE_CAPE_AVALON_EXPLOSION.directattributechange[0].change | -133 | ×2.628 | 349 |
| {2} | $PASSIVE_CAPE_AVALON_EXPLOSION.directattributechange[0].effectarearadius | 6 | — | 6m |
| {3} | $PASSIVE_CAPE_AVALON_EXPLOSION_DEBUFF.buffovertime[0].value | -0.15 | — | -15% |
| {4} | $PASSIVE_CAPE_AVALON_EXPLOSION_DEBUFF.buffovertime[0].time | 4 | — | 4s |
Ability definition
{
"@uniquename": "PASSIVE_CAPE_AVALON",
"@statblock": "@SPELLS_STATBLOCK_COOLDOWN",
"locareferences": {
"statblock": {
"locareference": {
"@tag": "$$PASSIVE_CAPE_AVALON_COOLDOWN.dummy[0].time$"
}
}
},
"applyeffectoneventpassive": {
"@event": "AutoAttack",
"@applyeffecttarget": "self",
"@spell": "PASSIVE_CAPE_AVALON_EFFECT",
"@chance": "1",
"not": [
{
"IfSpellCategoryActive": [
{
"@category": "cape_cooldown",
"@who": "Caster"
},
{
"@category": "hostiledismountdebuff",
"@who": "Caster"
}
]
},
{
"IfSpellCategoryActive": {
"@who": "Caster",
"@category": "mountbuff"
}
}
]
}
}