마법 룬Active
MAGICCIRCLE
6s 동안 지속되는 5m 범위의 마법의 룬을 시전자의 위치에 생성합니다.
최대 6의 아군에게 룬을 밟고있는 1s 마다 마법 대미지와 회복량을 5%만큼 증가시키고, 시전 시간을 10% 만큼 감소시킵니다 (6번까지 중첩됩니다).
효과는 룬을 떠난뒤 5s 동안 지속됩니다 (룬이 사라진 후에도 동일하게 지속됩니다).
Stats
| Energy cost | 18 |
|---|---|
| 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"
}
}
}
}
]
}