Formula

CommonFun.calcBuff_6877

function CommonFun.calcBuff_6877(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local Hp = targetUser:GetProperty("Hp")
  local A = -a / 100 * Hp
  return A
end