Skip to content

Commit

Permalink
Update NeverSinks Litefilter.filter
Browse files Browse the repository at this point in the history
  • Loading branch information
Dastano authored Dec 31, 2024
1 parent 3d416a5 commit cc7f15a
Showing 1 changed file with 79 additions and 36 deletions.
115 changes: 79 additions & 36 deletions NeverSinks Litefilter.filter
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
# TWITCH: https://www.twitch.tv/neversink
# PATREON: https://www.patreon.com/Neversink






#--------------------------
# Overrides - Uniques, Valuables
#--------------------------
Expand All @@ -24,7 +29,7 @@ SetBackgroundColor 53 13 13 255
PlayAlertSound 3 300
PlayEffect Brown
MinimapIcon 1 Brown Star
SetFontSize 40
SetFontSize 35

## Divine Orb Style
Show
Expand Down Expand Up @@ -81,24 +86,25 @@ SetBackgroundColor 0 0 0 180

# Always make Spirit gems pop
Show
ItemLevel >= 20
BaseType "Uncut Spirit Gem"
SetTextColor 20 240 240
SetBorderColor 20 240 240
PlayAlertSound 2 300
PlayEffect Cyan
MinimapIcon 1 Cyan Triangle
SetFontSize 40
SetFontSize 60

# Make support gems pop during campaign
Show
AreaLevel < 68
BaseType "Uncut Support Gem"
SetTextColor 20 240 240
SetBorderColor 20 240 240
SetTextColor 255 255 255
SetBorderColor 255 255 255
PlayAlertSound 2 300
PlayEffect Cyan
MinimapIcon 1 Cyan Triangle
SetFontSize 40
SetFontSize 35

# Make skill gems pop during campaign
Show
Expand All @@ -109,31 +115,67 @@ SetBorderColor 20 240 240
PlayAlertSound 2 300
PlayEffect Cyan
MinimapIcon 1 Cyan Triangle
SetFontSize 40
SetFontSize 35

# Gems up to level 18 in maps don't get a special highlight
Show
ItemLevel <= 18
ItemLevel <= 19
BaseType "Uncut Skill Gem"
SetTextColor 255 255 255
SetFontSize 32


# Level 19 gems and up in maps get a special highlight
Show
BaseType "Uncut Skill Gem"
SetTextColor 20 240 240
SetBorderColor 20 240 240
PlayAlertSound 2 300
PlayEffect Cyan
MinimapIcon 1 Cyan Triangle
SetFontSize 35

#--------------------------
# Our Personal Items
#--------------------------

#--------------------------
# Rattling
#--------------------------

Show
BaseType "Uncut Support Gem"
BaseType "Rattling "
SetTextColor 20 240 240
SetBorderColor 20 240 240
SetFontSize 35
PlayAlertSound 2 300
PlayEffect White
MinimapIcon 1 White Triangle

#--------------------------
# Hexer
#--------------------------

# Level 19 gems and up in maps get a special highlight
Show
BaseType "Uncut Skill Gem"
BaseType "Expert Hexer's "
SetTextColor 20 240 240
SetBorderColor 20 240 240
PlayAlertSound 2 300
PlayEffect Cyan
MinimapIcon 1 Cyan Triangle
SetFontSize 40
PlayEffect White
MinimapIcon 1 White Triangle

#--------------------------
# Monk Staff
#--------------------------

Show
BaseType "Expert Gothic "
SetTextColor 20 240 240
SetBorderColor 20 240 240
PlayAlertSound 2 300
PlayEffect White
MinimapIcon 1 White Triangle



#--------------------------
# Socketables and Special Character Equipment
Expand Down Expand Up @@ -164,7 +206,7 @@ Show
Rarity <= Magic
BaseType == "Breach Ring"
SetTextColor 0 240 190
SetFontSize 35
SetFontSize 38
MinimapIcon 2 Cyan Diamond
PlayEffect Cyan Temp

Expand All @@ -173,7 +215,7 @@ Show
Class "Relic"
SetTextColor 0 240 190
SetBorderColor 0 240 190
SetFontSize 40
SetFontSize 35
MinimapIcon 1 Cyan Diamond
PlayAlertSound 2 300
PlayEffect Cyan
Expand All @@ -184,7 +226,7 @@ Class "Jewel"
Rarity <= Rare
SetTextColor 0 240 190
SetBorderColor 0 240 190
SetFontSize 40
SetFontSize 35
MinimapIcon 1 Cyan Diamond
PlayEffect Cyan
PlayAlertSound 2 300
Expand Down Expand Up @@ -240,7 +282,7 @@ SetBackgroundColor 76 51 12
PlayAlertSound 2 300
PlayEffect White
MinimapIcon 2 White Circle
SetFontSize 40
SetFontSize 35

