]> git.tdb.fi Git - poefilter.git/blobdiff - filters_delve.txt
Add categories for particularly important flasks and accessories
[poefilter.git] / filters_delve.txt
index 3d123d71afa6f59529007950c408f626e2b2730c..2313e8456f99bacc7420e84649f4f551573146eb 100644 (file)
@@ -14,6 +14,16 @@ category "quest"
        };
 };
 
+category "currency.delve"
+{
+       class "Currency";
+       or
+       {
+               base_type "Fossil";
+               base_type "Resonator";
+       };
+};
+
 category "currency.essence.high_tier"
 {
        class "Currency";
@@ -158,6 +168,12 @@ category "labyrinth"
        class "Labyrinth";
 };
 
+category "map.delve"
+{
+       class "Misc Map Item";
+       base_type "Timeworn Reliquary Key";
+};
+
 category "map.fragment"
 {
        class "Map Fragment";
@@ -211,10 +227,61 @@ category "accessory"
        };
 };
 
+category "accessory.important"
+{
+       or
+       {
+               and
+               {
+                       class "Ring";
+                       or
+                       {
+                               base_type "Topaz Ring";
+                               base_type "Ruby Ring";
+                               base_type "Sapphire Ring";
+                               base_type "Two-Stone Ring";
+                               base_type "Amethyst Ring";
+                               base_type "Diamond Ring";
+                       };
+               };
+               and
+               {
+                       class "Amulet";
+                       or
+                       {
+                               base_type "Agate Amulet";
+                               base_type "Turquoise Amulet";
+                               base_type "Citrine Amulet";
+                       };
+               };
+               and
+               {
+                       class "Belt";
+                       or
+                       {
+                               base_type "Rustic Sash";
+                               base_type "Chain Belt";
+                               base_type "Leather Belt";
+                       };
+               };
+       };
+};
+
 category "accessory.endgame.uncommon"
 {
-       category "accessory";
-       min_drop_level 50;
+       or
+       {
+               and
+               {
+                       category "accessory";
+                       min_drop_level 50;
+               };
+               and
+               {
+                       class "Belt";
+                       base_type "Stygian Vise";
+               };
+       };
 };
 
 category "equipment.endgame.6link"
@@ -308,6 +375,16 @@ category "quiver"
        class "Quiver";
 };
 
+category "flask.important"
+{
+       class "Flask";
+       or
+       {
+               base_type "Quicksilver Flask";
+               base_type "Quartz Flask";
+       };
+};
+
 category "recipe.6s"
 {
        min_sockets 6;
@@ -459,12 +536,20 @@ theme
        color "chaos" 208 32 144;
        color "chaos.dark.90%" 69 11 48 230;
        color "quest" 74 230 58;
+       color "quest.dark.90%" 25 77 19 230;
        color "card" 14 186 255;
        color "skillgem" 27 162 155;
        color "skillgem.dark.90%" 9 54 52 230;
 
        base_font_size 25;
 
+       appearance "quest"
+       {
+               font_size 1.25;
+               minimap_icon Green Star;
+               light_beam Green;
+       };
+
        appearance "currency.trash"
        {
                font_size 0.8;
@@ -490,6 +575,7 @@ theme
                border_color "fire";
                background_color "black.90%";
                alert_sound 3 150;
+               minimap_icon Yellow Circle;
        };
 
        appearance "currency.mega"
@@ -498,6 +584,18 @@ theme
                border_color "fire";
                background_color "fire.dark.90%";
                alert_sound 1 250;
+               minimap_icon Red Circle;
+               light_beam Red;
+       };
+
+       appearance "currency.delve"
+       {
+               font_size 1.25;
+               border_color "quest";
+               background_color "quest.dark.90%";
+               alert_sound 7 150;
+               minimap_icon Green Circle;
+               light_beam Green;
        };
 
        appearance "currency.essence.low_tier"
@@ -538,8 +636,10 @@ theme
        {
                font_size 1.25;
                background_color "unique.dark.90%";
-               border_color "fire";
+               border_color "unique";
                alert_sound 12 250;
+               minimap_icon Brown Square;
+               light_beam White;
        };
 
        appearance "map.normal.same_tier"
@@ -548,6 +648,8 @@ theme
                background_color "normal.dark.90%";
                border_color "fire";
                alert_sound 12 250;
+               minimap_icon White Square;
+               light_beam White;
        };
 
        appearance "map.normal.tier-2"
@@ -556,6 +658,8 @@ theme
                background_color "normal.dark.90%";
                border_color "normal.50%";
                alert_sound 16 250;
+               minimap_icon White Square;
+               light_beam White;
        };
 
        appearance "map.normal.tier-5"
@@ -564,6 +668,7 @@ theme
                background_color "normal.dark.90%";
                border_color "normal.50%";
                alert_sound 16 250;
+               minimap_icon White Square;
        };
 
        appearance "map.normal.any"
@@ -580,6 +685,8 @@ theme
                background_color "magic.dark.90%";
                border_color "fire";
                alert_sound 12 250;
+               minimap_icon Blue Square;
+               light_beam White;
        };
 
        appearance "map.magic.tier-2"
@@ -588,6 +695,8 @@ theme
                background_color "magic.dark.90%";
                border_color "magic.50%";
                alert_sound 16 250;
+               minimap_icon Blue Square;
+               light_beam White;
        };
 
        appearance "map.magic.any"
