Sihirli RünActive
MAGICCIRCLE
Ayağının altına 6s boyunca aktif kalan 5m yarıçaplı sihirli bir rün yerleştirir.
Rünün üzerinde durdukları her 1s, en fazla 6 müttefikin verdiği sihirli hasarı ve iyileştirme gerçekleştirmesini 5% artırıp gerçekleştirme sürelerini 10% azaltır. (6 defaya kadar birikir.)
Etki, rünün alanından çıktıktan sonra 5s boyunca aktif kalır. (Bu, rün yok olduğunda da yaşanır.)
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"
}
}
}
}
]
}