# Currency Tier B: Regal, Vaal ...
Show
Expand All @@ -252,7 +294,7 @@ SetBackgroundColor 76 51 12
PlayAlertSound 2 300
PlayEffect White
MinimapIcon 2 White Circle
SetFontSize 40
SetFontSize 35

Show
Class "Currency"
Expand All @@ -263,7 +305,7 @@ SetBackgroundColor 76 51 12
PlayAlertSound 2 100
PlayEffect White Temp
MinimapIcon 1 White Kite
SetFontSize 35
SetFontSize 38

Show
Class "Omen"
Expand All @@ -274,7 +316,7 @@ SetBackgroundColor 76 51 12
PlayAlertSound 2 300
PlayEffect White
MinimapIcon 2 White Circle
SetFontSize 40
SetFontSize 35

Show
Class "Currency"
Expand All @@ -285,23 +327,23 @@ SetBackgroundColor 76 51 12
PlayAlertSound 2 300
PlayEffect White
MinimapIcon 2 White Circle
SetFontSize 40
SetFontSize 36

# Currency Tier C: Vaal, Chaos, Exalt, Exotic
Show
AreaLevel >= 70
Class "Currency"
BaseType "Arcanist's Etcher" "Armourer's Scrap" "Blacksmith's Whetstone" "Orb of Augmentation" "Orb of Transmutation" "Regal Shard" "Chance Shard"
SetTextColor 220 190 132
SetFontSize 35
SetFontSize 36

# Currency Tier C: Vaal, Chaos, Exalt, Exotic
Show
Class "Currency"
BaseType "Arcanist's Etcher" "Armourer's Scrap" "Blacksmith's Whetstone" "Orb of Augmentation" "Orb of Transmutation" "Regal Shard" "Chance Shard"
SetTextColor 220 190 132
MinimapIcon 2 Grey Circle
SetFontSize 35
SetFontSize 36

Show
Class "Currency"
Expand All @@ -325,7 +367,7 @@ SetBackgroundColor 65 20 80
PlayAlertSound 2 300
PlayEffect White
MinimapIcon 1 Yellow Square
SetFontSize 40
SetFontSize 35

Show
BaseType "Simulacrum" "Breachstone" "Cowardly Fate" "Deadly Fate" "Victorious Fate" "Expedition Logbook" "Test of"
Expand Down Expand Up @@ -355,7 +397,7 @@ SetBackgroundColor 65 20 80
PlayAlertSound 2 300
PlayEffect Grey
MinimapIcon 1 Grey Square
SetFontSize 40
SetFontSize 35

#--------------------------
# Waystones
Expand All @@ -368,7 +410,7 @@ BaseType "Waystone"
Rarity <= Rare
SetTextColor 255 255 255
SetBorderColor 255 255 255
SetFontSize 35
SetFontSize 32

Show
WaystoneTier < 5
Expand All @@ -377,7 +419,7 @@ BaseType "Waystone"
Rarity <= Rare
SetTextColor 255 255 255
SetBorderColor 255 255 255
SetFontSize 35
SetFontSize 32

Show
BaseType "Waystone"
Expand All @@ -387,7 +429,7 @@ SetBorderColor 255 255 255
PlayAlertSound 4 300
PlayEffect White
MinimapIcon 1 White Square
SetFontSize 40
SetFontSize 35

#--------------------------
# Value Rares
Expand All @@ -396,7 +438,7 @@ SetFontSize 40
Show
Class "Rings" "Amulets" "Belts"
Rarity Rare
SetFontSize 40
SetFontSize 38
SetTextColor 233 206 75
SetBorderColor 233 206 75
PlayEffect Yellow
Expand Down Expand Up @@ -424,25 +466,25 @@ Show
Sockets > 0
Rarity Normal
SetBorderColor 200 200 200
SetFontSize 35
SetFontSize 32

Show
Quality > 0
Rarity Normal
SetBorderColor 200 200 200
SetFontSize 35
SetFontSize 32

Show
Sockets > 0
Rarity Magic
SetBorderColor 0 0 200
SetFontSize 35
SetFontSize 32

Show
Quality > 0
Rarity Magic
SetBorderColor 0 0 200
SetFontSize 35
SetFontSize 32

#--------------------------
# Random Rares
Expand All @@ -454,11 +496,11 @@ SetFontSize 35
# Rarity Rare
# DropLevel < 50
# AreaLevel > 72
# SetFontSize 35
# SetFontSize 32

Show
Rarity Rare
SetFontSize 35
SetFontSize 32

#--------------------------
# Hide Rules (only high level), super light edition
Expand Down Expand Up @@ -539,3 +581,4 @@ Class "Body Armours" "Helmets" "Boots" "Gloves" "Shields" "Foci" "Quivers" "One

Show
BaseType == "Expert Laced Boots"

0 comments on commit cc7f15a

Please sign in to comment.