Skip to content

Commit

Permalink
add incubators, stacked Desk, normal shaper & elder, veilItems
Browse files Browse the repository at this point in the history
  • Loading branch information
RasAlhag committed Oct 18, 2019
1 parent f074328 commit 443a6c8
Show file tree
Hide file tree
Showing 12 changed files with 137 additions and 19 deletions.
54 changes: 47 additions & 7 deletions dist/full.filter
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Created by RasAlhag
# Created by RasAlhag https://github.com/RasAlhag/PoE-lootfilters


#
Expand Down Expand Up @@ -56,6 +56,16 @@ Show
MinimapIcon 0 Red Hexagon
PlayEffect Red

Show
Identified True
HasExplicitMod "Veil"
SetTextColor 0 0 0 255
SetBackgroundColor 255 162 162
SetBorderColor 0 240 190
SetFontSize 45
PlayEffect White Temp



Show
LinkedSockets = 5
Expand All @@ -73,7 +83,6 @@ Show


Show
LinkedSockets >= 3
SocketGroup "RGB"
Rarity = Normal
SetBorderColor 30 144 255
Expand Down Expand Up @@ -341,14 +350,13 @@ Show
MinimapIcon 2 Brown Star
PlayEffect Brown


Show
Class "Currency"
BaseType "Exalted Orb"
SetTextColor 231 180 120
SetBorderColor 210 0 220
SetFontSize 50
PlayAlertSound 5 115
SetFontSize 90
PlayAlertSound 5 160
MinimapIcon 0 Brown Star
PlayEffect Brown

Expand Down Expand Up @@ -765,6 +773,15 @@ Show
SetBorderColor 255 255 255


#
Show
Class "Currency"
BaseType "Stacked Deck"
SetTextColor 30 144 255
SetBackgroundColor 0 0 0 255
SetBorderColor 255 255 255


#
Show
BaseType "Strong Iron Net"
Expand Down Expand Up @@ -1275,12 +1292,35 @@ Show
SetBorderColor 163 141 109
PlayAlertSound 2 79

Show
BaseType "Incubator"
SetTextColor 146 199 68
SetBackgroundColor 38 37 37 255


Show
ShaperItem True
Rarity <= Rare
SetFontSize 45
SetTextColor 50 130 165 255
SetBorderColor 50 130 165 255
SetBackgroundColor 255 255 255 255
PlayEffect Red

Show
ElderItem True
Rarity <= Rare
SetTextColor 210 0 220
SetBackgroundColor 255 255 255 255
SetBorderColor 50 130 165 255
SetFontSize 45
PlayEffect Red


Show
Rarity = Unique
PlayAlertSound 4 79


Show
Rarity = Rare

Expand Down Expand Up @@ -1321,7 +1361,7 @@ Show

#
Show
Class "Utility Flasks"
Class "Utility Flask"
SetTextColor 50 230 100
SetBackgroundColor 255 255 255 0
SetBorderColor 0 0 0 0
Expand Down
50 changes: 46 additions & 4 deletions dist/light.filter
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Created by RasAlhag
# Created by RasAlhag https://github.com/RasAlhag/PoE-lootfilters


#
Expand Down Expand Up @@ -56,6 +56,16 @@ Show
MinimapIcon 0 Red Hexagon
PlayEffect Red

Show
Identified True
HasExplicitMod "Veil"
SetTextColor 0 0 0 255
SetBackgroundColor 255 162 162
SetBorderColor 0 240 190
SetFontSize 45
PlayEffect White Temp


#
Show
BaseType "Flashpowder Keg"
Expand Down Expand Up @@ -304,14 +314,13 @@ Show
MinimapIcon 2 Brown Star
PlayEffect Brown


Show
Class "Currency"
BaseType "Exalted Orb"
SetTextColor 231 180 120
SetBorderColor 210 0 220
SetFontSize 50
PlayAlertSound 5 115
SetFontSize 90
PlayAlertSound 5 160
MinimapIcon 0 Brown Star
PlayEffect Brown

