From 93f977827183349b05b5089e04b4254e8f7e8479 Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Wed, 5 Sep 2018 18:40:12 +0300 Subject: [PATCH] Add categories for particularly important flasks and accessories --- delve.filter | 22 +++++++++++++++ delve_endgame.filter | 22 +++++++++++++++ delve_fast.filter | 16 +++++++++++ filters_delve.txt | 64 ++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 124 insertions(+) diff --git a/delve.filter b/delve.filter index 943f312..460c826 100644 --- a/delve.filter +++ b/delve.filter @@ -1647,6 +1647,22 @@ Show DisableDropSound Class "Belt" BaseType "Stygian Vise" +# accessory.important +Show + SetFontSize 25 + SetBorderColor 150 0 0 127 + Class "Ring" + BaseType "Topaz Ring" "Ruby Ring" "Sapphire Ring" "Two-Stone Ring" "Amethyst Ring" "Diamond Ring" +Show + SetFontSize 25 + SetBorderColor 150 0 0 127 + Class "Amulet" + BaseType "Agate Amulet" "Turquoise Amulet" "Citrine Amulet" +Show + SetFontSize 25 + SetBorderColor 150 0 0 127 + Class "Belt" + BaseType "Rustic Sash" "Chain Belt" "Leather Belt" # accessory Show SetFontSize 25 @@ -5778,6 +5794,12 @@ Show Show SetFontSize 25 Class "Quiver" +# flask.important +Show + SetFontSize 25 + SetBorderColor 150 0 0 127 + Class "Flask" + BaseType "Quicksilver Flask" "Quartz Flask" # flask.life.best_at_level Show SetFontSize 25 diff --git a/delve_endgame.filter b/delve_endgame.filter index cdaa8b5..d6fabb8 100644 --- a/delve_endgame.filter +++ b/delve_endgame.filter @@ -1647,6 +1647,22 @@ Show DisableDropSound Class "Belt" BaseType "Stygian Vise" +# accessory.important +Show + SetFontSize 25 + SetBorderColor 150 0 0 127 + Class "Ring" + BaseType "Topaz Ring" "Ruby Ring" "Sapphire Ring" "Two-Stone Ring" "Amethyst Ring" "Diamond Ring" +Show + SetFontSize 25 + SetBorderColor 150 0 0 127 + Class "Amulet" + BaseType "Agate Amulet" "Turquoise Amulet" "Citrine Amulet" +Show + SetFontSize 25 + SetBorderColor 150 0 0 127 + Class "Belt" + BaseType "Rustic Sash" "Chain Belt" "Leather Belt" # accessory Show SetFontSize 25 @@ -1938,6 +1954,12 @@ Show Show SetFontSize 25 Class "Quiver" +# flask.important +Show + SetFontSize 25 + SetBorderColor 150 0 0 127 + Class "Flask" + BaseType "Quicksilver Flask" "Quartz Flask" # flask.life.best_at_level Show SetFontSize 25 diff --git a/delve_fast.filter b/delve_fast.filter index 4a2c712..5ba703a 100644 --- a/delve_fast.filter +++ b/delve_fast.filter @@ -1618,6 +1618,22 @@ Show DisableDropSound Class "Belt" BaseType "Stygian Vise" +# accessory.important +Show + SetFontSize 25 + SetBorderColor 150 0 0 127 + Class "Ring" + BaseType "Topaz Ring" "Ruby Ring" "Sapphire Ring" "Two-Stone Ring" "Amethyst Ring" "Diamond Ring" +Show + SetFontSize 25 + SetBorderColor 150 0 0 127 + Class "Amulet" + BaseType "Agate Amulet" "Turquoise Amulet" "Citrine Amulet" +Show + SetFontSize 25 + SetBorderColor 150 0 0 127 + Class "Belt" + BaseType "Rustic Sash" "Chain Belt" "Leather Belt" # equipment.endgame.6link Show SetFontSize 31 diff --git a/filters_delve.txt b/filters_delve.txt index c14ee8d..2313e84 100644 --- a/filters_delve.txt +++ b/filters_delve.txt @@ -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,6 +971,12 @@ theme font_size 1.0; }; + appearance "flask.important" + { + font_size 1.0; + border_color "fire.50%"; + }; + appearance "recipe.6s" { font_size 1.25; @@ -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.*"; -- 2.43.0