From: Mikko Rasa Date: Wed, 29 Aug 2018 18:25:34 +0000 (+0300) Subject: Add delve-specific new items X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=5c46fb6e0358db38a262d8776f38eb9bd51e700e;p=poefilter.git Add delve-specific new items New skill gems and cards will be added when they appear on the wiki. --- diff --git a/delve.filter b/delve.filter index cb00947..5ba4c95 100644 --- a/delve.filter +++ b/delve.filter @@ -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 diff --git a/delve_endgame.filter b/delve_endgame.filter index 15d9224..e304fb4 100644 --- a/delve_endgame.filter +++ b/delve_endgame.filter @@ -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 diff --git a/delve_fast.filter b/delve_fast.filter index 9baf33a..6e2862c 100644 --- a/delve_fast.filter +++ b/delve_fast.filter @@ -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 diff --git a/filters_delve.txt b/filters_delve.txt index f7888ef..98b092e 100644 --- a/filters_delve.txt +++ b/filters_delve.txt @@ -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";