Skip to content

Commit

Permalink
Update carcass.filter
Browse files Browse the repository at this point in the history
Adjusted nets
Showing armourer's and all splinters for league start
  • Loading branch information
spookyglowingbadger authored Mar 4, 2018
1 parent 2cf403b commit eb052b8
Showing 1 changed file with 28 additions and 11 deletions.
39 changes: 28 additions & 11 deletions carcass.filter
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Carcass.filter
# Version 3.14
# Version 3.15
# 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 Down Expand Up @@ -313,7 +313,7 @@ Show
SetFontSize 45

# Armourer's
Hide
Show
Class "Currency"
BaseType "Armourer's"
SetTextColor 255 255 255
Expand Down Expand Up @@ -560,24 +560,41 @@ Show
SetFontSize 45
PlayAlertSound 2 300

# Leveling nets
Hide
Class "Currency"
BaseType "Simple Rope Net" "Reinforced Rope Net" "Strong Rope Net" "Simple Iron Net" "Reinforced Iron Net"
SetTextColor 155 210 135 255
SetBorderColor 0 0 0
SetBackgroundColor 0 0 0 255
SetFontSize 45

# Early grind nets (Blood Aqueduct/Harbour Bridge/Low Maps)
Hide
Class "Currency"
BaseType "Strong Iron Net" "Simple Steel Net" "Reinforced Steel Net"
SetTextColor 155 210 135 255
SetBorderColor 0 0 0
SetBackgroundColor 0 0 0 255
SetFontSize 45

# Strong Steel Net
Show
Class "Currency"
BaseType "Strong Steel Net"
SetTextColor 255 255 255
SetBackgroundColor 185 122 87
SetBorderColor 255 127 39
SetTextColor 155 210 135 255
SetBorderColor 0 0 0
SetBackgroundColor 0 0 0 255
SetFontSize 45

# Thaumaturgical net
Show
Class "Currency"
BaseType "Thaumaturgical Net"
SetTextColor 255 255 255
SetBackgroundColor 185 122 87
SetBorderColor 255 255 255
SetTextColor 155 210 135 255
SetBorderColor 0 255 36 255
SetBackgroundColor 0 0 0 255
SetFontSize 45
PlayAlertSound 2 300

# Exalted Shard
Show
Expand Down Expand Up @@ -635,8 +652,8 @@ Show
SetBorderColor 130 25 255
SetFontSize 45

# Splinters to hide
Hide
# Cheap splinters (Show or Hide depending on league prices)
Show
Class "Currency"
BaseType "Splinter of Tul" "Splinter of Esh"
SetTextColor 255 235 235
Expand Down

0 comments on commit eb052b8

Please sign in to comment.