Cut
Lvl: 5 Passive

Wind Demon class skills have a 30% chance to make enemies fall into 【Bleeding】, and Wind Demon class skills increase damage to enemies in the 【Bleeding】 state by 30%.

Lvl: 4 Passive
• Wind Demon class skills have a 24% chance to make enemies fall into 【Bleeding】, and Wind Demon class skills increase damage to enemies in the 【Bleeding】 state by 24%.
Lvl: 3 Passive
• Wind Demon class skills have a 18% chance to make enemies fall into 【Bleeding】, and Wind Demon class skills increase damage to enemies in the 【Bleeding】 state by 18%.
Lvl: 2 Passive
• Wind Demon class skills have a 12% chance to make enemies fall into 【Bleeding】, and Wind Demon class skills increase damage to enemies in the 【Bleeding】 state by 12%.
Lvl: 1 Passive
• Wind Demon class skills have a 6% chance to make enemies fall into 【Bleeding】, and Wind Demon class skills increase damage to enemies in the 【Bleeding】 state by 6%.

Self 7020

function CommonFun.calcBuff_7020(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 + c)
  return A
end

Self

{
  "id": 133380,
  "BuffName": "Cut",
  "BuffRate": {
    "Odds": 100
  },
  "Condition": {
    "type": "Attack",
    "need_skill": [
      2020,
      2029,
      2041,
      2055,
      2080
    ],
    "must_have_damage": 1
  },
  "BuffEffect": {
    "id": [
      133692
    ],
    "Odds": 100,
    "type": "AddBuff"
  }
}

Self

{
  "id": 133692,
  "BuffName": "Bleed Effect",
  "BuffRate": {
    "Odds": {
      "a": 0,
      "b": 100,
      "type": 185
    }
  },
  "BuffEffect": {
    "id": [
      133693,
      133694
    ],
    "type": "AddBuff"
  }
}

Self

{
  "id": 133693,
  "BuffName": "Bleeding Effect [HP Loss]",
  "BuffRate": {
    "Odds": 100
  },
  "BuffType": {
    "isgain": 0,
    "isdisperse": 1
  },
  "BuffEffect": {
    "type": "StatusChange",
    "AtkPer": -0.25,
    "SkillASPD": -0.25,
    "AttrEffect": [
      3,
      4
    ],
    "StateEffect": "2_Blood"
  },
  "BuffStateID": 120032
}

Self

{
  "id": 133694,
  "BuffName": "HP Loss Effect",
  "BuffRate": {
    "Odds": 100
  },
  "BuffType": {
    "isgain": 0,
    "isdisperse": 1
  },
  "BuffEffect": {
    "Hp": {
      "a": 2265,
      "b": -0.001,
      "c": -0.005,
      "type": 7020
    },
    "type": "HpReduce",
    "delHpPer": 0.2,
    "StateEffect": "2_Blood",
    "checkSpecialHide": 2
  }
}

Formula

{
  "id": 2046005,
  "Buff": {
    "self": [
      133380
    ]
  },
  "Cost": 1,
  "Desc": [
    {
      "id": 2046000,
      "params": [
        30,
        30
      ]
    }
  ],
  "Icon": "skill_2046001",
  "Level": 5,
  "DescId": "##3470217",
  "NameZh": "##3467525",
  "Pvp_buff": {
    "self": [
      133380
    ]
  }
}