]> git.tdb.fi Git - poefilter.git/commitdiff
Add delve-specific new items
authorMikko Rasa <tdb@tdb.fi>
Wed, 29 Aug 2018 18:25:34 +0000 (21:25 +0300)
committerMikko Rasa <tdb@tdb.fi>
Wed, 29 Aug 2018 18:27:38 +0000 (21:27 +0300)
New skill gems and cards will be added when they appear on the wiki.

delve.filter
delve_endgame.filter
delve_fast.filter
filters_delve.txt

index cb009478b366f054b9f104dfefeaf564066a71f8..5ba4c95f07c40e24d7e7af9545865c7d19d8014d 100644 (file)
@@ -1,6 +1,15 @@
 # quest
 Show
        Class "Quest Item" "Pantheon Soul"
+# currency.delve
+Show
+       SetFontSize 31
+       SetBackgroundColor 25 77 19 230
+       SetBorderColor 74 230 58 255
+       PlayAlertSound 7 150
+       DisableDropSound
+       Class "Currency"
+       BaseType "Fossil" "Resonator"
 # currency.essence.high_tier
 Show
        SetFontSize 31
@@ -89,6 +98,10 @@ Show
        DisableDropSound
        Class "Map"
        Rarity Unique
+# map.delve
+Show
+       Class "Misc Map Item"
+       BaseType "Timeworn Reliquary Key"
 # map.fragment
 Show
        SetFontSize 31
index 15d92246f49fd508f32f87771c8b3a157456a8ee..e304fb45ad90913efeef1cc70a55086a2eade0ef 100644 (file)
@@ -1,6 +1,15 @@
 # quest
 Show
        Class "Quest Item" "Pantheon Soul"
+# currency.delve
+Show
+       SetFontSize 31
+       SetBackgroundColor 25 77 19 230
+       SetBorderColor 74 230 58 255
+       PlayAlertSound 7 150
+       DisableDropSound
+       Class "Currency"
+       BaseType "Fossil" "Resonator"
 # currency.essence.high_tier
 Show
        SetFontSize 31
@@ -89,6 +98,10 @@ Show
        DisableDropSound
        Class "Map"
        Rarity Unique
+# map.delve
+Show
+       Class "Misc Map Item"
+       BaseType "Timeworn Reliquary Key"
 # map.fragment
 Show
        SetFontSize 31
index 9baf33ae2d83b7a92bd88b187231fab18eb463f8..6e2862c0c49fda40a6a151fcfb4f6e288f746530 100644 (file)
@@ -7,6 +7,15 @@ Hide
 # quest
 Show
        Class "Quest Item" "Pantheon Soul"
+# currency.delve
+Show
+       SetFontSize 31
+       SetBackgroundColor 25 77 19 230
+       SetBorderColor 74 230 58 255
+       PlayAlertSound 7 150
+       DisableDropSound
+       Class "Currency"
+       BaseType "Fossil" "Resonator"
 # currency.essence.high_tier
 Show
        SetFontSize 31
@@ -95,6 +104,10 @@ Show
        DisableDropSound
        Class "Map"
        Rarity Unique
+# map.delve
+Show
+       Class "Misc Map Item"
+       BaseType "Timeworn Reliquary Key"
 # map.fragment
 Show
        SetFontSize 31
index f7888efb876897777f9245cdbc0e150d741d5a4a..98b092ecf314ee6ded026e640e1479b00a2083e8 100644 (file)
@@ -14,6 +14,16 @@ category "quest"
        };
 };
 
+category "currency.delve"
+{
+       class "Currency";
+       or
+       {
+               base_type "Fossil";
+               base_type "Resonator";
+       };
+};
+
 category "currency.essence.high_tier"
 {
        class "Currency";
@@ -158,6 +168,12 @@ category "labyrinth"
        class "Labyrinth";
 };
 
+category "map.delve"
+{
+       class "Misc Map Item";
+       base_type "Timeworn Reliquary Key";
+};
+
 category "map.fragment"
 {
        class "Map Fragment";
@@ -470,6 +486,7 @@ theme
        color "chaos" 208 32 144;
        color "chaos.dark.90%" 69 11 48 230;
        color "quest" 74 230 58;
+       color "quest.dark.90%" 25 77 19 230;
        color "card" 14 186 255;
        color "skillgem" 27 162 155;
        color "skillgem.dark.90%" 9 54 52 230;
@@ -511,6 +528,14 @@ theme
                alert_sound 1 250;
        };
 
+       appearance "currency.delve"
+       {
+               font_size 1.25;
+               border_color "quest";
+               background_color "quest.dark.90%";
+               alert_sound 7 150;
+       };
+
        appearance "currency.essence.low_tier"
        {
                inherit "currency.minor";
@@ -913,6 +938,7 @@ filter "delve_base"
        show "currency.*";
        show "labyrinth";
        show "map.unique.any";
+       show "map.delve";
        show "map.fragment";
        show "map.unique.any";
        show "map.*.same_tier";