WächterruneActive
GUARDRUNE
Beschwöre eine Wächterrune mit 5m Radius um die anvisierte Position herum, die dann für 5s bestehen bleibt.
Sie steigert die Schadensresistenzen von bis zu 10 Alliierten in ihr um 6% und macht sie immun gegen Erzwungene Bewegungs-Effekte und Betäubungen.
Stats
| Energy cost | 43 |
|---|---|
| Cooldown | 15 s |
| Cast time | 0.4 s |
| Range | 14 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_start | 5 | — | 5m |
| {1} | spelleffectarea[0].time | 5 | — | 5s |
| {2} | spelleffectarea[0].maxeffectareatargets | 10 | — | 10 |
| {3} | $GUARDRUNE_EFFECT.buffovertime[0].value | 0.06 | — | 6% |
Ability definition
{
"@uniquename": "GUARDRUNE",
"@target": "ground",
"@castingtime": "0.4",
"@keepmovingaftercast": "false",
"@standtime": "0.1",
"@hitdelay": "0",
"@energyusage": "14",
"@castrange": "14",
"@recastdelay": "15",
"@category": "instant",
"@uitype": "buff",
"@disruptionfactor": "1",
"@assessment": "positive",
"@unlockedtoequip": "false",
"@adjustgroundtargettorange": "true",
"@showrange": "true",
"@statblock": "@SPELLS_STANDARD_STATBLOCK",
"@descriptionlocatag": "@SPELLS_GUARDRUNE_TEST_DESC",
"@autoattackcooldownaftercasting": "Trigger",
"@controllerpreferredtarget": "ally",
"@controllerselfcastable": "true",
"spellindicationarea": {
"@target": "friendall",
"@position": "attarget",
"@visible": "true",
"area": {
"shape": {
"circle": {
"@radius": "5"
}
},
"fill": {
"circle": {
"@radius": "0-5"
}
}
}
},
"nop": {
"@target": "ground",
"@effectarearadius": "5",
"@showarearadius": "true"
},
"spelleffectarea": {
"@effect": "GUARDRUNE_EFFECT",
"@time": "5",
"@target": "friendall",
"@maxeffectareatargets": "10",
"@removeonleave": "true",
"@applyeffectonlyoncepertarget": "false",
"@visible": "true",
"area": {
"shape": {
"circle": {
"@radius": "5"
}
}
}
},
"applyspell": {
"@spell": "MIMIC_COOLDOWN",
"@target": "self",
"IfTargetItemTypeEquipped": {
"@slottype": "mainhand",
"@shopsubcategory1": "arcanestaff"
}
}
}