Formula

CommonFun.calcBuff_3742

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