Magic RuneActive
MAGICCIRCLE
Place a magic rune with a 5m radius under your feet, lasting 6s.
Increases magical damage and Healing Cast by 5% and reduces Cast Times by 10% for up to 6 allies for every 1s they stand on the rune (stacks up to 6 times).
The effect lasts for 5s after they leave the area of the rune (this also happens after the rune disappears).
Stats
| Energy cost | 21 |
|---|---|
| Cooldown | 40 s |
| Cast time | Instant |
| Target | Self |
Granted by(1)
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_start | 5 | — | 5m |
| {1} | spelleffectarea[0].time | 6 | — | 6s |
| {2} | $MAGICCIRCLE_EFFECT.buffovertime[1].value | 0.05 | — | 5% |
| {3} | $MAGICCIRCLE_EFFECT.buffovertime[0].value | 0.1 | — | 10% |
| {4} | $MAGICCIRCLE_EFFECT.maxcharges | 6 | — | 6 |
| {5} | $MAGICCIRCLE_PULSING.pulsingspell[0].interval | 1 | — | 1s |
| {6} | $MAGICCIRCLE_EFFECT.buffovertime[0].time | 5 | — | 5s |
Ability definition
{
"@uniquename": "MAGICCIRCLE",
"@target": "self",
"@keepmovingaftercast": "true",
"@castingtime": "0",
"@hitdelay": "0",
"@standtime": "0",
"@disruptionfactor": "1",
"@recastdelay": "40",
"@energyusage": "8",
"@castrange": "0",
"@uitype": "buff",
"@category": "instant",
"@assessment": "positive",
"@maxstack": "1",
"@statblock": "@SPELLS_STANDARD_STATBLOCK",
"@autoattackcooldownaftercasting": "Trigger",
"@controllerpreferredtarget": "neutral",
"spelleffectarea": [
{
"@effect": "MAGICCIRCLE_PULSING",
"@time": "6",
"@target": "friendall",
"@maxeffectareatargets": "5",
"@removeonleave": "true",
"@applyeffectonlyoncepertarget": "false",
"@visible": "true",
"area": {
"shape": {
"@material": "red",
"circle": {
"@radius": "5"
}
}
}
},
{
"@effect": "NONE",
"@time": "8",
"@target": "friendall",
"@maxeffectareatargets": "5",
"@removeonleave": "true",
"@applyeffectonlyoncepertarget": "false",
"@visible": "false",
"area": {
"shape": {
"@material": "red",
"circle": {
"@radius": "5"
}
}
}
}
]
}