@@ -596,6 +705,7 @@ theme
                background_color "magic.dark.90%";
                border_color "magic.50%";
                alert_sound 16 250;
+               minimap_icon Blue Square;
        };
 
        appearance "map.rare.same_tier"
@@ -604,6 +714,8 @@ theme
                background_color "rare.dark.90%";
                border_color "fire";
                alert_sound 12 250;
+               minimap_icon Yellow Square;
+               light_beam White;
        };
 
        appearance "map.rare.tier-2"
@@ -612,6 +724,8 @@ theme
                background_color "rare.dark.90%";
                border_color "rare.50%";
                alert_sound 16 250;
+               minimap_icon Yellow Square;
+               light_beam White;
        };
 
        appearance "map.rare.any"
@@ -620,6 +734,7 @@ theme
                background_color "rare.dark.90%";
                border_color "rare.50%";
                alert_sound 16 250;
+               minimap_icon Yellow Square;
        };
 
        appearance "labyrinth"
@@ -633,6 +748,7 @@ theme
                font_size 1.25;
                border_color "currency";
                alert_sound 2 150;
+               minimap_icon Blue Triangle;
        };
 
        appearance "card.unique"
@@ -640,18 +756,21 @@ theme
                font_size 1.25;
                border_color "unique";
                alert_sound 2 150;
+               minimap_icon Blue Triangle;
        };
 
        appearance "card.rare"
        {
                font_size 1.0;
                border_color "rare";
+               minimap_icon White Triangle;
        };
 
        appearance "card.magic"
        {
                font_size 0.8;
                border_color "magic";
+               minimap_icon White Triangle;
        };
 
        appearance "card.skillgem"
@@ -659,6 +778,7 @@ theme
                font_size 1.25;
                border_color "skillgem";
                alert_sound 2 150;
+               minimap_icon Blue Triangle;
        };
 
        appearance "card.map"
@@ -666,6 +786,7 @@ theme
                font_size 1.25;
                border_color "normal";
                alert_sound 2 150;
+               minimap_icon Blue Triangle;
        };
 
        appearance "card.links"
@@ -673,11 +794,13 @@ theme
                font_size 1.25;
                border_color "fire";
                alert_sound 2 150;
+               minimap_icon Blue Triangle;
        };
 
        appearance "card.other"
        {
                font_size 1.25;
+               minimap_icon White Triangle;
        };
 
        appearance "card.fallback"
@@ -693,6 +816,7 @@ theme
                border_color "chaos";
                background_color "chaos.dark.90%";
                alert_sound 6 150;
+               minimap_icon Red Diamond;
        };
 
        appearance "skillgem.special.drop"
@@ -701,6 +825,7 @@ theme
                border_color "fire";
                background_color "fire.dark.90%";
                alert_sound 6 150;
+               minimap_icon Red Diamond;
        };
 
        appearance "skillgem.price.alchemy"
@@ -751,11 +876,18 @@ theme
                font_size 1.0;
        };
 
+       appearance "accessory.important"
+       {
+               font_size 1.0;
+               border_color "fire.50%";
+       };
+
        appearance "accessory.endgame.uncommon"
        {
                font_size 1.25;
                border_color "fire";
                alert_sound 10 150;
+               minimap_icon White Star;
        };
 
        appearance "jewel.abyss"
@@ -774,6 +906,13 @@ theme
                font_size 1.25;
        };
 
+       appearance "unique"
+       {
+               font_size 1.25;
+               minimap_icon Brown Star;
+               light_beam Brown;
+       };
+
        appearance "equipment.endgame.base"
        {
                font_size 1.0;
@@ -795,6 +934,7 @@ theme
                font_size 1.25;
                border_color "fire";
                alert_sound 13 150;
+               minimap_icon White Star;
        };
 
        appearance "equipment.endgame.6link"
@@ -803,6 +943,7 @@ theme
                border_color "fire";
                background_color "fire.dark.90%";
                alert_sound 1 250;
+               minimap_icon Red Star;
        };
 
        appearance "quiver"
@@ -830,9 +971,15 @@ theme
                font_size 1.0;
        };
 
-       appearance "recipe.6s"
+       appearance "flask.important"
        {
                font_size 1.0;
+               border_color "fire.50%";
+       };
+
+       appearance "recipe.6s"
+       {
+               font_size 1.25;
                border_color "fire";
        };
 
@@ -902,6 +1049,7 @@ filter "delve_base"
        show "currency.*";
        show "labyrinth";
        show "map.unique.any";
+       show "map.delve";
        show "map.fragment";
        show "map.unique.any";
        show "map.*.same_tier";
@@ -911,13 +1059,14 @@ filter "delve_base"
        show "map.normal.tier-5";
        show "map.*.any";
        show "card.*";
-       show "skillgem.quality";
        show "skillgem.special.*";
+       show "skillgem.quality";
        show "skillgem.price.*";
        show "skillgem.fallback";
        show "jewel.*";
        show "unique";
        show "accessory.endgame.uncommon";
+       show "accessory.important";
        show "accessory";
        show "equipment.*";
        show "recipe.6s";
@@ -928,6 +1077,7 @@ filter "delve_base"
        show "recipe.quality.chisel";
        show "equipment.*.base";
        show "quiver";
+       show "flask.important";
        show "flask.*.best_at_level";
        show "flask.utility";
        show "recipe.*";