StärkepulsPassive
PASSIVE_CAPE_AVALON
Bedingung:
Aktiviert bei Ausführung eines automatischen Angriffs.
Effekt:
Sammle für 0.5s Energie in deinem Kern und entfessle sie am Schluss, dies verursacht 349 magischen Schaden bei Gegnern in 6m Radius um dich herum.
Reduziert den Schaden von getroffenen Gegnern für -15% um 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"
}
}
]
}
}