RejuvenescimentoActive
REJUVENATION
Renova a força do alvo aliado, aplicando uma Carga de Rejuvenescimento.
Cada Carga de Rejuvenescimento restaura 135 de Vida ao longo de 9s e aumenta a Defesa contra monstros dos outros aliados em 5.263% (acumula até 3 vezes).
Se o alvo já possui 3 Cargas de Rejuvenescimento, todas as cargas serão consumidas e você restaura 17 de Energia.
Stats
| Energy cost | 7 |
|---|---|
| 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.
Cajado da Natureza do AnciãoCajado da Natureza Elevado do AnciãoCajado Selvagem do AnciãoCajado Druídico do AnciãoCajado Pustulento do AnciãoCajado Rampante do AnciãoRaiz Férrea do AnciãoCajado de Crosta Forjada do Ancião
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 | ×1.836 | 135 |
| {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.498 | 17 |
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"
}
}
]
}