Sound Tweaks + Influenced Tweaks

This commit is contained in:
mikx 2018-12-29 20:55:11 -05:00
parent 57c1126d02
commit 61b0543ed9
2 changed files with 30 additions and 4 deletions

View File

@ -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"

View File

@ -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"