Sacred GroundActive
SACRED_GROUND
Create a sacred circle with a 3m radius that lasts 3s.
Silences and slows all enemies inside by -20%
Mobs will become immune to the silence after 3s.
Stats
| Energy cost | 6% |
|---|---|
| Cooldown | 7 s |
| Cast time | 0.6 s |
| Range | 2 m |
| Target | Ground |
Granted by(8)
Advanced view
Where each number comes from, and the arithmetic behind it. How this works
| # | Source | Base | Progression | Result |
|---|---|---|---|---|
| {0} | spelleffectarea[0].circle[0].radius_end | 3 | — | 3m |
| {1} | spelleffectarea[0].time | 3 | — | 3s |
| {2} | $SACRED_GROUND_EFFECT.buffovertime[0].value | -0.2 | — | -20% |
| {3} | $SACRED_GROUND_EFFECT.silence[1].time | 3 | — | 3s |
Ability definition
{
"@uniquename": "SACRED_GROUND",
"@target": "ground",
"@castingtime": "0.6",
"@keepmovingaftercast": "false",
"@hitdelay": "0",
"@standtime": "0",
"@disruptionfactor": "0",
"@recastdelay": "7",
"@energyusage": "0.06",
"@energyusageisrelative": "true",
"@castrange": "2",
"@uitype": "damage",
"@category": "damage",
"@assessment": "negative",
"@unlockedtoequip": "false",
"@adjustgroundtargettorange": "true",
"@showrange": "true",
"@statblock": "@SPELLS_STANDARD_STATBLOCK",
"@descriptionlocatag": "@SPELLS_SACRED_GROUND_TEST_DESC",
"@autoattackcooldownaftercasting": "Trigger",
"@controllerpreferredtarget": "enemy",
"@controllerselfcastable": "true",
"spellindicationarea": {
"@target": "enemy",
"@position": "atcaster",
"@visible": "true",
"area": {
"shape": {
"node": {
"@distance": "2",
"circle": {
"@radius": "3"
}
}
},
"fill": {
"node": {
"@distance": "2",
"circle": {
"@radius": "0-3"
}
}
}
}
},
"dummy": {
"@target": "ground",
"@time": "1",
"@effectarearadius": "3",
"@showarearadius": "true"
},
"spelleffectarea": {
"@time": "3",
"@effect": "SACRED_GROUND_EFFECT",
"@target": "enemy",
"@removeonleave": "true",
"@position": "atcaster",
"@rotation": "castdirection",
"@visible": "true",
"@areatag": "hostilegroundeffectarea",
"area": {
"shape": {
"node": {
"@angle": "0",
"@distance": "2",
"circle": {
"@radius": "3"
}
}
}
}
}
}