Formula

CommonFun.calcBuff_7703

function CommonFun.calcBuff_7703(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local A = a
  local IBaseLv = srcUser.BaseLv
  if 160 <= IBaseLv then
    A = A + b
  end
  return A
end