]> git.tdb.fi Git - poefilter.git/blobdiff - filters_delve.txt
Updates to the filters
[poefilter.git] / filters_delve.txt
index fd4147f13ccac3027abded872a31d7249fa509e9..7ca17ffb81d44cf24a5cc1cb3be6cbe27c1bb7ba 100644 (file)
@@ -1,12 +1,21 @@
 import "armor.txt";
 import "weapons.txt";
 import "cards.txt";
+import "skillgems.txt";
+import "maps.txt";
+import "flasks.txt";
 
 // TODO jewels
-// TODO rings, amulets, belts
 // TODO quivers
-// TODO flasks
-// TODO maps
+
+category "quest"
+{
+       or
+       {
+               class "Quest Item";
+               class "Pantheon Soul";
+       };
+};
 
 category "currency.essence.high_tier"
 {
@@ -53,7 +62,7 @@ category "currency.special"
                base_type "Silver Coin";
                base_type "Perandus Coin";
                base_type "Splinter";
-               base_type "Breachstone";
+               base_type "Blessing";
        };
 };
 
@@ -95,9 +104,11 @@ category "currency.medium"
                base_type "Jeweller's Orb";
                base_type "Chromatic Orb";
                base_type "Orb of Alteration";
+               base_type "Alteration Shard";
                base_type "Orb of Chance";
                base_type "Glassblower's Bauble";
                base_type "Orb of Alchemy";
+               base_type "Alchemy Shard";
        };
 };
 
@@ -108,6 +119,7 @@ category "currency.minor"
        {
                base_type "Orb of Augmentation";
                base_type "Orb of Transmutation";
+               base_type "Transmutation Shard";
                base_type "Blacksmith's Whetstone";
                base_type "Armourer's Scrap";
        };
@@ -119,6 +131,7 @@ category "currency.trash"
        or
        {
                base_type "Scroll of Wisdom";
+               base_type "Scroll Fragment";
                base_type "Portal Scroll";
        };
 };
@@ -131,20 +144,11 @@ category "currency.fallback"
 category "labyrinth"
 {
        class "Labyrinth";
-       or
-       {
-               base_type "Golden Key";
-               base_type "Silver Key";
-               base_type "Treasure Key";
-               base_type "Cube Of Absorption";
-               base_type "Cogs of Disruption";
-               base_type "Orb of Elemental Dispersion";
-               base_type "Heart of the Gargoyle";
-               base_type "Sand of Eternity";
-               base_type "Bane of the Loyal";
-               base_type "Portal Shredder";
-               base_type "Rod of Detonation";
-       };
+};
+
+category "map.fragment"
+{
+       class "Map Fragment";
 };
 
 category "card.fallback"
@@ -157,38 +161,40 @@ category "unique"
        rarity Unique;
 };
 
-category "armor.endgame.relevant"
+category "jewelry"
 {
-       category "armor.best_at_level";
-       min_item_level 68;
-       min_rarity Rare;
+       or
+       {
+               class "Ring";
+               class "Amulet";
+               class "Belt";
+       };
 };
 
-category "armor.endgame.base"
+category "jewelry.endgame.uncommon"
 {
-       category "armor.best_at_level";
-       min_item_level 68;
-       rarity Normal;
+       category "jewelry";
+       min_drop_level 50;
 };
 
-category "armor.leveling.relevant"
+category "equipment.endgame.6link"
+{
+       min_linked_sockets 6;
+};
+
+category "equipment.endgame.5link"
 {
-       category "armor.second_at_level";
        or
        {
-               and
-               {
-                       max_item_level 30;
-                       min_rarity Magic;
-               };
-               min_rarity Rare;
+               category "weapon.best_at_level";
+               category "armor.best_at_level";
        };
-       max_item_level 67;
+       min_linked_sockets 5;
+       min_item_level 68;
 };
 
-category "armor.leveling.sockets"
+category "equipment.leveling.links"
 {
-       category "armor";
        or
        {
                and
@@ -205,6 +211,35 @@ category "armor.leveling.sockets"
        max_item_level 67;
 };
 
+category "armor.endgame.relevant"
+{
+       category "armor.best_at_level";
+       min_item_level 68;
+       min_rarity Rare;
+};
+
+category "armor.endgame.base"
+{
+       category "armor.best_at_level";
+       min_item_level 68;
+       rarity Normal;
+};
+
+category "armor.leveling.relevant"
+{
+       category "armor.second_at_level";
+       or
+       {
+               and
+               {
+                       max_item_level 30;
+                       min_rarity Magic;
+               };
+               min_rarity Rare;
+       };
+       max_item_level 67;
+};
+
 category "armor.leveling.base"
 {
        category "armor.best_at_level";
@@ -281,6 +316,7 @@ category "recipe.chaos"
                class "Ring";
        };
        min_item_level 60;
+       min_quality 15;
        min_rarity Rare;
 };
 
