沙尘暴Passive
PASSIVE_CAPE_BRIDGEWATCH
条件:
你使用第三槽位的技能时激活。
效果:
在你周围5m半径范围创造一个沙尘暴,持续6s。
范围内的敌人减速-40%。
群体控制抗性降低-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"
}
]
}
}
]
}