Spirits Recovery
Lvl: 5 Passive

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

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

Aesir

• Spirits Recovery - Empower Natural Recovery of [Spirits Recovery] +10%

Self 1900

function CommonFun.calcBuff_1900(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local MaxHp = srcUser:GetProperty("MaxHp")
  local Num1 = srcUser:GetRunePoint(120070_AESIR_NATURAL_RECOVERY_OF_SPIRITS_RECOVERY_10)
  local RuneDamage = Num1 * 0.1 + 1
  local A = math.floor((MaxHp / a + b) * RuneDamage) * lv
  if srcUser:HasBuffID(100727_ASURA_PHOENIX_FIST_GRIFFIN_S_CLAW_EFFECT_:MAX_STACK_0) then
    A = A * 2
  end
  return A
end

Self 1901

function CommonFun.calcBuff_1901(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local MaxSp = srcUser:GetProperty("MaxSp")
  local Num1 = srcUser:GetRunePoint(120070_AESIR_NATURAL_RECOVERY_OF_SPIRITS_RECOVERY_10)
  local RuneDamage = Num1 * 0.1 + 1
  local A = math.floor((MaxSp / a + b) * RuneDamage) * lv
  if srcUser:HasBuffID(100727_ASURA_PHOENIX_FIST_GRIFFIN_S_CLAW_EFFECT_:MAX_STACK_0) then
    A = A * 2
  end
  return A
end

Self

{
  "id": 100650,
  "BuffName": "Spirits Recovery",
  "BuffRate": {
    "Odds": 100
  },
  "BuffEffect": {
    "Hp": {
      "a": 300,
      "b": 4,
      "type": 1900
    },
    "type": "HSPChange"
  }
}

Self

{
  "id": 100651,
  "BuffName": "Spirits Recovery",
  "BuffRate": {
    "Odds": 100
  },
  "BuffEffect": {
    "Sp": {
      "a": 300,
      "b": 4,
      "type": 1901
    },
    "type": "HSPChange"
  }
}

Formula

{
  "id": 1705005,
  "Buff": {
    "self": [
      100650,
      100651
    ]
  },
  "Cost": 1,
  "Desc": [
    {
      "id": 1705000,
      "params": [
        300,
        4,
        5,
        300,
        4,
        5
      ]
    }
  ],
  "Icon": "skill_312001",
  "Level": 5,
  "DescId": "##307602",
  "NameZh": "##158391",
  "Pvp_buff": {
    "self": [
      100650,
      100651
    ]
  },
  "Target_EP": 3
}