Темная сфераActive
ARCANE_METEOR
Призовите темную сферу, которая начнет действовать через 0.4s.
Наносит 386 магического урона всем врагам в радиусе 5m.
Применяет темную ауру к 3 врагам.
Каждая темная аура радиусом 5m окружает врага и длится 5s.
Снижает получаемое исцеление на -25% и весь наносимый урон на -25% (против игроков) / на -12% (против монстров), находящихся в ауре.
Замедляет на -15% (все эффекты накапливаются до 3 раз).
Stats
| Energy cost | 16% |
|---|---|
| Cooldown | 38 s |
| Cast time | 0.4 s |
| Range | 15 m |
| Target | Ground |
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} | hitdelay | 0.4 | — | 0.4s |
| {1} | directattributechange[0].change | -112 | ×3.443 | 386 |
| {2} | applyspell[0].effectarearadius | 5 | — | 5m |
| {3} | applyspell[0].maxeffectareatargets | 3 | — | 3 |
| {4} | $ARCANE_METEOR_EFFECT.aura[0].auraradius | 5 | — | 5m |
| {5} | $ARCANE_METEOR_EFFECT.aura[0].time | 5 | — | 5s |
| {6} | $ARCANE_METEOR_AURA.buffovertime[1].value | -0.25 | — | -25% |
| {7} | $ARCANE_METEOR_AURA.buffovertime[2].value | -0.25 | — | -25% |
| {8} | $ARCANE_METEOR_AURA.buffovertime[6].value | -0.12 | — | -12% |
| {9} | $ARCANE_METEOR_AURA.buffovertime[0].value | -0.15 | — | -15% |
| {10} | $ARCANE_METEOR_AURA.maxcharges | 3 | — | 3 |
Ability definition
{
"@uniquename": "ARCANE_METEOR",
"@target": "ground",
"@castingtime": "0.4",
"@keepmovingaftercast": "false",
"@hitdelay": "0.4",
"@standtime": "0.6",
"@disruptionfactor": "1",
"@recastdelay": "38",
"@itempowerrecastdelaymodifier": "-1",
"@energyusage": "0.16",
"@energyusageisrelative": "true",
"@castrange": "15",
"@uitype": "damage",
"@category": "instant",
"@showrange": "true",
"@assessment": "negative",
"@adjustgroundtargettorange": "true",
"@statblock": "@SPELLS_STANDARD_STATBLOCK",
"@autoattackcooldownaftercasting": "Trigger",
"@controllerpreferredtarget": "enemy",
"@controllerselfcastable": "true",
"spellindicationarea": {
"@target": "enemy",
"@position": "attarget",
"@visible": "true",
"area": {
"shape": {
"circle": {
"@radius": "5"
}
},
"fill": {
"circle": {
"@radius": "0-5"
}
}
}
},
"applyspell": {
"@spell": "ARCANE_METEOR_EFFECT",
"@target": "enemy",
"@effectarearadius": "5",
"@maxeffectareatargets": "3",
"@showarearadius": "true"
},
"directattributechange": {
"@attribute": "health",
"@target": "enemy",
"@effecttype": "magic",
"@change": "-112",
"@effectarearadius": "5",
"@targetcountvaluebonusfactor": "0.08"
}
}