Tempête de sablePassive
PASSIVE_CAPE_BRIDGEWATCH
Condition :
S'active lorsque vous utilisez la compétence de votre troisième emplacement.
Effet :
Crée une tempête de sable dans un rayon de 5m autour de vous pendant 6s.
Ralentit tous les ennemis qui s'y trouvent de -40%.
Réduit la résistance au contrôle de foule de -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"
}
]
}
}
]
}