Tempesta di sabbiaPassive
PASSIVE_CAPE_BRIDGEWATCH
Condizione:
Si attiva quando usi l'abilità del terzo slot.
Effetto:
Crea una tempesta di sabbia in un raggio di 5m attorno a te, che dura 6s.
Rallenta tutti i nemici al suo interno del -40%.
Riduce la resistenza agli effetti di controllo del -30%.
Stats
| Cast time | Instant |
|---|
Granted by(1)
Advanced view
Where each number comes from, and the arithmetic behind it. How this works
| # | Source | Base | Progression | Result |
|---|---|---|---|---|
| {0} | $PASSIVE_CAPE_BRIDGEWATCH_EFFECT.aura[0].auraradius | 5 | — | 5m |
| {1} | $PASSIVE_CAPE_BRIDGEWATCH_EFFECT.aura[0].time | 6 | — | 6s |
| {2} | $PASSIVE_CAPE_BRIDGEWATCH_DEBUFF.buffovertime[0].value | -0.4 | — | -40% |
| {3} | $PASSIVE_CAPE_BRIDGEWATCH_DEBUFF.buffovertime[1].value | -0.3 | — | -30% |
Ability definition
{
"@uniquename": "PASSIVE_CAPE_BRIDGEWATCH",
"@statblock": "@SPELLS_STATBLOCK_COOLDOWN",
"locareferences": {
"statblock": {
"locareference": {
"@tag": "$$PASSIVE_CAPE_BRIDGEWATCH_COOLDOWN.dummy[0].time$"
}
}
},
"applyeffectoneventpassive": [
{
"@applyeffecttarget": "self",
"@event": "CastFinished",
"@castfinishedslot": "offhandormainhand3",
"@spell": "PASSIVE_CAPE_BRIDGEWATCH_EFFECT",
"@chance": "1",
"not": {
"IfSpellCategoryActive": [
{
"@category": "cape_cooldown",
"@who": "Caster"
},
{
"@category": "hostiledismountdebuff",
"@who": "Caster"
}
]
}
},
{
"@applyeffecttarget": "self",
"@event": "CastFinished",
"@castfinishedslot": "offhandormainhand3",
"@spell": "PASSIVE_CAPE_BRIDGEWATCH_COOLDOWN",
"@chance": "1",
"not": {
"IfSpellCategoryActive": [
{
"@category": "cape_cooldown",
"@who": "Caster"
},
{
"@category": "hostiledismountdebuff",
"@who": "Caster"
}
]
}
}
]
}