Innate PowerPassive
PASSIVE_SHAPESHIFT_GATHER_CHARGES
After dealing damage in human form, apply one Shift Charge on you every 5s for 30s.
Shift Charges are consumed to empower the abilities of your shape (stacks are removed when mounting up).
Stats
| Cast time | Instant |
|---|
Granted by(8)
Advanced view
Where each number comes from, and the arithmetic behind it. How this works
| # | Source | Base | Progression | Result |
|---|---|---|---|---|
| {0} | $PASSIVE_SHAPESHIFT_GATHER_CHARGES_PULSE.pulsingspell[0].interval | 5 | — | 5s |
| {1} | — | 0 | — | 30s |
Ability definition
{
"@uniquename": "PASSIVE_SHAPESHIFT_GATHER_CHARGES",
"@unlockedtoequip": "false",
"locareferences": {
"description": {
"locareference": [
{
"@tag": "$$PASSIVE_SHAPESHIFT_GATHER_CHARGES_PULSE.pulsingspell[0].interval$"
},
{
"@tag": "30s"
}
]
}
},
"applyeffectoneventpassive": [
{
"@event": "DoDamage",
"@applyeffecttarget": "self",
"@spell": "PASSIVE_SHAPESHIFT_GATHER_CHARGES_PULSE",
"@chance": "1",
"not": {
"IfSpellActive": {
"@spell": "PASSIVE_SHAPESHIFT_GATHER_CHARGES_PULSE",
"@who": "Caster"
}
}
},
{
"@event": "Unequipped",
"@applyeffecttarget": "self",
"@spell": "PASSIVE_SHAPESHIFT_GATHER_CHARGES_REMOVAL",
"@chance": "1"
}
]
}