Confession of Love
Lvl: 10 Passive

Every 10s, provides a shield equal to 5% Max HP for the pet and master for 5s.

Lvl: 9 Passive
• Every 10s, provides a shield equal to 4.5% Max HP for the pet and master for 5s.
Lvl: 8 Passive
• Every 10s, provides a shield equal to 4% Max HP for the pet and master for 5s.
Lvl: 7 Passive
• Every 10s, provides a shield equal to 3.5% Max HP for the pet and master for 5s.
Lvl: 6 Passive
• Every 10s, provides a shield equal to 3% Max HP for the pet and master for 5s.
Lvl: 5 Passive
• Every 10s, provides a shield equal to 2.5% Max HP for the pet and master for 5s.
Lvl: 4 Passive
• Every 10s, provides a shield equal to 2% Max HP for the pet and master for 5s.
Lvl: 3 Passive
• Every 10s, provides a shield equal to 1.5% Max HP for the pet and master for 5s.
Lvl: 2 Passive
• Every 10s, provides a shield equal to 1% Max HP for the pet and master for 5s.
Lvl: 1 Passive
• Every 10s, provides a shield equal to 0.5% Max HP for the pet and master for 5s.

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

Pet Master 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": 100038090,
  "BuffName": "Confession of Love",
  "BuffRate": {
    "Odds": 100
  },
  "BuffEffect": {
    "id": [
      100038091
    ],
    "type": "AddBuff"
  }
}

Self

{
  "id": 100038091,
  "BuffName": "Confession of Love",
  "BuffRate": {
    "Odds": 100
  },
  "BuffEffect": {
    "type": "AbsorbDamage",
    "AbsorbAmount": {
      "a": 106513,
      "b": 0.005,
      "type": 6400
    }
  },
  "BuffStateID": 118380
}

Pet Master

{
  "id": 100038090,
  "BuffName": "Confession of Love",
  "BuffRate": {
    "Odds": 100
  },
  "BuffEffect": {
    "id": [
      100038091
    ],
    "type": "AddBuff"
  }
}

Pet Master

{
  "id": 100038091,
  "BuffName": "Confession of Love",
  "BuffRate": {
    "Odds": 100
  },
  "BuffEffect": {
    "type": "AbsorbDamage",
    "AbsorbAmount": {
      "a": 106513,
      "b": 0.005,
      "type": 6400
    }
  },
  "BuffStateID": 118380
}

Formula

{
  "id": 106513010,
  "Buff": {
    "self": [
      100038090
    ],
    "pet_master": [
      100038090
    ]
  },
  "Desc": [
    {
      "id": 106513010,
      "params": [
        5
      ]
    }
  ],
  "Icon": "skill_106513001",
  "Level": 10,
  "DescId": "##1138237",
  "NameZh": "##1137827",
  "Pvp_buff": {
    "self": [
      100038090
    ],
    "pet_master": [
      100038090
    ]
  }
}