From: Mikko Rasa Date: Wed, 29 Aug 2018 18:14:39 +0000 (+0300) Subject: Add Stygian Vise to the common endgame accessories X-Git-Url: http://git.tdb.fi/?p=poefilter.git;a=commitdiff_plain;h=89e61b101ebd62be07762469dacb0aa0ef23231a Add Stygian Vise to the common endgame accessories --- diff --git a/delve.filter b/delve.filter index 08707de..598362d 100644 --- a/delve.filter +++ b/delve.filter @@ -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 diff --git a/delve_endgame.filter b/delve_endgame.filter index 569711e..6c5c0f9 100644 --- a/delve_endgame.filter +++ b/delve_endgame.filter @@ -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 diff --git a/delve_fast.filter b/delve_fast.filter index a66a2ac..216b0b5 100644 --- a/delve_fast.filter +++ b/delve_fast.filter @@ -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 diff --git a/filters_delve.txt b/filters_delve.txt index 3d123d7..316c618 100644 --- a/filters_delve.txt +++ b/filters_delve.txt @@ -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"