Formula

CommonFun.calcBuff_4880

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