@@ -299,7 +335,24 @@ category "recipe.quality.chisel"
                base_type "Rock Breaker";
                base_type "Gavel";
        };
-       min_quality 15;
+       or
+       {
+               and
+               {
+                       min_quality 10;
+                       rarity Normal;
+               };
+               and
+               {
+                       min_quality 16;
+                       rarity Magic;
+               };
+               and
+               {
+                       min_quality 18;
+                       rarity Rare;
+               };
+       };
 };
 
 category "recipe.quality"
@@ -343,32 +396,40 @@ category "filler.small"
                        max_height 2;
                };
        };
+       max_item_level 67;
 };
 
 category "catchall";
 
 theme
 {
+       color "transparent" 0 0 0 0;
        color "black" 0 0 0;
        color "black.90%" 0 0 0 230;
        color "black.75%" 0 0 0 191;
        color "black.50%" 0 0 0 127;
        color "normal" 200 200 200;
+       color "normal.50%" 200 200 200 127;
        color "normal.dark.90%" 67 67 67 230;
        color "magic" 136 136 255;
+       color "magic.50%" 136 136 255 127;
        color "magic.dark.90%" 45 45 85 230;
        color "rare" 255 255 119;
+       color "rare.50%" 255 255 119 127;
        color "rare.dark.90%" 85 85 40 230;
        color "unique" 175 96 37;
        color "currency" 170 158 130;
        color "currency.dark.90%" 57 53 43 230;
        color "fire" 150 0 0;
        color "fire.50%" 150 0 0 127;
+       color "fire.dark.90%" 50 0 0 230;
        color "lightning" 255 215 0;
        color "chaos" 208 32 144;
+       color "chaos.dark.90%" 69 11 48 230;
        color "quest" 74 230 58;
        color "card" 14 186 255;
        color "skillgem" 27 162 155;
+       color "skillgem.dark.90%" 9 54 52 230;
 
        base_font_size 32;
 
@@ -403,7 +464,7 @@ theme
        {
                font_size 1.0;
                border_color "fire";
-               background_color "currency.dark.90%";
+               background_color "fire.dark.90%";
                alert_sound 1 250;
        };
 
@@ -435,6 +496,96 @@ theme
                background_color "currency";
        };
 
+       appearance "map.fragment"
+       {
+               font_size 1.0;
+               border_color "normal.50%";
+       };
+
+       appearance "map.normal.same_tier"
+       {
+               font_size 1.0;
+               background_color "normal.dark.90%";
+               border_color "fire";
+       };
+
+       appearance "map.normal.tier-1"
+       {
+               font_size 1.0;
+               background_color "normal.dark.90%";
+               border_color "normal.50%";
+       };
+
+       appearance "map.normal.tier-2"
+       {
+               font_size 0.8;
+               background_color "normal.dark.90%";
+               border_color "normal.50%";
+       };
+
+       appearance "map.normal.any"
+       {
+               font_size 0.65;
+               background_color "normal.dark.90%";
+               border_color "transparent";
+       };
+
+       appearance "map.magic.same_tier"
+       {
+               font_size 1.0;
+               background_color "magic.dark.90%";
+               border_color "fire";
+       };
+
+       appearance "map.magic.tier-1"
+       {
+               font_size 1.0;
+               background_color "magic.dark.90%";
+               border_color "magic.50%";
+       };
+
+       appearance "map.magic.tier-2"
+       {
+               font_size 0.8;
+               background_color "magic.dark.90%";
+               border_color "magic.50%";
+       };
+
+       appearance "map.magic.any"
+       {
+               font_size 0.65;
+               background_color "magic.dark.90%";
+               border_color "transparent";
+       };
+
+       appearance "map.rare.same_tier"
+       {
+               font_size 1.0;
+               background_color "rare.dark.90%";
+               border_color "fire";
+       };
+
+       appearance "map.rare.tier-1"
+       {
+               font_size 1.0;
+               background_color "rare.dark.90%";
+               border_color "rare.50%";
+       };
+
+       appearance "map.rare.tier-2"
+       {
+               font_size 0.8;
+               background_color "rare.dark.90%";
+               border_color "rare.50%";
+       };
+
+       appearance "map.rare.any"
+       {
+               font_size 0.65;
+               background_color "rare.dark.90%";
+               border_color "transparent";
+       };
+
        appearance "labyrinth"
        {
                font_size 1.0;
@@ -500,6 +651,62 @@ theme
                background_color "card";
        };
 
