기회주의자Passive
PASSIVE_CAPE_CAERLEON
조건:
무기의 첫 번째 슬롯 스킬을 사용할 때 활성화됩니다.
효과:
절호의 기회를 노려, 무기의 첫 번째 슬롯 스킬의 재사용 대기 시간을 초기화합니다.
Stats
| Cast time | Instant |
|---|
Granted by(1)
Advanced view
Where each number comes from, and the arithmetic behind it. How this works
Ability definition
{
"@uniquename": "PASSIVE_CAPE_CAERLEON",
"@statblock": "@SPELLS_STATBLOCK_COOLDOWN",
"locareferences": {
"statblock": {
"locareference": {
"@tag": "$$PASSIVE_CAPE_CAERLEON_COOLDOWN.dummy[0].time$"
}
}
},
"applyeffectoneventpassive": {
"@event": "CastFinished",
"@castfinishedslot": "mainhand1",
"@applyeffecttarget": "self",
"@spell": "PASSIVE_CAPE_CAERLEON_EFFECT",
"@chance": "1",
"not": [
{
"IfSpellCategoryActive": {
"@category": "cape_cooldown",
"@who": "Caster"
}
},
{
"IfSpellCategoryActive": {
"@who": "Caster",
"@category": "mountbuff"
}
}
]
}
}