Formula

CommonFun.calcBuff_8330

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