爆炸箭Active
BURNINGARROWS
强化你接着的10枚箭矢,持续15s,使其在击中敌人时爆炸。
每次爆炸对目标周围5m半径范围内的所有敌人造成73魔法伤害(对技能制造的箭矢也有效)。
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.
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": {}
}