Influenced + Enchanted + Tweaks

This commit is contained in:
mikx
2020-01-16 00:22:26 -05:00
parent 59d51fbeac
commit bf37fedb8d
16 changed files with 64 additions and 157 deletions

View File

@@ -1,24 +0,0 @@
# Script edited with Filtration - https://github.com/ben-wallis/Filtration
Show
ElderItem True
Rarity = Rare
ItemLevel >= 75
ItemLevel <= 100
SetTextColor 255 215 0
SetBackgroundColor 54 54 54
SetBorderColor 184 218 242
SetFontSize 45
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"

View File

@@ -98,6 +98,15 @@ Show
PlayEffect Green
CustomAlertSound "mx_league.mp3"
Show
AnyEnchantment True
Rarity = Rare
SetTextColor 255 255 0
SetBackgroundColor 61 61 84
SetBorderColor 136 136 255
SetFontSize 40
CustomAlertSound "mx_tier.mp3"
Show
Corrupted True
Rarity = Rare

11
Strict/INFLUENCED.filter Normal file
View File

@@ -0,0 +1,11 @@
# Script edited with Filtration - https://github.com/ben-wallis/Filtration
Show
HasInfluence Shaper Elder Crusader Redeemer Hunter Warlord
SetTextColor 255 215 0
SetBackgroundColor 54 54 54
SetBorderColor 30 144 255
SetFontSize 45
MinimapIcon 0 Blue Star
CustomAlertSound "mx_influenced.mp3"

View File

@@ -1,24 +0,0 @@
# Script edited with Filtration - https://github.com/ben-wallis/Filtration
Show
ShaperItem True
Rarity = Rare
ItemLevel >= 75
ItemLevel <= 100
SetTextColor 255 215 0
SetBackgroundColor 54 54 54
SetBorderColor 184 218 242
SetFontSize 45
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"