Spirits Recovery

Spirits Recovery

Lv 5Passive

Restore HP by (Max HP/300+4)x5 points and SP by (Max SP/300+4)x5 points per 10 seconds

Skill Levels

Lvl: 4
Passive

• Restore HP by (Max HP/300+4)x4 points and SP by (Max SP/300+4)x4 points per 10 seconds

Lvl: 3
Passive

• Restore HP by (Max HP/300+4)x3 points and SP by (Max SP/300+4)x3 points per 10 seconds

Lvl: 2
Passive

• Restore HP by (Max HP/300+4)x2 points and SP by (Max SP/300+4)x2 points per 10 seconds

Lvl: 1
Passive

• Restore HP by (Max HP/300+4)x1 points and SP by (Max SP/300+4)x1 points per 10 seconds

Formula

1function CommonFun.calcBuff_1900(srcUser, targetUser, a, b, c, d, lv)
2  if srcUser == nil or targetUser == nil then
3    return 0
4  end
5  local MaxHp = srcUser:GetProperty("MaxHp")
6  local Num1 = srcUser:GetRunePoint(120070_AESIR_NATURAL_RECOVERY_OF_SPIRITS_RECOVERY_10)
7  local RuneDamage = Num1 * 0.1 + 1
8  local A = math.floor((MaxHp / a + b) * RuneDamage) * lv
9  if srcUser:HasBuffID(100727_ASURA_PHOENIX_FIST_GRIFFIN_S_CLAW_EFFECT_:MAX_STACK_0) then
10    A = A * 2
11  end
12  return A
13end
Preserved HTML snapshot from ROM Handbook