forked from SayyadinaAtreides/sayya-poe-filter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sayya_default.filter
494 lines (406 loc) · 13.5 KB
/
sayya_default.filter
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
# Script edited with Filtration - https://github.com/ben-wallis/Filtration
# Sayya's item filter, v. 1.24 (7/13/2015)
#
# Changelog:
#
# Added Portal, now shows all magic items (shrunk) by default for Warbands (7/13/2015)
# Font size changes, small refinement to recipe highlighting, added support for Filtration themes (7/2/2015)
# Minor color changes (6/26/2015)
# Added Filtration support, tweaked hybrid flask handling (6/15/2015)
# Minor fixes, slightly altered life vs mana flask border color, added Divination Card support (6/15/2015)
# Updated Maraketh weapon bases (6/12/2015)
# Updated Maraketh weapon bases; dim/shrink hidden items for less clutter when highlight is pressed (5/22/2015)
# Added block for chance base highlighting (5/5/2015)
# Adjusted chaos/regal recipe handling to exclude 1H weapons, shields, and quivers; shrunk normal/magic accessories (5/3/2015)
# Added alpha values to the dimmed items, increased font size on some items, tweaked level ranges for hiding items (5/2/2015)
# Maximized volume on alert sounds, tweaked high-end currency alert (5/1/2015)
# Refined flask and quiver handling (4/30/2015)
# Section: Currency
# Add a currency-colored border to midtier currency
Show # Currency - Mid
BaseType "Fusing" "Regret" "Gemcutter's Prism" "Chisel" "Blessed" "Regal Orb" "Vaal Orb" "Chaos Orb"
SetBorderColor 170 158 130 # Uncommon currency
SetFontSize 38
# Add a unique border and sound to high-end currency (AlertSound5)
Show # Currency - High
BaseType "Exalted" "Divine Orb" "Eternal Orb" "Mirror of" "Feather"
SetBorderColor 175 96 37 # Rare currency
SetFontSize 42
PlayAlertSound 5 100
# Default handling of other currency
Show # Currency - Low
Class "Currency"
# Section: Maps, Uniques, Quest Items
# Adjust font size of: uniques, maps (includes sacrifice fragments), quest items
Show # Maps/Fragments
Class "Map"
SetFontSize 38
Show # Quest Items
Class "Quest"
SetFontSize 38
Show # Valuables - Uniques
Rarity = Unique
SetFontSize 42
# Section: Flasks
# Add a border to flasks that are near the current level or have 15%+ quality
Show # Flasks - Utility
Class "Utility Flask"
SetBorderColor 88 0 179 # Utility/Hybrid/Quality flask
Show # Flasks - Quality
Quality >= 10
Class "Flask"
SetBorderColor 88 0 179 # Utility/Hybrid/Quality flask
Show # Flasks - Hybrid - Hallowed
BaseType "Hallowed Hybrid Flask"
ItemLevel < 68
SetBorderColor 88 0 179 # Utility/Hybrid/Quality flask
Hide # Flasks - Hybrid - Other
Class "Hybrid Flask"
SetTextColor 150 150 150 180 # Dim white
SetBackgroundColor 0 0 0 127 # Dim background
Show # Flasks - Mana - ilvl < 15
ItemLevel < 15
Class "Mana Flask"
SetBorderColor 88 0 222 # Mana flask
Show # Flasks - Life - ilvl < 15
ItemLevel < 15
Class "Life Flask"
SetBorderColor 83 0 110 # Life flask
Show # Flasks - Mana - ilvl < 26
ItemLevel < 26
DropLevel > 10
Class "Mana Flask"
SetBorderColor 88 0 222 # Mana flask
Show # Flasks - Life - ilvl < 26
ItemLevel < 26
DropLevel > 10
Class "Life Flask"
SetBorderColor 83 0 110 # Life flask
Show # Flasks - Mana - ilvl < 34
ItemLevel < 34
DropLevel > 22
Class "Mana Flask"
SetBorderColor 88 0 222 # Mana flask
Show # Flasks - Life - ilvl < 34
ItemLevel < 34
DropLevel > 22
Class "Life Flask"
SetBorderColor 83 0 110 # Life flask
Show # Flasks - Mana - ilvl < 43
ItemLevel < 43
DropLevel > 34
Class "Mana Flask"
SetBorderColor 88 0 222 # Mana flask
Show # Flasks - Life - ilvl < 43
ItemLevel < 43
DropLevel > 34
Class "Life Flask"
SetBorderColor 83 0 110 # Life flask
Show # Flasks - Mana - ilvl < 55
ItemLevel < 55
DropLevel > 40
Class "Mana Flask"
SetBorderColor 88 0 222 # Mana flask
Show # Flasks - Life - ilvl < 55
ItemLevel < 55
DropLevel > 40
Class "Life Flask"
SetBorderColor 83 0 110 # Life flask
Show # Flasks - Mana - Divine+ - (under 70)
DropLevel > 58
ItemLevel < 70
Class "Mana Flask"
SetBorderColor 88 0 222 # Mana flask
Show # Flasks - Life - Divine+ - (under 70)
DropLevel > 58
ItemLevel < 70
Class "Life Flask"
SetBorderColor 83 0 110 # Life flask
Show # Flasks - Mana - Divine+ - (over 70)
DropLevel > 58
Class "Mana Flask"
SetFontSize 25
Show # Flasks - Life - Divine+ - (over 70)
DropLevel > 58
Class "Life Flask"
SetFontSize 25
# Section: Special Items
# Add a red border and sound to special items: fishing rods, jewels (AlertSound7)
Show # Valuables - Fishing Rods, Jewels, Div Cards
Class "Fishing Rod" "Jewel" "Divination Card"
SetBorderColor 150 0 0 # Special drops
SetFontSize 42
PlayAlertSound 7 100
# Section: Links and Sockets
# Add a grey border and sound to 6s/5l/6l items (AlertSound2)
Show # Valuables - 5/6L
LinkedSockets >= 5
SetBorderColor 127 127 127 # 6S/5L/6L border
SetBackgroundColor 0 0 0 255 # Contrast background
SetFontSize 42
PlayAlertSound 2 100
Show # Valuables - 6S
Sockets = 6
SetBorderColor 127 127 127 # 6S/5L/6L border
SetBackgroundColor 0 0 0 255 # Contrast background
SetFontSize 42
PlayAlertSound 2 100
# Slightly lighten white/magic RGB items a la Antnee
Show # Valuables - RGB Items
Rarity = Normal
SocketGroup "RGB"
SetTextColor 255 255 255 # RGB whites
SetBackgroundColor 0 0 0 255 # Contrast background
Show # Valuables - RGB Items
Rarity = Magic
SocketGroup "RGB"
SetTextColor 125 175 255 # RGB blues
SetBackgroundColor 0 0 0 255 # Contrast background
# Section: Regal Recipe
# Add a light blue border to regal recipe rares
Show # Rares - 75+ - Nonrecipe
ItemLevel >= 75
Rarity = Rare
Class "Shields" "One Hand" "Quivers" "Claws" "Daggers" "Wands"
Show # Rares - 75+ - Regal recipe - Quality & Jewelry
ItemLevel >= 75
Rarity = Rare
Class "Rings" "Amulets" "Belts"
SetBorderColor 136 136 255 # Regal recipe bright
Show # Rares - 75+ - Regal recipe - Quality & Jewelry
ItemLevel >= 75
Rarity = Rare
Quality > 15
SetBorderColor 136 136 255 # Regal recipe bright
Show # Rares - 75+ - Regal recipe
ItemLevel >= 75
Rarity = Rare
SetBorderColor 136 136 255 200 # Regal recipe faint
# Section: Chaos Recipe
# Add a yellow border to chaos recipe rares
Show # Rares - 60+ - Nonrecipe
ItemLevel >= 60
Rarity = Rare
Class "Shields" "One Hand" "Quivers" "Claws" "Daggers" "Wands" "Sceptres"
Show # Rares - 60+ - Chaos recipe - Quality & Jewelry
ItemLevel >= 60
Rarity = Rare
Class "Rings" "Amulets" "Belts"
SetBorderColor 254 170 0 # Chaos recipe bright
Show # Rares - 60+ - Chaos recipe - Quality & Jewelry
ItemLevel >= 60
Rarity = Rare
Quality > 15
SetBorderColor 254 170 0 # Chaos recipe bright
Show # Rares - 60+ - Chaos recipe
ItemLevel >= 60
Rarity = Rare
SetBorderColor 254 170 0 127 # Chaos recipe faint
# Section: Gems
# Slightly enlarge and add a teal border to quality gems as well as Empower etc.; shrink all other gems slightly; slightly dim active gems.
Show # Gems - Quality
Quality > 0
Class "Gem"
SetBorderColor 54 100 146 # Valuable/quality gems
SetFontSize 38
Show # Gems - Valuable
Class "Gem"
BaseType "Empower" "Enhance" "Enlighten" "Portal"
SetBorderColor 54 100 146 # Valuable/quality gems
SetFontSize 38
Show # Gems - Vaal
Class "Gem"
BaseType "Vaal"
SetBorderColor 150 0 0 # Vaal gems
SetFontSize 38
Show # Gems - Support
Class "Support"
SetFontSize 35
Show # Gems - Active
Class "Active"
SetFontSize 25
# Section: Base Items
# Add a dark green border to normal items of desired chance bases
Show # Bases - Chance
Rarity = Normal
BaseType "Occultist's" "Judgement Staff" "Agate Amulet" "Imperial Bow"
SetBorderColor 0 73 0 # Chance bases
# Add a teal border to ilvl 77+ items of desired bases
Show # Bases - 77+ crafting
ItemLevel >= 77
Rarity = Normal
BaseType "Gold"
Class "Amulets" "Rings"
SetBorderColor 54 100 146 # Crafting white bases
# Section: Rares
# Show all rares not covered above (safeguard)
Show # Rares - Other
Rarity = Rare
# Section: Other Items (accessories, chisel hammers, Maraketh weapons, Sacrificial Garb)
# Always show Maraketh weapons (capped by level), accessories (reduced size), hammers (white or magic 12%), and sacrificial garbs
Show # Jewelry
Rarity <= Magic
Class "Amulet" "Ring" "Belt"
SetFontSize 25
Show # Chisel Hammers
Rarity = Normal
BaseType "Stone Hammer" "Rock Breaker" "Gavel"
Show # Chisel Hammers
Quality >= 12
Rarity = Magic
BaseType "Stone Hammer" "Rock Breaker" "Gavel"
Show # Valuables - Sacrificial Garb
BaseType "Sacrificial Garb"
Show # Maraketh Weapons - Normal
ItemLevel < 50
BaseType "Reflex Bow" "Crescent Staff" "Curved Blade" "Morning Star" "Dagger Axe" "Smallsword" "Horned Sceptre" "Etched Hatchet" "Hook Sword" "Wyrm Mace" "Prong Dagger" "Pagan Wand" "Double Claw"
SetFontSize 25
Show # Maraketh Weapons - Cruel
ItemLevel < 70
BaseType "Steelwood Bow" "Moon Staff" "Lithe Blade" "Solar Maul" "Talon Axe" "Courtesan Sword" "Stag Sceptre" "Engraved Hatchet" "Grappler" "Dragon Mace" "Trisula" "Heathen Wand" "Twin Claw"
SetFontSize 25
Show # Maraketh Weapons - Merciless
BaseType "Maraketh Bow" "Eclipse Staff" "Exquisite Blade" "Coronal Maul" "Fleshripper" "Dragoon Sword" "Sambar Sceptre" "Runic Hatchet" "Tiger Hook" "Behemoth Mace" "Profane Wand" "Gemini Claw"
SetFontSize 25
Show # Maraketh Weapons - Merciless
Class "Daggers"
BaseType "Sai"
SetFontSize 25
Show # All Magic Items (Warbands)
Rarity = Magic
SetFontSize 18
# Section: Cleanup (hiding)
# Hide white and magic items with a substantial gap between drop and item level (REMOVE FROM HERE UNTIL NEXT COMMENT if you want nothing hidden)
Hide # Trash - Low Base
ItemLevel >= 20
DropLevel <= 10
Rarity = Normal
SetTextColor 150 150 150 180 # Dim white
SetBackgroundColor 0 0 0 127 # Dim background
SetFontSize 25
Hide # Trash - Low Base
ItemLevel >= 30
DropLevel <= 20
Rarity = Normal
SetTextColor 150 150 150 180 # Dim white
SetBackgroundColor 0 0 0 127 # Dim background
SetFontSize 25
Hide # Trash - Low Base
ItemLevel >= 38
DropLevel <= 30
Rarity = Normal
SetTextColor 150 150 150 180 # Dim white
SetBackgroundColor 0 0 0 127 # Dim background
SetFontSize 25
Hide # Trash - Low Base
ItemLevel >= 46
DropLevel <= 40
Rarity = Normal
SetTextColor 150 150 150 180 # Dim white
SetBackgroundColor 0 0 0 127 # Dim background
SetFontSize 25
Hide # Trash - Low Base
ItemLevel >= 51
DropLevel <= 45
Rarity = Normal
SetTextColor 150 150 150 180 # Dim white
SetBackgroundColor 0 0 0 127 # Dim background
SetFontSize 25
Hide # Trash - Low Base
ItemLevel >= 55
DropLevel <= 50
Rarity = Normal
SetTextColor 150 150 150 180 # Dim white
SetBackgroundColor 0 0 0 127 # Dim background
SetFontSize 25
Hide # Trash - Low Base
ItemLevel >= 68
DropLevel <= 61
Rarity = Normal
SetTextColor 150 150 150 180 # Dim white
SetBackgroundColor 0 0 0 127 # Dim background
SetFontSize 25
Hide # Trash - Low Base
ItemLevel >= 75
DropLevel <= 69
Rarity = Normal
SetTextColor 150 150 150 180 # Dim white
SetBackgroundColor 0 0 0 127 # Dim background
SetFontSize 25
Hide # Trash - Low Base
ItemLevel >= 20
DropLevel <= 10
Rarity = Magic
SetTextColor 95 95 179 180 # Dim blue
SetBackgroundColor 0 0 0 127 # Dim background
SetFontSize 25
Hide # Trash - Low Base
ItemLevel >= 30
DropLevel <= 20
Rarity = Magic
SetTextColor 95 95 179 180 # Dim blue
SetBackgroundColor 0 0 0 127 # Dim background
SetFontSize 25
Hide # Trash - Low Base
ItemLevel >= 38
DropLevel <= 30
Rarity = Magic
SetTextColor 95 95 179 180 # Dim blue
SetBackgroundColor 0 0 0 127 # Dim background
SetFontSize 25
Hide # Trash - Low Base
ItemLevel >= 46
DropLevel <= 40
Rarity = Magic
SetTextColor 95 95 179 180 # Dim blue
SetBackgroundColor 0 0 0 127 # Dim background
SetFontSize 25
Hide # Trash - Low Base
ItemLevel >= 51
DropLevel <= 45
Rarity = Magic
SetTextColor 95 95 179 180 # Dim blue
SetBackgroundColor 0 0 0 127 # Dim background
SetFontSize 25
Hide # Trash - Low Base
ItemLevel >= 55
DropLevel <= 50
Rarity = Magic
SetTextColor 95 95 179 180 # Dim blue
SetBackgroundColor 0 0 0 127 # Dim background
SetFontSize 25
Hide # Trash - Low Base
ItemLevel >= 68
DropLevel <= 61
Rarity = Magic
SetTextColor 95 95 179 180 # Dim blue
SetBackgroundColor 0 0 0 127 # Dim background
SetFontSize 25
Hide # Trash - Low Base
ItemLevel >= 75
DropLevel <= 69
Rarity = Magic
SetTextColor 95 95 179 180 # Dim blue
SetBackgroundColor 0 0 0 127 # Dim background
SetFontSize 25
# Section: Cleanup (dimming and shrinking) after A1N
# Dim normal and magic items above level 15 that aren't hidden but aren't special
Show # Trash - Dimmed
ItemLevel > 14
Rarity = Normal
SetTextColor 150 150 150 180 # Dim white
SetBackgroundColor 0 0 0 127 # Dim background
SetFontSize 25
Show # Trash - Dimmed
ItemLevel > 14
Rarity = Magic
SetTextColor 95 95 179 180 # Dim blue
SetBackgroundColor 0 0 0 127 # Dim background
SetFontSize 25
# Section: Cleanup (shrinking only) in A1N
Show # A1N drops - Normal
Rarity = Normal
SetFontSize 25
Show # A1N drops - Magic
Rarity = Magic
SetFontSize 25