]> git.tdb.fi Git - poefilter.git/blob - filters_delve.txt
b489221f683b04f1db356a05c07e728eb326b3f5
[poefilter.git] / filters_delve.txt
1 import "armor.txt";
2 import "weapons.txt";
3 import "cards.txt";
4 import "skillgems.txt";
5 import "maps.txt";
6 import "flasks.txt";
7
8 category "quest"
9 {
10         or
11         {
12                 class "Quest Item";
13                 class "Pantheon Soul";
14         };
15 };
16
17 category "currency.essence.high_tier"
18 {
19         class "Currency";
20         or
21         {
22                 base_type "Screaming Essence";
23                 base_type "Shrieking Essence";
24                 base_type "Deafening Essence";
25                 base_type "Essence of Hysteria";
26                 base_type "Essence of Insanity";
27                 base_type "Essence of Horror";
28                 base_type "Essence of Delirium";
29                 base_type "Remnant of Corruption";
30         };
31 };
32
33 category "currency.essence.mid_tier"
34 {
35         class "Currency";
36         or
37         {
38                 base_type "Weeping Essence";
39                 base_type "Wailing Essence";
40         };
41 };
42
43 category "currency.essence.low_tier"
44 {
45         class "Currency";
46         or
47         {
48                 base_type "Whispering Essence";
49                 base_type "Muttering Essence";
50         };
51 };
52
53 category "currency.special"
54 {
55         class "Currency";
56         or
57         {
58                 base_type "Cartographer's Sextant";
59                 base_type "Silver Coin";
60                 base_type "Perandus Coin";
61                 base_type "Splinter";
62                 base_type "Blessing";
63         };
64 };
65
66 category "currency.mega"
67 {
68         class "Currency";
69         or
70         {
71                 base_type "Divine Orb";
72                 base_type "Exalted Orb";
73                 base_type "Mirror of Kalandra";
74                 base_type "Eternal Orb";
75         };
76 };
77
78 category "currency.major"
79 {
80         class "Currency";
81         or
82         {
83                 base_type "Cartographer's Chisel";
84                 base_type "Blessed Orb";
85                 base_type "Orb of Fusing";
86                 base_type "Chaos Orb";
87                 base_type "Regal Orb";
88                 base_type "Orb of Scouring";
89                 base_type "Vaal Orb";
90                 base_type "Orb of Regret";
91                 base_type "Gemcutter's Prism";
92                 base_type "Orb of Annulment";
93         };
94 };
95
96 category "currency.medium"
97 {
98         class "Currency";
99         or
100         {
101                 base_type "Jeweller's Orb";
102                 base_type "Chromatic Orb";
103                 base_type "Orb of Alteration";
104                 base_type "Alteration Shard";
105                 base_type "Orb of Chance";
106                 base_type "Glassblower's Bauble";
107                 base_type "Orb of Alchemy";
108                 base_type "Alchemy Shard";
109         };
110 };
111
112 category "currency.minor"
113 {
114         class "Currency";
115         or
116         {
117                 base_type "Orb of Augmentation";
118                 base_type "Orb of Transmutation";
119                 base_type "Transmutation Shard";
120                 base_type "Blacksmith's Whetstone";
121                 base_type "Armourer's Scrap";
122         };
123 };
124
125 category "currency.trash"
126 {
127         class "Currency";
128         or
129         {
130                 base_type "Scroll of Wisdom";
131                 base_type "Scroll Fragment";
132                 base_type "Portal Scroll";
133         };
134 };
135
136 category "currency.fallback"
137 {
138         class "Currency";
139 };
140
141 category "labyrinth"
142 {
143         class "Labyrinth";
144 };
145
146 category "map.fragment"
147 {
148         class "Map Fragment";
149 };
150
151 category "card.fallback"
152 {
153         class "Card";
154 };
155
156 category "skillgem.fallback"
157 {
158         class "Skill Gem";
159 };
160
161 category "jewel.magic"
162 {
163         class "Jewel";
164         rarity Magic;
165 };
166
167 category "jewel.rare"
168 {
169         class "Jewel";
170         rarity Rare;
171 };
172
173 category "unique"
174 {
175         rarity Unique;
176 };
177
178 category "accessory"
179 {
180         or
181         {
182                 class "Ring";
183                 class "Amulet";
184                 class "Belt";
185         };
186 };
187
188 category "accessory.endgame.uncommon"
189 {
190         category "accessory";
191         min_drop_level 50;
192 };
193
194 category "equipment.endgame.6link"
195 {
196         min_linked_sockets 6;
197 };
198
199 category "equipment.endgame.5link"
200 {
201         or
202         {
203                 category "weapon.best_at_level";
204                 category "armor.best_at_level";
205         };
206         min_linked_sockets 5;
207         min_item_level 68;
208 };
209
210 category "equipment.leveling.links"
211 {
212         or
213         {
214                 and
215                 {
216                         min_linked_sockets 3;
217                         max_item_level 40;
218                 };
219                 and
220                 {
221                         min_linked_sockets 4;
222                         min_item_level 41;
223                 };
224         };
225         max_item_level 67;
226 };
227
228 category "equipment.endgame.relevant"
229 {
230         or
231         {
232                 category "armor.best_at_level";
233                 category "weapon.best_at_level";
234         };
235         min_item_level 68;
236         min_rarity Rare;
237 };
238
239 category "equipment.endgame.base"
240 {
241         or
242         {
243                 category "armor.best_at_level";
244                 category "weapon.best_at_level";
245         };
246         min_item_level 68;
247         rarity Normal;
248 };
249
250 category "equipment.leveling.relevant"
251 {
252         or
253         {
254                 category "armor.second_at_level";
255                 category "weapon.second_at_level";
256         };
257         or
258         {
259                 and
260                 {
261                         max_item_level 30;
262                         min_rarity Magic;
263                 };
264                 min_rarity Rare;
265         };
266         max_item_level 67;
267 };
268
269 category "equipment.leveling.base"
270 {
271         or
272         {
273                 category "armor.best_at_level";
274                 category "weapon.best_at_level";
275         };
276         max_item_level 67;
277         rarity Normal;
278 };
279
280 category "quiver"
281 {
282         class "Quiver";
283 };
284
285 category "recipe.6s"
286 {
287         min_sockets 6;
288 };
289
290 category "recipe.chromatic"
291 {
292         linked_colors RGB;
293         or
294         {
295                 max_height 2;
296                 width 1;
297         };
298 };
299
300 category "recipe.chaos"
301 {
302         or
303         {
304                 class "Body Armour";
305                 class "Boots";
306                 class "Gloves";
307                 class "Helmet";
308                 class "Bow";
309                 class "Stave";
310                 class "Two Hand Axe";
311                 class "Two Hand Mace";
312                 class "Two Hand Sword";
313                 class "Belt";
314                 class "Amulet";
315                 class "Ring";
316         };
317         min_item_level 60;
318         min_quality 15;
319         min_rarity Rare;
320 };
321
322 category "recipe.quality.20%"
323 {
324         rarity Normal;
325         max_height 3;
326         quality 20;
327 };
328
329 category "recipe.quality.chisel"
330 {
331         or
332         {
333                 base_type "Stone Hammer";
334                 base_type "Rock Breaker";
335                 base_type "Gavel";
336         };
337         or
338         {
339                 and
340                 {
341                         min_quality 10;
342                         rarity Normal;
343                 };
344                 and
345                 {
346                         min_quality 16;
347                         rarity Magic;
348                 };
349                 and
350                 {
351                         min_quality 18;
352                         rarity Rare;
353                 };
354         };
355 };
356
357 category "recipe.quality"
358 {
359         or
360         {
361                 quality 5;
362                 quality 10;
363                 quality 15;
364                 quality 20;
365         };
366         or
367         {
368                 max_height 2;
369                 width 1;
370         };
371 };
372
373 category "filler.rare"
374 {
375         or
376         {
377                 max_height 3;
378                 max_width 1;
379         };
380         rarity Rare;
381 };
382
383 category "filler.small"
384 {
385         or
386         {
387                 and
388                 {
389                         height 1;
390                         max_width 2;
391                 };
392                 and
393                 {
394                         width 1;
395                         max_height 2;
396                 };
397         };
398         max_item_level 67;
399 };
400
401 category "catchall";
402
403 theme
404 {
405         color "transparent" 0 0 0 0;
406         color "black" 0 0 0;
407         color "black.90%" 0 0 0 230;
408         color "black.75%" 0 0 0 191;
409         color "black.50%" 0 0 0 127;
410         color "normal" 200 200 200;
411         color "normal.50%" 200 200 200 127;
412         color "normal.dark.90%" 67 67 67 230;
413         color "magic" 136 136 255;
414         color "magic.50%" 136 136 255 127;
415         color "magic.dark.90%" 45 45 85 230;
416         color "rare" 255 255 119;
417         color "rare.50%" 255 255 119 127;
418         color "rare.dark.90%" 85 85 40 230;
419         color "unique" 175 96 37;
420         color "currency" 170 158 130;
421         color "currency.dark.90%" 57 53 43 230;
422         color "fire" 150 0 0;
423         color "fire.50%" 150 0 0 127;
424         color "fire.dark.90%" 50 0 0 230;
425         color "lightning" 255 215 0;
426         color "chaos" 208 32 144;
427         color "chaos.dark.90%" 69 11 48 230;
428         color "quest" 74 230 58;
429         color "card" 14 186 255;
430         color "skillgem" 27 162 155;
431         color "skillgem.dark.90%" 9 54 52 230;
432
433         base_font_size 32;
434
435         appearance "currency.trash"
436         {
437                 font_size 0.65;
438                 background_color "black.75%";
439         };
440
441         appearance "currency.minor"
442         {
443                 font_size 0.8;
444                 background_color "black.75%";
445         };
446
447         appearance "currency.medium"
448         {
449                 font_size 0.8;
450                 border_color "fire.50%";
451                 background_color "black.90%";
452         };
453
454         appearance "currency.major"
455         {
456                 font_size 1.0;
457                 border_color "fire";
458                 background_color "black.90%";
459                 alert_sound 3 150;
460         };
461
462         appearance "currency.mega"
463         {
464                 font_size 1.0;
465                 border_color "fire";
466                 background_color "fire.dark.90%";
467                 alert_sound 1 250;
468         };
469
470         appearance "currency.essence.low_tier"
471         {
472                 inherit "currency.minor";
473         };
474
475         appearance "currency.essence.mid_tier"
476         {
477                 inherit "currency.medium";
478         };
479
480         appearance "currency.essence.high_tier"
481         {
482                 inherit "currency.major";
483         };
484
485         appearance "currency.special"
486         {
487                 inherit "currency.major";
488                 border_color "unique";
489         };
490
491         appearance "currency.fallback"
492         {
493                 font_size 1.0;
494                 text_color "black";
495                 background_color "currency";
496         };
497
498         appearance "map.fragment"
499         {
500                 font_size 1.0;
501                 border_color "normal.50%";
502         };
503
504         appearance "map.normal.same_tier"
505         {
506                 font_size 1.0;
507                 background_color "normal.dark.90%";
508                 border_color "fire";
509         };
510
511         appearance "map.normal.tier-1"
512         {
513                 font_size 1.0;
514                 background_color "normal.dark.90%";
515                 border_color "normal.50%";
516         };
517
518         appearance "map.normal.tier-2"
519         {
520                 font_size 0.8;
521                 background_color "normal.dark.90%";
522                 border_color "normal.50%";
523         };
524
525         appearance "map.normal.any"
526         {
527                 font_size 0.65;
528                 background_color "normal.dark.90%";
529                 border_color "transparent";
530         };
531
532         appearance "map.magic.same_tier"
533         {
534                 font_size 1.0;
535                 background_color "magic.dark.90%";
536                 border_color "fire";
537         };
538
539         appearance "map.magic.tier-1"
540         {
541                 font_size 1.0;
542                 background_color "magic.dark.90%";
543                 border_color "magic.50%";
544         };
545
546         appearance "map.magic.tier-2"
547         {
548                 font_size 0.8;
549                 background_color "magic.dark.90%";
550                 border_color "magic.50%";
551         };
552
553         appearance "map.magic.any"
554         {
555                 font_size 0.65;
556                 background_color "magic.dark.90%";
557                 border_color "transparent";
558         };
559
560         appearance "map.rare.same_tier"
561         {
562                 font_size 1.0;
563                 background_color "rare.dark.90%";
564                 border_color "fire";
565         };
566
567         appearance "map.rare.tier-1"
568         {
569                 font_size 1.0;
570                 background_color "rare.dark.90%";
571                 border_color "rare.50%";
572         };
573
574         appearance "map.rare.tier-2"
575         {
576                 font_size 0.8;
577                 background_color "rare.dark.90%";
578                 border_color "rare.50%";
579         };
580
581         appearance "map.rare.any"
582         {
583                 font_size 0.65;
584                 background_color "rare.dark.90%";
585                 border_color "transparent";
586         };
587
588         appearance "labyrinth"
589         {
590                 font_size 1.0;
591                 text_color "quest";
592         };
593
594         appearance "card.currency"
595         {
596                 font_size 1.0;
597                 border_color "currency";
598                 alert_sound 3 150;
599         };
600
601         appearance "card.unique"
602         {
603                 font_size 1.0;
604                 border_color "unique";
605                 alert_sound 3 150;
606         };
607
608         appearance "card.rare"
609         {
610                 font_size 0.8;
611                 border_color "rare";
612         };
613
614         appearance "card.magic"
615         {
616                 font_size 0.65;
617                 border_color "magic";
618         };
619
620         appearance "card.skillgem"
621         {
622                 font_size 1.0;
623                 border_color "skillgem";
624                 alert_sound 3 150;
625         };
626
627         appearance "card.map"
628         {
629                 font_size 1.0;
630                 border_color "normal";
631                 alert_sound 3 150;
632         };
633
634         appearance "card.links"
635         {
636                 font_size 1.0;
637                 border_color "fire";
638                 alert_sound 3 150;
639         };
640
641         appearance "card.other"
642         {
643                 font_size 1.0;
644         };
645
646         appearance "card.fallback"
647         {
648                 font_size 1.0;
649                 text_color "black";
650                 background_color "card";
651         };
652
653         appearance "skillgem.special.vaal"
654         {
655                 font_size 1.0;
656                 border_color "chaos";
657                 background_color "chaos.dark.90%";
658                 alert_sound 3 150;
659         };
660
661         appearance "skillgem.special.drop"
662         {
663                 font_size 1.0;
664                 border_color "fire";
665                 background_color "fire.dark.90%";
666                 alert_sound 1 250;
667         };
668
669         appearance "skillgem.price.alchemy"
670         {
671                 font_size 1.0;
672                 border_color "fire";
673         };
674
675         appearance "skillgem.price.chance"
676         {
677                 font_size 0.8;
678                 border_color "fire.50%";
679         };
680
681         appearance "skillgem.price.alteration"
682         {
683                 font_size 0.8;
684                 background_color "black.75%";
685         };
686
687         appearance "skillgem.price.transmute"
688         {
689                 font_size 0.65;
690                 background_color "black.50%";
691         };
692
693         appearance "skillgem.price.wisdom"
694         {
695                 font_size 0.65;
696                 background_color "black.50%";
697         };
698
699         appearance "skillgem.fallback"
700         {
701                 font_size 1.0;
702                 text_color "black";
703                 background_color "skillgem";
704         };
705
706         appearance "accessory"
707         {
708                 font_size 0.8;
709         };
710
711         appearance "accessory.endgame.uncommon"
712         {
713                 font_size 1.0;
714                 border_color "fire";
715                 alert_sound 3 150;
716         };
717
718         appearance "jewel.magic"
719         {
720                 font_size 0.8;
721         };
722
723         appearance "jewel.rare"
724         {
725                 font_size 1.0;
726         };
727
728         appearance "equipment.endgame.base"
729         {
730                 font_size 0.8;
731         };
732
733         appearance "equipment.leveling.base"
734         {
735                 font_size 0.8;
736         };
737
738         appearance "equipment.leveling.links"
739         {
740                 border_color "fire";
741         };
742
743         appearance "equipment.endgame.5link"
744         {
745                 border_color "fire";
746                 alert_sound 3 150;
747         };
748
749         appearance "equipment.endgame.6link"
750         {
751                 border_color "fire";
752                 background_color "fire.dark.90%";
753                 alert_sound 1 250;
754         };
755
756         appearance "quiver"
757         {
758                 font_size 0.8;
759         };
760
761         appearance "flask.life.best_at_level"
762         {
763                 font_size 0.8;
764         };
765
766         appearance "flask.mana.best_at_level"
767         {
768                 font_size 0.8;
769         };
770
771         appearance "flask.hybrid.best_at_level"
772         {
773                 font_size 0.8;
774         };
775
776         appearance "flask.utility"
777         {
778                 font_size 0.8;
779         };
780
781         appearance "recipe.6s"
782         {
783                 font_size 0.8;
784                 border_color "fire";
785         };
786
787         appearance "recipe.chromatic"
788         {
789                 font_size 0.8;
790                 border_color "fire.50%";
791                 background_color "black.75%";
792         };
793
794         appearance "recipe.chaos"
795         {
796                 font_size 0.8;
797                 border_color "fire.50%";
798                 background_color "black.75%";
799         };
800
801         appearance "recipe.quality"
802         {
803                 font_size 0.65;
804                 border_color "currency";
805                 background_color "black.50%";
806         };
807
808         appearance "recipe.quality.chisel"
809         {
810                 font_size 0.8;
811                 border_color "currency";
812                 background_color "black.75%";
813         };
814
815         appearance "recipe.quality.20%"
816         {
817                 font_size 0.8;
818                 border_color "currency";
819                 background_color "black.75%";
820         };
821
822         appearance "filler.rare"
823         {
824                 font_size 0.65;
825                 background_color "black.50%";
826         };
827
828         appearance "filler.small"
829         {
830                 font_size 0.65;
831                 background_color "black.50%";
832         };
833
834         appearance "catchall"
835         {
836                 font_size 0.8;
837                 background_color "black.50%";
838         };
839 };
840
841 filter "delve"
842 {
843         show "quest";
844         show "currency.*";
845         show "labyrinth";
846         show "map.unique.any";
847         show "map.fragment";
848         show "map.rare.*";
849         show "map.magic.*";
850         show "map.normal.*";
851         show "card.*";
852         show "skillgem.special.*";
853         show "skillgem.price.*";
854         show "skillgem.fallback";
855         show "jewel.*";
856         show "unique";
857         show "accessory.endgame.uncommon";
858         show "accessory";
859         show "equipment.*";
860         show "recipe.6s";
861         show "equipment.endgame.*";
862         show "equipment.leveling.*";
863         cancel "equipment.*.base";
864         show "recipe.chromatic";
865         show "recipe.quality.chisel";
866         show "equipment.*.base";
867         show "quiver";
868         show "flask.*";
869         show "recipe.*";
870         show "filler.*";
871         hide "catchall";
872 };
873
874 filter "delve_endgame"
875 {
876         include "delve";
877         cancel "*.leveling.*";
878 };