Self IgnitionToggle
BURNAURA
Ignite yourself, dealing -2% true damage (vs. players) / 123 magical damage (vs. mobs / mounts) every 0.5s to up to 5 enemies within a 7m radius around you.
Take -2% of your Max Health every 0.5s as true damage.
Decreases your Healing Received by -50%.
The ability can last up to 20s but can be deactivated earlier.
Stats
| Cooldown | 30 s |
|---|---|
| Cast time | Instant |
| Target | Self |
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} | $BURNAURA_EFFECT.attributechangeovertime[0].change | -0.02 | — | -2% |
| {1} | $BURNAURA_EFFECT.attributechangeovertime[1].change | -43.88 | ×2.807 | 123 |
| {2} | $BURNAURA_EFFECT.attributechangeovertime[0].interval | 0.5 | — | 0.5s |
| {3} | aura[0].maxauratargets | 5 | — | 5 |
| {4} | aura[0].auraradius | 7 | — | 7m |
| {5} | attributechangeovertime[0].change | -0.02 | — | -2% |
| {6} | attributechangeovertime[0].interval | 0.5 | — | 0.5s |
| {7} | buffovertime[0].value | -0.5 | — | -50% |
| {8} | buffovertime[0].time | 20 | — | 20s |
Ability definition
{
"@uniquename": "BURNAURA",
"@bindtoitem": "true",
"@target": "self",
"@keepmovingaftercast": "true",
"@energyusage": "0",
"@castingtime": "0",
"@hitdelay": "0.3",
"@standtime": "0.5",
"@castrange": "0",
"@recastdelay": "30",
"@category": "instant",
"@uitype": "buff",
"@disruptionfactor": "1",
"@maxstack": "1",
"@hidespelleffecticon": "false",
"@autoattackcooldownaftercasting": "DoNotTrigger",
"@assessment": "positive",
"@descriptionlocatag": "@SPELLS_TEST_BURNAURA_DESC",
"@statblock": "@SPELLS_STANDARD_STATBLOCK",
"@spelleffectlocatag": "@SPELLS_BURNAURA_DEBUFF_DESC",
"buffovertime": {
"@target": "self",
"@type": "healmodifier",
"@value": "-0.50",
"@time": "20"
},
"attributechangeovertime": {
"@target": "self",
"@attribute": "health",
"@initialinterval": "0.25",
"@interval": "0.5",
"@count": "40",
"@change": "-0.02",
"@changetype": "relativemax",
"@ignorearmor": "true",
"@ignoreabilitypowerscaling": "true",
"@ignorebonusdamagescaling": "true",
"@reflectdamage": "never"
},
"aura": {
"@target": "self",
"@spell": "BURNAURA_EFFECT",
"@auraradius": "7",
"@time": "20",
"@maxauratargets": "5",
"@removeonleave": "true"
},
"tintfx": {
"@color": "255, 161, 81, 200"
},
"spelleffectfx": {
"@size": "0.85",
"@constraintpreset": "pointconstraint",
"@ignoresocketscale": "true"
}
}