魔法の花粉Active
MAGICMUSHROOM
あなたの周囲の半径6mに魔法の花粉の雲を放ち、ヒットした敵全てを3sの間、眠らせます(ダメージを受けると敵が目覚めます)。
3sの間、あなたを透明化します(ダメージを受けたり、能力を使ったり、オブジェクトと交流するとあなたの姿が現れます)。
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"
}
]
}