From 61b0543ed99786d7df15f2a3975957c4bba605de Mon Sep 17 00:00:00 2001 From: mikx Date: Sat, 29 Dec 2018 20:55:11 -0500 Subject: [PATCH] Sound Tweaks + Influenced Tweaks --- Betrayal/ELDER ITEM.filter | 17 +++++++++++++++-- Betrayal/SHAPER ITEM.filter | 17 +++++++++++++++-- 2 files changed, 30 insertions(+), 4 deletions(-) diff --git a/Betrayal/ELDER ITEM.filter b/Betrayal/ELDER ITEM.filter index 6ee28d7..efdb9d9 100644 --- a/Betrayal/ELDER ITEM.filter +++ b/Betrayal/ELDER ITEM.filter @@ -3,9 +3,22 @@ Show ElderItem True Rarity = Rare + ItemLevel >= 75 + ItemLevel <= 100 SetTextColor 255 215 0 SetBackgroundColor 54 54 54 - SetBorderColor 94 94 65 + SetBorderColor 184 218 242 SetFontSize 45 - PlayAlertSound 12 300 + CustomAlertSound "mx_influenced.mp3" + +Show + ElderItem True + Rarity = Rare + ItemLevel >= 60 + ItemLevel <= 74 + SetTextColor 255 215 0 + SetBackgroundColor 54 54 54 + SetBorderColor 180 96 0 + SetFontSize 45 + CustomAlertSound "mx_influenced.mp3" diff --git a/Betrayal/SHAPER ITEM.filter b/Betrayal/SHAPER ITEM.filter index 4076bc8..c370fb8 100644 --- a/Betrayal/SHAPER ITEM.filter +++ b/Betrayal/SHAPER ITEM.filter @@ -3,9 +3,22 @@ Show ShaperItem True Rarity = Rare + ItemLevel >= 75 + ItemLevel <= 100 SetTextColor 255 215 0 SetBackgroundColor 54 54 54 - SetBorderColor 46 26 89 + SetBorderColor 184 218 242 SetFontSize 45 - PlayAlertSound 12 300 + CustomAlertSound "mx_influenced.mp3" + +Show + ShaperItem True + ItemLevel >= 60 + ItemLevel <= 74 + Rarity = Rare + SetTextColor 255 215 0 + SetBackgroundColor 54 54 54 + SetBorderColor 180 96 0 + SetFontSize 45 + CustomAlertSound "mx_influenced.mp3"