Formula

CommonFun.calcBuff_8080

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