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