Formula

CommonFun.calcBuff_8510

function CommonFun.calcBuff_8510(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local Numabnormal = targetUser:GetStatusNum()
  local A = a
  if c < Numabnormal then
    A = A + b
  end
  return A
end