MeteorActive
METEOR
Call down a meteor, impacting after 1s at the targeted position.
Deals 1430 magical damage to all enemies in a 5m radius (this damage cannot be reflected).
Knocks back all enemies hit by 4.74m.
Stats
| Energy cost | 79 |
|---|---|
| Cooldown | 30 s |
| Cast time | 2 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 | 1 | — | 1s |
| {1} | directattributechange[0].change | -434.09 | ×3.295 | 1430 |
| {2} | directattributechange[0].effectarearadius | 5 | — | 5m |
| {3} | $METEOR_KNOCKBACK.knockback[0].distance | 3 | ×1.579 | 4.74m |
Ability definition
{
"@uniquename": "METEOR",
"@target": "ground",
"@castingtime": "2",
"@keepmovingaftercast": "false",
"@hitdelay": "1",
"@standtime": "0.4",
"@disruptionfactor": "1",
"@recastdelay": "30",
"@energyusage": "24",
"@castrange": "15",
"@uitype": "damage",
"@category": "damage",
"@animIgnoreHitDelay": "true",
"@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"
}
}
}
},
"directattributechange": {
"@target": "enemy",
"@attribute": "health",
"@change": "-434.09",
"@effectarearadius": "5",
"@effecttype": "magic",
"@targetcountvaluebonusfactor": "0.08",
"@showarearadius": "true",
"@reflectdamage": "never"
},
"applyspell": {
"@target": "enemy",
"@spell": "METEOR_KNOCKBACK",
"@effectarearadius": "5"
}
}