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"