Versteckte PhiolePassive
PASSIVE_CAPE_SMUGGLER
Bedingung:
Wird aktiviert, wenn du deine Trank-Slot Fertigkeit aktivierst.
Effekt:
Schnapp dir einen versteckten Trank, dies reduziert die Abklingzeit deiner Trank-Fertigkeit um 1:20.
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_SMUGGLER_EFFECT.resetcooldowns[0].amount | 80 | — | 1:20 |
Ability definition
{
"@uniquename": "PASSIVE_CAPE_SMUGGLER",
"@statblock": "@SPELLS_STATBLOCK_COOLDOWN",
"locareferences": {
"description": {
"locareference": {
"@tag": "$$PASSIVE_CAPE_SMUGGLER_EFFECT.resetcooldowns[0].amount$"
}
},
"statblock": {
"locareference": {
"@tag": "$$PASSIVE_CAPE_SMUGGLER_COOLDOWN.dummy[0].time$"
}
}
},
"applyeffectoneventpassive": {
"@event": "CastFinished",
"@castfinishedslot": "potion",
"@applyeffecttarget": "self",
"@spell": "PASSIVE_CAPE_SMUGGLER_EFFECT",
"@chance": "1",
"not": {
"IfSpellCategoryActive": {
"@category": "cape_cooldown",
"@who": "Caster"
}
}
}
}