Same Fate
Lvl: 5 Buff CD: 10 sec Skill Delay: 2 sec SP: 150 Range: 4 Cast Time: 4

Your HP lost during the effective period will be shared with a specified enemy unit by the ratio of 30%. Only one enemy unit within 10 meters can be specified. The effect lasts for 10 seconds and can't be dispersed

Lvl: 4 Buff CD: 10 sec Skill Delay: 2 sec SP: 140 Range: 4 Cast Time: 4
• Your HP lost during the effective period will be shared with a specified enemy unit by the ratio of 26%. Only one enemy unit within 10 meters can be specified. The effect lasts for 10 seconds and can't be dispersed
Lvl: 3 Buff CD: 10 sec Skill Delay: 2 sec SP: 130 Range: 4 Cast Time: 4
• Your HP lost during the effective period will be shared with a specified enemy unit by the ratio of 22%. Only one enemy unit within 10 meters can be specified. The effect lasts for 10 seconds and can't be dispersed
Lvl: 2 Buff CD: 10 sec Skill Delay: 2 sec SP: 120 Range: 4 Cast Time: 4
• Your HP lost during the effective period will be shared with a specified enemy unit by the ratio of 18%. Only one enemy unit within 10 meters can be specified. The effect lasts for 10 seconds and can't be dispersed
Lvl: 1 Buff CD: 10 sec Skill Delay: 2 sec SP: 110 Range: 4 Cast Time: 4
• Your HP lost during the effective period will be shared with a specified enemy unit by the ratio of 14%. Only one enemy unit within 10 meters can be specified. The effect lasts for 10 seconds and can't be dispersed

Enemy 5020

function CommonFun.calcBuff_5020(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local Value = srcUser:GetGemValue(c)
  local A = lv * a + b + Value / 100000
  return A
end

Enemy

{
  "id": 124180,
  "BuffName": "Death Binding",
  "BuffRate": {
    "Odds": {
      "type": 3075
    }
  },
  "Condition": {
    "type": "Distance",
    "distance": 10,
    "delWhenInvalid": 1
  },
  "BuffEffect": {
    "rate": {
      "a": 0.04,
      "b": 0.1,
      "c": 11151,
      "type": 5020
    },
    "type": "BindDamage"
  },
  "BuffStateID": 124180
}

Enemy

{
  "id": 124181,
  "BuffName": "Death Binding (Unable to accelerate)",
  "BuffRate": {
    "Odds": {
      "a": 0,
      "b": 100,
      "c": 20110150,
      "type": 5040
    }
  },
  "Condition": {
    "type": "Distance",
    "distance": 10,
    "delWhenInvalid": 1
  },
  "BuffEffect": {
    "type": "LimitAttr",
    "MaxAttr": {
      "MoveSpd": 1,
      "MoveSpdPer": 0
    }
  }
}

Enemy

{
  "id": 124182,
  "BuffName": "Death Binding (Unable to conceal)",
  "BuffRate": {
    "Odds": {
      "a": 0,
      "b": 100,
      "c": 20110150,
      "type": 5040
    }
  },
  "Condition": {
    "type": "Distance",
    "distance": 10,
    "delWhenInvalid": 1
  },
  "BuffEffect": {
    "type": "AttrChange",
    "AttrEffect2": [
      21
    ]
  }
}

Enemy

{
  "id": 124183,
  "BuffName": "Death Binding (Unable to shift place)",
  "BuffRate": {
    "Odds": {
      "a": 0,
      "b": 100,
      "c": 20110150,
      "type": 5040
    }
  },
  "Condition": {
    "type": "Distance",
    "distance": 10,
    "delWhenInvalid": 1
  },
  "BuffEffect": {
    "type": "LimitSkill",
    "notid": [
      175,
      309,
      483,
      1283,
      1606,
      4013,
      4205,
      4209,
      601,
      1110,
      3305,
      4210,
      3201,
      2021,
      2043,
      2905,
      2050,
      1937,
      1943,
      2208,
      2402,
      2408,
      2461,
      2515,
      2517,
      2567,
      2595,
      2673,
      2708,
      2736,
      2803
    ]
  }
}

Formula

{
  "CD": 10,
  "id": 1735005,
  "Buff": {
    "enemy": [
      124180,
      124181,
      124182,
      124183
    ]
  },
  "Cost": 1,
  "Desc": [
    {
      "id": 1735000,
      "params": [
        30
      ]
    }
  ],
  "Icon": "skill_3011001",
  "Camps": "Enemy",
  "Level": 5,
  "Logic": "SkillLockedTarget",
  "DescId": "##285856",
  "NameZh": "##285796",
  "CastAct": "reading",
  "DelayCD": 2,
  "Fire_EP": 3,
  "ItemCost": [
    {
      "id": 12903,
      "count": 1020
    }
  ],
  "Pvp_buff": {
    "enemy": [
      124180,
      124181,
      124182,
      124183
    ]
  },
  "AttackAct": [
    "use_skill"
  ],
  "Attack_EP": 3,
  "Lead_Type": {
    "CCT": 0,
    "FCT": 4,
    "type": 2
  },
  "SE_attack": "Skill/Soulblade_hunlian",
  "SkillCost": {
    "sp": 150
  },
  "SkillType": "Buff",
  "Target_EP": 3,
  "DamageType": 4,
  "Logic_Param": {
    "GM": {
      "id1": 0,
      "type": "speffect",
      "target": 1,
      "speffectid": 23
    }
  },
  "Launch_Range": 4,
  "TargetFilter": {
    "npcID": [
      310003,
      310004,
      310005,
      310006,
      310013,
      310014,
      310015,
      310016
    ]
  },
  "ExtraMaxLevel": 0
}