Puissance innéePassive
PASSIVE_SHAPESHIFT_GATHER_CHARGES
Après avoir infligé des dégâts sous forme humaine, applique une charge de changement sur vous toutes les 5s pendant 30s.
Les charges de changement sont consommées pour renforcer les compétences de votre forme (les cumuls sont supprimés si vous utilisez une monture).
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"
}
]
}