+       appearance "skillgem.vaal"
+       {
+               font_size 1.0;
+               border_color "chaos";
+               background_color "chaos.dark.90%";
+       };
+
+       appearance "skillgem.drop"
+       {
+               font_size 1.0;
+               border_color "fire";
+               background_color "fire.dark.90%";
+       };
+
+       appearance "skillgem.alchemy"
+       {
+               font_size 1.0;
+               border_color "fire";
+       };
+
+       appearance "skillgem.chance"
+       {
+               font_size 0.8;
+               border_color "fire.50%";
+       };
+
+       appearance "skillgem.alteration"
+       {
+               font_size 0.8;
+               background_color "black.75%";
+       };
+
+       appearance "skillgem.transmute"
+       {
+               font_size 0.65;
+               background_color "black.50%";
+       };
+
+       appearance "skillgem.wisdom"
+       {
+               font_size 0.65;
+               background_color "black.50%";
+       };
+
+       appearance "jewelry"
+       {
+               font_size 0.8;
+       };
+
+       appearance "jewelry.endgame.uncommon"
+       {
+               font_size 1.0;
+               border_color "fire";
+               alert_sound 3 150;
+       };
+
        appearance "armor.endgame.base"
        {
                font_size 0.8;
@@ -510,21 +717,72 @@ theme
                font_size 0.8;
        };
 
-       appearance "armor.leveling.sockets"
+       appearance "weapon.endgame.base"
+       {
+               font_size 0.8;
+       };
+
+       appearance "weapon.leveling.base"
+       {
+               font_size 0.8;
+       };
+
+       appearance "equipment.leveling.links"
        {
                border_color "fire";
        };
 
+       appearance "equipment.endgame.5link"
+       {
+               border_color "fire";
+               alert_sound 3 150;
+       };
+
+       appearance "equipment.endgame.6link"
+       {
+               border_color "fire";
+               background_color "fire.dark.90%";
+               alert_sound 1 250;
+       };
+
+       appearance "flask.life.best_at_level"
+       {
+               font_size 0.8;
+       };
+
+       appearance "flask.mana.best_at_level"
+       {
+               font_size 0.8;
+       };
+
+       appearance "flask.hybrid.best_at_level"
+       {
+               font_size 0.8;
+       };
+
+       appearance "flask.utility"
+       {
+               font_size 0.8;
+       };
+
        appearance "recipe.6s"
        {
                font_size 0.8;
                border_color "fire";
        };
 
+       appearance "recipe.chromatic"
+       {
+               font_size 0.8;
+               border_color "fire.50%";
+               background_color "black.75%";
+       };
+
        appearance "recipe.chaos"
        {
                font_size 0.8;
-               border_color "fire";
+               border_color "fire.50%";
+               background_color "black.75%";
        };
 
        appearance "recipe.quality"
@@ -548,6 +806,12 @@ theme
                background_color "black.75%";
        };
 
+       appearance "filler.rare"
+       {
+               font_size 0.65;
+               background_color "black.50%";
+       };
+
        appearance "filler.small"
        {
                font_size 0.65;
@@ -563,15 +827,39 @@ theme
 
 filter "delve"
 {
+       show "quest";
        show "currency.*";
        show "labyrinth";
+       show "map.unique.any";
+       show "map.fragment";
+       show "map.rare.*";
+       show "map.magic.*";
+       show "map.normal.*";
        show "card.*";
+       show "skillgem.*";
        show "unique";
+       show "jewelry.endgame.uncommon";
+       show "jewelry";
+       show "equipment.*";
+       show "recipe.6s";
        show "armor.endgame.*";
        show "armor.leveling.*";
        show "weapon.endgame.*";
        show "weapon.leveling.*";
+       cancel "armor.*.base";
+       cancel "weapon.*.base";
+       show "recipe.chromatic";
+       show "recipe.quality.chisel";
+       show "armor.*.base";
+       show "weapon.*.base";
+       show "flask.*";
        show "recipe.*";
        show "filler.*";
        hide "catchall";
 };
+
+filter "delve_endgame"
+{
+       include "delve";
+       cancel "*.leveling.*";
+};