Explosive ArrowsActive
BURNINGARROWS
Enchant your next 10 arrows for the next 15s, causing them to explode on impact.
Each explosion deals 73 magical damage to all enemies in a 5m radius around the targeted enemy (also works for arrows from spells).
Stats
| Energy cost | 38 |
|---|---|
| Cooldown | 20 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.
Elder's BowElder's LongbowElder's WarbowElder's Whispering BowElder's Wailing BowElder's Bow of BadonElder's MistpiercerElder's Skystrider Bow
Granted by(8)
Advanced view
Where each number comes from, and the arithmetic behind it. How this works
| # | Source | Base | Progression | Result |
|---|---|---|---|---|
| {0} | applyeffectoneventactive[0].count | 10 | — | 10 |
| {1} | applyeffectoneventactive[0].time | 15 | — | 15s |
| {2} | $BURNINGARROWS_EFFECT.directattributechange[0].change | -23 | ×3.153 | 73 |
| {3} | $BURNINGARROWS_EFFECT.directattributechange[0].effectarearadius | 5 | — | 5m |
Ability definition
{
"@uniquename": "BURNINGARROWS",
"@bindtoitem": "true",
"@target": "self",
"@keepmovingaftercast": "true",
"@castingtime": "0",
"@hitdelay": "0",
"@standtime": "0",
"@disruptionfactor": "1",
"@recastdelay": "20",
"@energyusage": "12",
"@castrange": "0",
"@category": "buff",
"@uitype": "buff",
"@startcharges": "10",
"@maxcharges": "10",
"@autoattackcooldownaftercasting": "DoNotTrigger",
"@assessment": "positive",
"@statblock": "@SPELLS_STANDARD_STATBLOCK",
"@spelleffectlocatag": "@SPELLS_BURNINGARROWS_BUFF_DESC",
"@unlockedtoequip": "false",
"@controllerpreferredtarget": "neutral",
"applyeffectoneventactive": [
{
"@event": "AutoAttack",
"@target": "self",
"@spell": "BURNINGARROWS_EFFECT",
"@applyeffecttarget": "groundatenemy",
"@count": "10",
"@time": "15"
},
{
"@event": "AutoAttack",
"@target": "self",
"@spell": "BURNINGARROWS_FX",
"@applyeffecttarget": "enemy",
"@count": "10",
"@time": "15"
},
{
"@event": "AutoAttack",
"@target": "self",
"@spell": "BURNINGARROWS_REMOVAL",
"@applyeffecttarget": "self",
"@count": "10",
"@time": "15"
}
],
"spelleffectfx": {}
}