Polline magicoActive
MAGICMUSHROOM
Spargi una nube di polline magico in un raggio di 6m attorno a te, facendo addormentare tutti i nemici colpiti per 3s (se subisce danni, il nemico si risveglia).
Ti rende invisibile per 3s (l'effetto viene rimosso se subisci danni, attacchi, usi un potere o interagisci con un oggetto).
Stats
| Cooldown | 90 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} | applyspell[0].effectarearadius | 6 | — | 6m |
| {1} | $MAGICMUSHROOM_INVISIBILITY.invisibility[0].time | 3 | — | 3s |
Ability definition
{
"@uniquename": "MAGICMUSHROOM",
"@keepmovingaftercast": "true",
"@target": "self",
"@castingtime": "0",
"@recastdelay": "90",
"@energyusage": "0",
"@hitdelay": "0",
"@standtime": "0.0",
"@disruptionfactor": "1",
"@castrange": "0",
"@uitype": "buff",
"@category": "crowdcontrol",
"@autoattackcooldownaftercasting": "DoNotTrigger",
"@hidespelleffecticon": "true",
"@statblock": "@SPELLS_STANDARD_STATBLOCK",
"@controllerpreferredtarget": "neutral",
"applyspell": [
{
"@spell": "MAGICMUSHROOM_EFFECT",
"@target": "enemy",
"@effectarearadius": "6"
},
{
"@spell": "MAGICMUSHROOM_INVISIBILITY",
"@target": "self"
}
]
}