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