Expand Down Expand Up @@ -728,6 +737,15 @@ Show
SetBorderColor 255 255 255


#
Show
Class "Currency"
BaseType "Stacked Deck"
SetTextColor 30 144 255
SetBackgroundColor 0 0 0 255
SetBorderColor 255 255 255


#
Show
BaseType "Strong Iron Net"
Expand Down Expand Up @@ -1137,7 +1155,31 @@ Show
SetBorderColor 163 141 109
PlayAlertSound 2 79

Show
BaseType "Incubator"
SetTextColor 146 199 68
SetBackgroundColor 38 37 37 255


Show
ShaperItem True
Rarity <= Rare
SetFontSize 45
SetTextColor 50 130 165 255
SetBorderColor 50 130 165 255
SetBackgroundColor 255 255 255 255
PlayEffect Red

Show
ElderItem True
Rarity <= Rare
SetTextColor 210 0 220
SetBackgroundColor 255 255 255 255
SetBorderColor 50 130 165 255
SetFontSize 45
PlayEffect Red


Show
Rarity = Unique
PlayAlertSound 4 79
Expand Down
5 changes: 5 additions & 0 deletions src/adds/incubator.filter
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Show
BaseType "Incubator"
SetTextColor 146 199 68
SetBackgroundColor 38 37 37 255

18 changes: 18 additions & 0 deletions src/adds/shaperElderItems.filter
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Show
ShaperItem True
Rarity <= Rare
SetFontSize 45
SetTextColor 50 130 165 255
SetBorderColor 50 130 165 255
SetBackgroundColor 255 255 255 255
PlayEffect Red

Show
ElderItem True
Rarity <= Rare
SetTextColor 210 0 220
SetBackgroundColor 255 255 255 255
SetBorderColor 50 130 165 255
SetFontSize 45
PlayEffect Red

1 change: 0 additions & 1 deletion src/adds/unique.filter
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

Show
Rarity = Unique
PlayAlertSound 4 79
1 change: 0 additions & 1 deletion src/adds/var/rare.filter
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@

Show
Rarity = Rare
1 change: 0 additions & 1 deletion src/base/items/var/rgbNormal.filter
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@

Show
LinkedSockets >= 3
SocketGroup "RGB"
Rarity = Normal
SetBorderColor 30 144 255
9 changes: 9 additions & 0 deletions src/base/items/veilItems.filter
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Show
Identified True
HasExplicitMod "Veil"
SetTextColor 0 0 0 255
SetBackgroundColor 255 162 162
SetBorderColor 0 240 190
SetFontSize 45
PlayEffect White Temp

5 changes: 2 additions & 3 deletions src/currency/items/exalted.filter
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@

Show
Class "Currency"
BaseType "Exalted Orb"
SetTextColor 231 180 120
SetBorderColor 210 0 220
SetFontSize 50
PlayAlertSound 5 115
SetFontSize 90
PlayAlertSound 5 160
MinimapIcon 0 Brown Star
PlayEffect Brown
8 changes: 8 additions & 0 deletions src/currency/items/stackedDeck.filter
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#
Show
Class "Currency"
BaseType "Stacked Deck"
SetTextColor 30 144 255
SetBackgroundColor 0 0 0 255
SetBorderColor 255 255 255

2 changes: 1 addition & 1 deletion src/flasks/items/var/utilityFlasks.filter
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
Show
Class "Utility Flasks"
Class "Utility Flask"
SetTextColor 50 230 100
SetBackgroundColor 255 255 255 0
SetBorderColor 0 0 0 0
Expand Down
2 changes: 1 addition & 1 deletion src/head.filter
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Created by RasAlhag
# Created by RasAlhag https://github.com/RasAlhag/PoE-lootfilters

0 comments on commit 443a6c8

Please sign in to comment.