]> git.tdb.fi Git - poefilter.git/commitdiff
Add Stygian Vise to the common endgame accessories
authorMikko Rasa <tdb@tdb.fi>
Wed, 29 Aug 2018 18:14:39 +0000 (21:14 +0300)
committerMikko Rasa <tdb@tdb.fi>
Wed, 29 Aug 2018 18:19:21 +0000 (21:19 +0300)
delve.filter
delve_endgame.filter
delve_fast.filter
filters_delve.txt

index 08707de6681268f75e4d63c17b4b381ce0c8d57c..598362d0825bb17aeac4fa0b1b7b31e8a44d29a7 100644 (file)
@@ -1390,6 +1390,13 @@ Show
        DisableDropSound
        Class "Ring" "Amulet" "Belt"
        DropLevel >= 50
+Show
+       SetFontSize 31
+       SetBorderColor 150 0 0 255
+       PlayAlertSound 10 150
+       DisableDropSound
+       Class "Belt"
+       BaseType "Stygian Vise"
 # accessory
 Show
        SetFontSize 25
index 569711ed645b8f22d6c6e1c6ba22624ff95ec955..6c5c0f91ecd40d790ff04b48e9c4e79383dc1f63 100644 (file)
@@ -1390,6 +1390,13 @@ Show
        DisableDropSound
        Class "Ring" "Amulet" "Belt"
        DropLevel >= 50
+Show
+       SetFontSize 31
+       SetBorderColor 150 0 0 255
+       PlayAlertSound 10 150
+       DisableDropSound
+       Class "Belt"
+       BaseType "Stygian Vise"
 # accessory
 Show
        SetFontSize 25
index a66a2ac909fb48c4f95c91ec6825566b638ce176..216b0b5a5dea32b19c73209cee00c04017d80883 100644 (file)
@@ -1361,6 +1361,13 @@ Show
        DisableDropSound
        Class "Ring" "Amulet" "Belt"
        DropLevel >= 50
+Show
+       SetFontSize 31
+       SetBorderColor 150 0 0 255
+       PlayAlertSound 10 150
+       DisableDropSound
+       Class "Belt"
+       BaseType "Stygian Vise"
 # equipment.endgame.6link
 Show
        SetFontSize 31
index 3d123d71afa6f59529007950c408f626e2b2730c..316c618bdddfc4e962e2e27ee30327c601a96e17 100644 (file)
@@ -213,8 +213,19 @@ category "accessory"
 
 category "accessory.endgame.uncommon"
 {
-       category "accessory";
-       min_drop_level 50;
+       or
+       {
+               and
+               {
+                       category "accessory";
+                       min_drop_level 50;
+               };
+               and
+               {
+                       class "Belt";
+                       base_type "Stygian Vise";
+               };
+       };
 };
 
 category "equipment.endgame.6link"