From: Mikko Rasa Date: Sun, 19 Aug 2018 20:18:04 +0000 (+0300) Subject: Highlight abyss jewels X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=fc2798b19c6a973d2a280f63bc94086c134e71c7;p=poefilter.git Highlight abyss jewels --- diff --git a/delve.filter b/delve.filter index 6a0478c..e53229f 100644 --- a/delve.filter +++ b/delve.filter @@ -1121,6 +1121,11 @@ Show SetBackgroundColor 27 162 155 255 SetTextColor 0 0 0 255 Class "Skill Gem" +# jewel.abyss +Show + SetFontSize 31 + SetBorderColor 150 0 0 255 + Class "Abyss Jewel" # jewel.magic Show SetFontSize 25 diff --git a/delve_endgame.filter b/delve_endgame.filter index 5976adb..c2face5 100644 --- a/delve_endgame.filter +++ b/delve_endgame.filter @@ -1121,6 +1121,11 @@ Show SetBackgroundColor 27 162 155 255 SetTextColor 0 0 0 255 Class "Skill Gem" +# jewel.abyss +Show + SetFontSize 31 + SetBorderColor 150 0 0 255 + Class "Abyss Jewel" # jewel.magic Show SetFontSize 25 diff --git a/delve_fast.filter b/delve_fast.filter index cf87ca1..c4f2ea0 100644 --- a/delve_fast.filter +++ b/delve_fast.filter @@ -1097,6 +1097,11 @@ Show SetBackgroundColor 27 162 155 255 SetTextColor 0 0 0 255 Class "Skill Gem" +# jewel.abyss +Show + SetFontSize 31 + SetBorderColor 150 0 0 255 + Class "Abyss Jewel" # jewel.rare Show SetFontSize 31 diff --git a/filters_delve.txt b/filters_delve.txt index 7cfb427..69f28e9 100644 --- a/filters_delve.txt +++ b/filters_delve.txt @@ -164,6 +164,11 @@ category "skillgem.fallback" class "Skill Gem"; }; +category "jewel.abyss" +{ + class "Abyss Jewel"; +}; + category "jewel.magic" { class "Jewel"; @@ -727,6 +732,12 @@ theme alert_sound 3 150; }; + appearance "jewel.abyss" + { + font_size 1.25; + border_color "fire"; + }; + appearance "jewel.magic" { font_size 1.0;