]> git.tdb.fi Git - poefilter.git/blobdiff - filters_delve.txt
Add categories for particularly important flasks and accessories
[poefilter.git] / filters_delve.txt
index bbc7c246d9e762ae9408716d44daa146c0da10be..2313e8456f99bacc7420e84649f4f551573146eb 100644 (file)
@@ -227,6 +227,46 @@ 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"
 {
        or
@@ -335,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;
@@ -826,6 +876,12 @@ theme
                font_size 1.0;
        };
 
+       appearance "accessory.important"
+       {
+               font_size 1.0;
+               border_color "fire.50%";
+       };
+
        appearance "accessory.endgame.uncommon"
        {
                font_size 1.25;
@@ -915,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";
        };
 
@@ -1004,6 +1066,7 @@ filter "delve_base"
        show "jewel.*";
        show "unique";
        show "accessory.endgame.uncommon";
+       show "accessory.important";
        show "accessory";
        show "equipment.*";
        show "recipe.6s";
@@ -1014,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.*";