]> git.tdb.fi Git - poefilter.git/blobdiff - filters_delve.txt
Adjust map rules
[poefilter.git] / filters_delve.txt
index 9174c0a69b7f970775e47bd0d6225a31711afcb9..affaec6c71e729d1dbaa3167028a9db79c1ce5b6 100644 (file)
@@ -423,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;
@@ -507,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;
@@ -514,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%";
@@ -542,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;
@@ -570,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;
@@ -861,9 +855,13 @@ filter "delve_base"
        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.*";