Skip to content

Commit

Permalink
Update carcass.filter
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
spookyglowingbadger authored Mar 8, 2018
1 parent eb052b8 commit 58744eb
Showing 1 changed file with 32 additions and 7 deletions.
39 changes: 32 additions & 7 deletions carcass.filter
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
#
Expand Down Expand Up @@ -78,7 +78,8 @@ Show
Show
BaseType "Steel Ring" "Opal Ring"
SetFontSize 45



# Section: [1003]: Chance Bases

# Skyforth
Expand Down Expand Up @@ -109,7 +110,7 @@ Hide
SetBorderColor 98 128 0
SetFontSize 45

# Section: [1004]: 84+ Bases
# Section: [1004]: Crafting Bases

# Lab enchant helmets
Hide
Expand All @@ -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!
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -579,18 +604,18 @@ Hide
SetFontSize 45

# Strong Steel Net
Show
Hide
Class "Currency"
BaseType "Strong Steel Net"
SetTextColor 155 210 135 255
SetBorderColor 0 0 0
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
Expand Down

0 comments on commit 58744eb

Please sign in to comment.