Withered Curse
Lvl: 10 Buff CD: 28 sec Skill Delay: 2 sec SP: 250 Range: 6 Cast Time: 4.5 Fixed Cast Time: 0.5

Curses the enemies in the area. Enemies within a 5-meter range lose 1%% of Max HP per second and cannot be revived on-site upon death. Lasts 14 second(s). When it is effective on MVP and Mini Monsters, the HP loss will decrease to a fixed amount.

Lvl: 9 Buff CD: 28 sec Skill Delay: 2 sec SP: 240 Range: 6 Cast Time: 4.5 Fixed Cast Time: 0.5
• Curses the enemies in the area. Enemies within a 5-meter range lose 1%% of Max HP per second and cannot be revived on-site upon death. Lasts 13 second(s). When it is effective on MVP and Mini Monsters, the HP loss will decrease to a fixed amount.
Lvl: 8 Buff CD: 28 sec Skill Delay: 2 sec SP: 230 Range: 6 Cast Time: 4.5 Fixed Cast Time: 0.5
• Curses the enemies in the area. Enemies within a 5-meter range lose 1%% of Max HP per second and cannot be revived on-site upon death. Lasts 12 second(s). When it is effective on MVP and Mini Monsters, the HP loss will decrease to a fixed amount.
Lvl: 7 Buff CD: 28 sec Skill Delay: 2 sec SP: 220 Range: 6 Cast Time: 4.5 Fixed Cast Time: 0.5
• Curses the enemies in the area. Enemies within a 5-meter range lose 1%% of Max HP per second and cannot be revived on-site upon death. Lasts 11 second(s). When it is effective on MVP and Mini Monsters, the HP loss will decrease to a fixed amount.
Lvl: 6 Buff CD: 28 sec Skill Delay: 2 sec SP: 210 Range: 6 Cast Time: 4.5 Fixed Cast Time: 0.5
• Curses the enemies in the area. Enemies within a 5-meter range lose 1%% of Max HP per second and cannot be revived on-site upon death. Lasts 10 second(s). When it is effective on MVP and Mini Monsters, the HP loss will decrease to a fixed amount.
Lvl: 5 Buff CD: 28 sec Skill Delay: 2 sec SP: 200 Range: 6 Cast Time: 4.5 Fixed Cast Time: 0.5
• Curses the enemies in the area. Enemies within a 5-meter range lose 1%% of Max HP per second and cannot be revived on-site upon death. Lasts 9 second(s). When it is effective on MVP and Mini Monsters, the HP loss will decrease to a fixed amount.
Lvl: 4 Buff CD: 28 sec Skill Delay: 2 sec SP: 190 Range: 6 Cast Time: 4.5 Fixed Cast Time: 0.5
• Curses the enemies in the area. Enemies within a 5-meter range lose 1%% of Max HP per second and cannot be revived on-site upon death. Lasts 8 second(s). When it is effective on MVP and Mini Monsters, the HP loss will decrease to a fixed amount.
Lvl: 3 Buff CD: 28 sec Skill Delay: 2 sec SP: 180 Range: 6 Cast Time: 4.5 Fixed Cast Time: 0.5
• Curses the enemies in the area. Enemies within a 5-meter range lose 1%% of Max HP per second and cannot be revived on-site upon death. Lasts 7 second(s). When it is effective on MVP and Mini Monsters, the HP loss will decrease to a fixed amount.
Lvl: 2 Buff CD: 28 sec Skill Delay: 2 sec SP: 170 Range: 6 Cast Time: 4.5 Fixed Cast Time: 0.5
• Curses the enemies in the area. Enemies within a 5-meter range lose 1%% of Max HP per second and cannot be revived on-site upon death. Lasts 6 second(s). When it is effective on MVP and Mini Monsters, the HP loss will decrease to a fixed amount.
Lvl: 1 Buff CD: 28 sec Skill Delay: 2 sec SP: 160 Range: 6 Cast Time: 4.5 Fixed Cast Time: 0.5
• Curses the enemies in the area. Enemies within a 5-meter range lose 1%% of Max HP per second and cannot be revived on-site upon death. Lasts 5 second(s). When it is effective on MVP and Mini Monsters, the HP loss will decrease to a fixed amount.

Enemy 7210

function CommonFun.calcBuff_7210(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local skilllv_1 = srcUser:GetLernedSkillLevel(2366_ACOLYTE:WITHERED_CURSE_WORSEN)
  local MaxHp = targetUser:GetProperty("MaxHp")
  local time = targetUser:GetBuffPassedTime(135190)
  local A = -MaxHp * (0.01 + math.max(time, 0) * skilllv_1 * 5.0E-4)
  local B = -(0.01 + math.max(time, 0) * skilllv_1 * 5.0E-4)
  A = CommonFun.calcBuff_6(srcUser, targetUser, B, 0, c, d, lv)
  return A
end

Enemy

{
  "id": 135190,
  "BuffName": "Withered Curse",
  "BuffRate": {
    "Odds": 100
  },
  "BuffType": {
    "isgain": 0,
    "isdisperse": 1
  },
  "BuffEffect": {
    "Hp": {
      "type": 7210
    },
    "type": "HSPChange",
    "always_calc": 1
  },
  "BuffStateID": 135190
}

Enemy

{
  "id": 135191,
  "BuffDesc": "The victim loses a percentage of HP per second and cannot be revived upon death",
  "BuffIcon": "skillbuff_commonbuff",
  "BuffName": "Withered Curse (Cannot revive after death)",
  "BuffRate": {
    "Odds": {
      "type": 6090
    }
  },
  "BuffType": {
    "isgain": 0,
    "isdisperse": 1
  },
  "IconType": 1,
  "BuffEffect": {
    "type": "NoRelive"
  },
  "BuffStateID": 116053
}

Formula

{
  "CD": 28,
  "id": 2348010,
  "Buff": {
    "enemy": [
      135190,
      135191
    ]
  },
  "Cost": 1,
  "Desc": [
    {
      "id": 2348000,
      "params": [
        14
      ]
    }
  ],
  "Icon": "skill_2348001",
  "Camps": "Enemy",
  "Level": 10,
  "Logic": "SkillPointRange",
  "DescId": "##1301901",
  "NameZh": "##1190105",
  "CastAct": "skill_ready2",
  "DelayCD": 2,
  "Fire_EP": 3,
  "SE_cast": "Skill/Magic_cast",
  "ItemCost": [
    {
      "id": 12903,
      "count": 1580
    }
  ],
  "Pvp_buff": {
    "enemy": [
      135190,
      135191
    ]
  },
  "AttackAct": [
    "use_skill"
  ],
  "Attack_EP": 2,
  "Lead_Type": {
    "CCT": 0.5,
    "FCT": 4.5,
    "type": 2
  },
  "SE_attack": "Skill/skill_magic_shadowexplode_attack",
  "SkillCost": {
    "sp": 250
  },
  "SkillType": "Buff",
  "Target_EP": 3,
  "DamageType": 4,
  "Logic_Param": {
    "count": 1,
    "range": 5,
    "effect": "sfx_Psychic_dlzz_floor_prf,LowBuff_B",
    "no_select": 1,
    "isCountTrap": 1
  },
  "Launch_Range": 6,
  "ExtraMaxLevel": 0
}