Formula

CommonFun.calcBuff_6852

function CommonFun.calcBuff_6852(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local Num = targetUser:GetBuffLayer(a)
  local A = Num * b + c
  return A
end