Inner Fire's Blessing
Lvl: 10 Passive

Sara Alin's mother protects her Ping'an with Wish Power, increasing her own 50% Final Dmg Reduc. in the 【Hiding】 state, and recovering 5% of her maximum health per second.

Lvl: 9 Passive
• Sara Alin's mother protects her Ping'an with Wish Power, increasing her own 45% Final Dmg Reduc. in the 【Hiding】 state, and recovering 4.5% of her maximum health per second.
Lvl: 8 Passive
• Sara Alin's mother protects her Ping'an with Wish Power, increasing her own 40% Final Dmg Reduc. in the 【Hiding】 state, and recovering 4% of her maximum health per second.
Lvl: 7 Passive
• Sara Alin's mother protects her Ping'an with Wish Power, increasing her own 35% Final Dmg Reduc. in the 【Hiding】 state, and recovering 3.5% of her maximum health per second.
Lvl: 6 Passive
• Sara Alin's mother protects her Ping'an with Wish Power, increasing her own 30% Final Dmg Reduc. in the 【Hiding】 state, and recovering 3% of her maximum health per second.
Lvl: 5 Passive
• Sara Alin's mother protects her Ping'an with Wish Power, increasing her own 25% Final Dmg Reduc. in the 【Hiding】 state, and recovering 2.5% of her maximum health per second.
Lvl: 4 Passive
• Sara Alin's mother protects her Ping'an with Wish Power, increasing her own 20% Final Dmg Reduc. in the 【Hiding】 state, and recovering 2% of her maximum health per second.
Lvl: 3 Passive
• Sara Alin's mother protects her Ping'an with Wish Power, increasing her own 15% Final Dmg Reduc. in the 【Hiding】 state, and recovering 1.5% of her maximum health per second.
Lvl: 2 Passive
• Sara Alin's mother protects her Ping'an with Wish Power, increasing her own 10% Final Dmg Reduc. in the 【Hiding】 state, and recovering 1% of her maximum health per second.
Lvl: 1 Passive
• Sara Alin's mother protects her Ping'an with Wish Power, increasing her own 5% Final Dmg Reduc. in the 【Hiding】 state, and recovering 0.5% of her maximum health per second.

Self 6400

function CommonFun.calcBuff_6400(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local MaxHp = targetUser:GetProperty("MaxHp")
  local skilllv = srcUser:GetLernedSkillLevel(a)
  local A = MaxHp * skilllv * b
  return A
end

Self

{
  "id": 138820,
  "BuffName": "Transform fog",
  "BuffRate": {
    "Odds": 100
  },
  "Condition": {
    "type": "Attr",
    "Hiding": 1
  },
  "BuffEffect": {
    "type": "AttrChange",
    "ResultDamRes": {
      "a": 0.05,
      "b": 0,
      "type": 1
    }
  }
}

Self

{
  "id": 138821,
  "BuffName": "Transform Fog (Blood Recovery)",
  "BuffRate": {
    "Odds": 100
  },
  "Condition": {
    "type": "Attr",
    "Hiding": 1
  },
  "BuffEffect": {
    "id": [
      138822
    ],
    "Odds": 100,
    "type": "AddBuff"
  }
}

Self

{
  "id": 138822,
  "BuffName": "Transform Fog (Blood Recovery)",
  "BuffRate": {
    "Odds": 100
  },
  "Condition": {
    "type": "Attr",
    "Hiding": 1
  },
  "BuffEffect": {
    "Hp": {
      "a": 2862,
      "b": 0.005,
      "type": 6400
    },
    "type": "HSPChange",
    "calc_heal": 1
  }
}

Formula

{
  "id": 2862010,
  "Buff": {
    "self": [
      138820,
      138821
    ]
  },
  "Cost": 1,
  "Desc": [
    {
      "id": 2862000,
      "params": [
        50,
        5
      ]
    }
  ],
  "Icon": "skill_2862001",
  "Level": 10,
  "DescId": "##3470229",
  "NameZh": "##3470179",
  "Pvp_buff": {
    "self": [
      138820,
      138821
    ]
  }
}