PoE-MxFilter-Structure/Normal/ELDER ITEM.filter

25 lines
540 B
Plaintext
Raw Normal View History

2018-09-06 10:59:01 -04:00
# Script edited with Filtration - https://github.com/ben-wallis/Filtration
Show
ElderItem True
Rarity = Rare
2018-12-29 20:55:11 -05:00
ItemLevel >= 75
ItemLevel <= 100
2018-09-06 10:59:01 -04:00
SetTextColor 255 215 0
SetBackgroundColor 54 54 54
2018-12-29 20:55:11 -05:00
SetBorderColor 184 218 242
2018-09-06 10:59:01 -04:00
SetFontSize 45
2018-12-29 20:55:11 -05:00
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"
2018-09-06 10:59:01 -04:00