RejuvenationActive
REJUVENATION
Renew the targeted ally's strength, applying one Rejuvenation Charge.
Each Rejuvenation Charge restores 149 Health over 9s and increases other allies' Defense vs. mobs by 5.263% (stacks up to 3 times).
If the target already has 3 Rejuvenation Charges, all charges will be consumed and you restore 20 Energy.
Stats
| Energy cost | 9 |
|---|---|
| Cooldown | 1 s |
| Cast time | Instant |
| Range | 11 m |
| Target | Ally |
Numbers shown for
Ability damage and healing scale with the weapon carrying them; a sword multiplies them by more than a bow. Select a weapon for its figures.
Elder's Nature StaffElder's Great Nature StaffElder's Wild StaffElder's Druidic StaffElder's Blight StaffElder's Rampant StaffElder's Ironroot StaffElder's Forgebark Staff
Granted by(8)
Advanced view
Where each number comes from, and the arithmetic behind it. How this works
| # | Source | Base | Progression | Result |
|---|---|---|---|---|
| {0} | $REJUVENATION_STACK.attributechangeovertime[0].totalchange | 73.8 | ×2.013 | 149 |
| {1} | $REJUVENATION_STACK.attributechangeovertime[0].totalduration | 9 | — | 9s |
| {2} | $REJUVENATION_STACK_PVE_DEFENSE_BUFF.buffovertime[0].value | 0.05263 | — | 5.263% |
| {3} | $REJUVENATION_STACK.maxcharges | 3 | — | 3 |
| {4} | $REJUVENATION_PENALTY.directattributechange[0].change | 7 | ×2.870 | 20 |
Ability definition
{
"@uniquename": "REJUVENATION",
"@target": "friendall",
"@castingtime": "0",
"@hitdelay": "0",
"@standtime": "0",
"@disruptionfactor": "1",
"@recastdelay": "1",
"@energyusage": "3",
"@castrange": "11",
"@uitype": "heal",
"@category": "heal",
"@maxstack": "5",
"@maxcharges": "3",
"@showrange": "true",
"@assessment": "positive",
"@buffpriority": "2",
"@statblock": "@SPELLS_STANDARD_STATBLOCK",
"@autoattackcooldownaftercasting": "Trigger",
"@descriptionlocatag": "@SPELLS_REJUVENATION_V2_DESC",
"@controllerpreferredtarget": "ally",
"@controllerselfcastable": "true",
"applyspell": [
{
"@target": "friendall",
"@spell": "REJUVENATION_STACK",
"not": {
"IfSpellActive": {
"@spell": "REJUVENATION_STACK",
"@casterchargesonly": "true",
"@atleastcharges": "3",
"@who": "SpellTarget"
}
}
},
{
"@target": "friendall",
"@spell": "REJUVENATION_PENALTY",
"IfSpellActive": {
"@spell": "REJUVENATION_STACK",
"@casterchargesonly": "true",
"@atleastcharges": "3",
"@who": "SpellTarget"
}
}
]
}