Magic PollenActive
MAGICMUSHROOM
Release a cloud of magical pollen in a 6m radius around you, putting all enemies hit to sleep for 3s (taking damage wakes the enemy).
Turns you invisible for 3s (taking damage, attacking, using an ability, or interacting with an object will reveal you).
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"
}
]
}