Formula

CommonFun.calcBuff_4180

function CommonFun.calcBuff_4180(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local RefineLv1 = srcUser:GetEquipedRefineLv(3)
  local IgnoreDef = srcUser:GetProperty("IgnoreDef")
  local A = 0
  if 8 <= RefineLv1 then
    A = IgnoreDef * 100 * 0.5
  end
  return A
end