원기 회복Active
REJUVENATION
대상 아군의 힘을 재충전하여, 원기 회복 스택 1개를 부여합니다.
각 원기 회복 스택은 9s에 걸쳐 149의 체력을 회복시키고 다른 아군들의 몬스터에 대한 방어력을 5.263%만큼 증가시킵니다 (3번까지 중첩됨).
대상이 이미 원기 회복 스택을 3개 지녔을 경우, 모든 스택을 소모하고 20의 에너지를 회복합니다.
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.
장로의 네이쳐 스태프장로의 그레이트 네이쳐 스태프장로의 와일드 스태프장로의 드루이드 스태프장로의 블라이트 스태프장로의 램펀트 스태프장로의 아이언루트 스태프장로의 포지바크 스태프
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"
}
}
]
}