Formula

CommonFun.calcBuff_3222

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