]> git.tdb.fi Git - poefilter.git/commitdiff
Highlight abyss jewels
authorMikko Rasa <tdb@tdb.fi>
Sun, 19 Aug 2018 20:18:04 +0000 (23:18 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sun, 19 Aug 2018 20:18:30 +0000 (23:18 +0300)
delve.filter
delve_endgame.filter
delve_fast.filter
filters_delve.txt

index 6a0478c4fd5a88e82b7d3f0ce3e31a9782cf4bb3..e53229f9a1043cc476e0830ea41e16730935e297 100644 (file)
@@ -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
index 5976adbd6c4bed043ab5e2bf142ab5d15ec52b4c..c2face525e01633c61e5a9793d160d2b58ef7af2 100644 (file)
@@ -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
index cf87ca1989e64c640d4e08e895ce862b311169fd..c4f2ea09a2b3fe31e3517a4a9253d721581d00d5 100644 (file)
@@ -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
index 7cfb427dd4f9ef54615245af82db942856d84ee1..69f28e92dac9f8cccef2199f824e4769883e9032 100644 (file)
@@ -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;