Formula

CommonFun.calcBuff_7480

function CommonFun.calcBuff_7480(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local MaxSp = srcUser:GetProperty("MaxSp")
  local A = math.min(math.floor(MaxSp / 1500) * 0.01 - 0.3, 0)
  return A
end