From 58744eb5907f7d46978528565d14253976a91330 Mon Sep 17 00:00:00 2001 From: spookyglowingbadger Date: Thu, 8 Mar 2018 16:10:03 +0100 Subject: [PATCH] Update carcass.filter Added magic abyss jewels (hidden by default) Added ilvl 84+ magic abyss jewels (shown) Added Necromancy nets Added shaper quivers with high enough ilvl for additional arrows Now hiding all nets except Thaumaturgical and Necromancy by default. Strong Steel Net still has its own block in case you want to show it. --- carcass.filter | 39 ++++++++++++++++++++++++++++++++------- 1 file changed, 32 insertions(+), 7 deletions(-) diff --git a/carcass.filter b/carcass.filter index 2457131..14b317e 100644 --- a/carcass.filter +++ b/carcass.filter @@ -1,5 +1,5 @@ # Carcass.filter -# Version 3.15 +# Version 3.16 # Get the latest version at https://github.com/spookyglowingbadger/carcass-filter # # This filter is heavily inspired by NeverSink and some sections are borrowed from it, but it is stricter and more minimalistic than even NeverSink's Uber-Strict @@ -20,7 +20,7 @@ # [1001] 6-links and 6-sockets # [1002] Valuable Bases # [1003] Chance Bases -# [1004] 84+ bases +# [1004] Crafting Bases # [1005] Special Exceptions # [1006] Rares # @@ -78,7 +78,8 @@ Show Show BaseType "Steel Ring" "Opal Ring" SetFontSize 45 - + + # Section: [1003]: Chance Bases # Skyforth @@ -109,7 +110,7 @@ Hide SetBorderColor 98 128 0 SetFontSize 45 -# Section: [1004]: 84+ Bases +# Section: [1004]: Crafting Bases # Lab enchant helmets Hide @@ -119,6 +120,21 @@ Hide SetBorderColor 255 255 255 SetFontSize 45 +# 84+ Magic Abyss Jewels +Show + Class "Abyss Jewel" + Rarity < Rare + ItemLevel >= 84 + SetBorderColor 0 73 0 + SetFontSize 45 + +# Lower Level Magic Abyss Jewels +Hide + Class "Abyss Jewel" + Rarity < Rare + SetBorderColor 0 73 0 + SetFontSize 45 + # Section: [1005]: Special Exceptions # Don't miss the fishing rods! @@ -196,6 +212,15 @@ Show SetFontSize 45 SetBorderColor 135 0 220 255 +# Shaper Additional Arrow Quivers +Show + Class "Quivers" + Rarity = Rare + ItemLevel >= 80 + ShaperItem True + SetFontSize 45 + SetBorderColor 135 0 220 255 + # Bulky Shaper Rares Hide Rarity = Rare @@ -579,7 +604,7 @@ Hide SetFontSize 45 # Strong Steel Net -Show +Hide Class "Currency" BaseType "Strong Steel Net" SetTextColor 155 210 135 255 @@ -587,10 +612,10 @@ Show SetBackgroundColor 0 0 0 255 SetFontSize 45 -# Thaumaturgical net +# Thaumaturgical & Necromancy nets Show Class "Currency" - BaseType "Thaumaturgical Net" + BaseType "Thaumaturgical Net" "Necromancy Net" SetTextColor 155 210 135 255 SetBorderColor 0 255 36 255 SetBackgroundColor 0 0 0 255