Mark of the RavenPassive
PASSIVE_CAPE_MORGANA
Condition:
Activates when you use your third-slot ability.
Effect:
Bless yourself with the Mark of the Raven, reducing your Cast Times and increasing your Auto-Attack Speed by 50% for 5s.
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_MORGANA_EFFECT.buffovertime[0].value | 0.5 | — | 50% |
| {1} | $PASSIVE_CAPE_MORGANA_EFFECT.buffovertime[0].time | 5 | — | 5s |
Ability definition
{
"@uniquename": "PASSIVE_CAPE_MORGANA",
"@statblock": "@SPELLS_STATBLOCK_COOLDOWN",
"locareferences": {
"statblock": {
"locareference": {
"@tag": "$$PASSIVE_CAPE_MORGANA_COOLDOWN.dummy[0].time$"
}
}
},
"applyeffectoneventpassive": {
"@applyeffecttarget": "self",
"@event": "CastStarted",
"@castfinishedslot": "offhandormainhand3",
"@spell": "PASSIVE_CAPE_MORGANA_CONDITION",
"@chance": "1",
"not": {
"IfSpellCategoryActive": {
"@category": "cape_cooldown",
"@who": "Caster"
}
}
}
}