]> git.tdb.fi Git - poefilter.git/blobdiff - filters_delve.txt
Add some icons and light beams to highlight items
[poefilter.git] / filters_delve.txt
index f7888efb876897777f9245cdbc0e150d741d5a4a..fe7caf31ec1c3ae3142b01eaaf514331e13d9a48 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";
@@ -470,6 +486,7 @@ 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;
@@ -501,6 +518,7 @@ theme
                border_color "fire";
                background_color "black.90%";
                alert_sound 3 150;
+               minimap_icon Yellow Circle;
        };
 
        appearance "currency.mega"
@@ -509,6 +527,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"
@@ -559,6 +589,7 @@ theme
                background_color "normal.dark.90%";
                border_color "fire";
                alert_sound 12 250;
+               minimap_icon White Square;
        };
 
        appearance "map.normal.tier-2"
@@ -567,6 +598,7 @@ theme
                background_color "normal.dark.90%";
                border_color "normal.50%";
                alert_sound 16 250;
+               minimap_icon White Square;
        };
 
        appearance "map.normal.tier-5"
@@ -575,6 +607,7 @@ theme
                background_color "normal.dark.90%";
                border_color "normal.50%";
                alert_sound 16 250;
+               minimap_icon White Square;
        };
 
        appearance "map.normal.any"
@@ -591,6 +624,7 @@ theme
                background_color "magic.dark.90%";
                border_color "fire";
                alert_sound 12 250;
+               minimap_icon Blue Square;
        };
 
        appearance "map.magic.tier-2"
@@ -599,6 +633,7 @@ theme
                background_color "magic.dark.90%";
                border_color "magic.50%";
                alert_sound 16 250;
+               minimap_icon Blue Square;
        };
 
        appearance "map.magic.any"
@@ -607,6 +642,7 @@ theme
                background_color "magic.dark.90%";
                border_color "magic.50%";
                alert_sound 16 250;
+               minimap_icon Blue Square;
        };
 
        appearance "map.rare.same_tier"
@@ -615,6 +651,7 @@ theme
                background_color "rare.dark.90%";
                border_color "fire";
                alert_sound 12 250;
+               minimap_icon Yellow Square;
        };
 
        appearance "map.rare.tier-2"
@@ -623,6 +660,7 @@ theme
                background_color "rare.dark.90%";
                border_color "rare.50%";
                alert_sound 16 250;
+               minimap_icon Yellow Square;
        };
 
        appearance "map.rare.any"
@@ -631,6 +669,7 @@ theme
                background_color "rare.dark.90%";
                border_color "rare.50%";
                alert_sound 16 250;
+               minimap_icon Yellow Square;
        };
 
        appearance "labyrinth"
@@ -785,6 +824,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;
@@ -913,6 +959,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";