Formula

CommonFun.calcBuff_3740

function CommonFun.calcBuff_3740(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local Int = srcUser:GetProperty("Int")
  local A = -math.floor(Int / 2)
  return A
end