Explosive MineActive
GROUNDMINE
Plant a mine with a 1.5m radius at the targeted position, lasting 12s.
The first player to step on the mine will activate it, dealing 870 magical damage to all enemies in a 7m radius (the damage can't be reflected).
Stats
| Energy cost | 45 |
|---|---|
| Cooldown | 20 s |
| Cast time | Instant |
| 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} | spelleffectarea[1].circle[0].radius_max | 1.5 | — | 1.5m |
| {1} | spelleffectarea[1].time | 12 | — | 12s |
| {2} | $GROUNDMINE_EFFECT2.directattributechange[0].change | -270 | ×3.223 | 870 |
| {3} | $GROUNDMINE_EFFECT2.directattributechange[0].effectarearadius | 7 | — | 7m |
Ability definition
{
"@uniquename": "GROUNDMINE",
"@target": "ground",
"@keepmovingaftercast": "false",
"@castingtime": "0",
"@hitdelay": "0.5",
"@standtime": "0.5",
"@disruptionfactor": "1",
"@recastdelay": "20",
"@energyusage": "14",
"@castrange": "15",
"@uitype": "damage",
"@category": "instant",
"@showrange": "true",
"@assessment": "negative",
"@adjustgroundtargettorange": "true",
"@requireslineofsight": "false",
"@statblock": "@SPELLS_STANDARD_STATBLOCK",
"@autoattackcooldownaftercasting": "Trigger",
"@controllerpreferredtarget": "enemy",
"@controllerselfcastable": "true",
"spellindicationarea": {
"@target": "all",
"@visible": "true",
"area": {
"shape": {
"circle": {
"@radius": "1.5"
}
},
"fill": {
"circle": {
"@radius": "0-0.3"
}
}
}
},
"dummy": {
"@target": "self",
"@time": "1",
"@effectarearadius": "1.5",
"@showarearadius": "true"
},
"spelleffectarea": [
{
"@effect": "NONE",
"@time": "2",
"@target": "ground",
"@applyeffectonlyoncepertarget": "true",
"@deletewhenmaxtargetshit": "true",
"@visible": "true",
"@areatag": "hostilegroundeffectarea",
"area": {
"shape": {
"circle": {
"@radius": "1.5"
}
},
"fill": {
"circle": {
"@radius": "0.3-1.5"
}
}
}
},
{
"@effect": "GROUNDMINE_EFFECT",
"@time": "12",
"@target": "all",
"@maxeffectareatargets": "1",
"@removeonleave": "false",
"@applyeffectonlyoncepertarget": "true",
"@deletewhenmaxtargetshit": "true",
"@visible": "true",
"@areatag": "hostilegroundeffectarea",
"area": {
"shape": {
"circle": {
"@radius": "AS 0:0; 1.95:0; 2:1.5"
}
}
}
}
],
"projectile": {
"@flyspeed": "50",
"@startsocket": "mainhandprojectile",
"@hitsocket": "damage",
"@timeoffset": "0.4"
}
}