Kum FırtınasıPassive
PASSIVE_CAPE_BRIDGEWATCH
Koşul:
Üçüncü yuvadaki yeteneğini kullandığında etkinleşir.
Etki:
Etrafında 6s boyunca aktif kalan 5m yarıçaplı bir kum fırtınası oluşturur.
İçerisindeki tüm düşmanları -40% yavaşlatır.
Kitle kontrol direncini -30% azaltır.
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"
}
]
}
}
]
}