]> git.tdb.fi Git - poefilter.git/blobdiff - filters_delve.txt
Adjust map rules
[poefilter.git] / filters_delve.txt
index 6087ecaa2d22dc2cdb763a233119fe65c01b8238..affaec6c71e729d1dbaa3167028a9db79c1ce5b6 100644 (file)
@@ -153,6 +153,12 @@ category "card.fallback"
        class "Card";
 };
 
+category "skillgem.quality"
+{
+       class "Skill Gem";
+       min_quality 1;
+};
+
 category "skillgem.fallback"
 {
        class "Skill Gem";
@@ -417,6 +423,7 @@ theme
        color "rare.50%" 255 255 119 127;
        color "rare.dark.90%" 85 85 40 230;
        color "unique" 175 96 37;
+       color "unique.dark.90%" 58 32 12 230;
        color "currency" 170 158 130;
        color "currency.dark.90%" 57 53 43 230;
        color "fire" 150 0 0;
@@ -501,6 +508,13 @@ theme
                border_color "normal.50%";
        };
 
+       appearance "map.unique.any"
+       {
+               font_size 1.25;
+               background_color "unique.dark.90%";
+               border_color "fire";
+       };
+
        appearance "map.normal.same_tier"
        {
                font_size 1.25;
@@ -508,14 +522,14 @@ theme
                border_color "fire";
        };
 
-       appearance "map.normal.tier-1"
+       appearance "map.normal.tier-2"
        {
                font_size 1.25;
                background_color "normal.dark.90%";
                border_color "normal.50%";
        };
 
-       appearance "map.normal.tier-2"
+       appearance "map.normal.tier-5"
        {
                font_size 1.0;
                background_color "normal.dark.90%";
@@ -536,27 +550,20 @@ theme
                border_color "fire";
        };
 
-       appearance "map.magic.tier-1"
+       appearance "map.magic.tier-2"
        {
                font_size 1.25;
                background_color "magic.dark.90%";
                border_color "magic.50%";
        };
 
-       appearance "map.magic.tier-2"
+       appearance "map.magic.any"
        {
                font_size 1.0;
                background_color "magic.dark.90%";
                border_color "magic.50%";
        };
 
-       appearance "map.magic.any"
-       {
-               font_size 0.8;
-               background_color "magic.dark.90%";
-               border_color "transparent";
-       };
-
        appearance "map.rare.same_tier"
        {
                font_size 1.25;
@@ -564,27 +571,20 @@ theme
                border_color "fire";
        };
 
-       appearance "map.rare.tier-1"
+       appearance "map.rare.tier-2"
        {
                font_size 1.25;
                background_color "rare.dark.90%";
                border_color "rare.50%";
        };
 
-       appearance "map.rare.tier-2"
+       appearance "map.rare.any"
        {
                font_size 1.0;
                background_color "rare.dark.90%";
                border_color "rare.50%";
        };
 
-       appearance "map.rare.any"
-       {
-               font_size 0.8;
-               background_color "rare.dark.90%";
-               border_color "transparent";
-       };
-
        appearance "labyrinth"
        {
                font_size 1.25;
@@ -696,6 +696,12 @@ theme
                background_color "black.50%";
        };
 
+       appearance "skillgem.quality"
+       {
+               font_size 1.25;
+               border_color "currency";
+       };
+
        appearance "skillgem.fallback"
        {
                font_size 1.25;
@@ -841,17 +847,23 @@ theme
        };
 };
 
-filter "delve"
+filter "delve_base"
 {
+       abstract true;
        show "quest";
        show "currency.*";
        show "labyrinth";
        show "map.unique.any";
        show "map.fragment";
-       show "map.rare.*";
-       show "map.magic.*";
-       show "map.normal.*";
+       show "map.unique.any";
+       show "map.*.same_tier";
+       cancel "map.unique.same_tier";
+       show "map.*.tier-2";
+       cancel "map.unique.tier-2";
+       show "map.normal.tier-5";
+       show "map.*.any";
        show "card.*";
+       show "skillgem.quality";
        show "skillgem.special.*";
        show "skillgem.price.*";
        show "skillgem.fallback";
@@ -868,14 +880,39 @@ filter "delve"
        show "recipe.quality.chisel";
        show "equipment.*.base";
        show "quiver";
-       show "flask.*";
+       show "flask.*.best_at_level";
+       show "flask.utility";
        show "recipe.*";
        show "filler.*";
+};
+
+filter "delve"
+{
+       include "delve_base";
        hide "catchall";
 };
 
 filter "delve_endgame"
 {
-       include "delve";
+       include "delve_base";
        cancel "*.leveling.*";
+       hide "catchall";
+};
+
+filter "delve_fast"
+{
+       hide "currency.trash";
+       include "delve_base";
+       cancel "skillgem.price.*";
+       cancel "jewel.magic";
+       cancel "accessory";
+       cancel "equipment.*.base";
+       cancel "equipment.leveling.*";
+       cancel "quiver";
+       cancel "flask.*";
+       cancel "recipe.chaos";
+       cancel "recipe.quality*";
+       cancel "recipe.chromatic";
+       cancel "filler.*";
+       hide "catchall";
 };