모래 폭풍Passive
PASSIVE_CAPE_BRIDGEWATCH
조건:
세 번째 슬롯 스킬 사용 시 발동합니다.
효과:
내 주변에 6s 동안 지속되는 5m 범위의 모래폭풍을 생성합니다.
모래폭풍 안의 모든 적을 -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"
}
]
}
}
]
}