Skip to content

Commit

Permalink
Update option files
Browse files Browse the repository at this point in the history
  • Loading branch information
funkydude committed Jul 1, 2024
1 parent a8a6261 commit 978f889
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 16 deletions.
18 changes: 10 additions & 8 deletions Blackwing/Options/Colors.lua
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,18 @@ BigWigs:AddColors("Chimaeron", {
})

BigWigs:AddColors("Maloriak", {
[77569] = "red",
[77679] = "yellow",
[77569] = {"cyan","green"},
[77679] = "purple",
[77699] = {"blue","yellow"},
[77760] = {"blue","yellow"},
[77786] = "blue",
[77896] = "orange",
[77760] = {"blue","orange"},
[77786] = {"blue","red"},
[77896] = "red",
[77912] = "red",
[77991] = "red",
["phase"] = "green",
["sludge"] = "blue",
[78194] = "blue",
[78225] = "red",
[92754] = {"green","purple"},
[92930] = "blue",
["stages"] = "cyan",
})

BigWigs:AddColors("Nefarian", {
Expand Down
21 changes: 13 additions & 8 deletions Blackwing/Options/Sounds.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ BigWigs:AddSounds("Omnotron Defense System", {
[80161] = "underyou",
[91879] = {"underyou","warning"},
[92048] = "warning",
[92053] = "warning",
})

BigWigs:AddSounds("Magmaw", {
Expand Down Expand Up @@ -43,14 +44,18 @@ BigWigs:AddSounds("Chimaeron", {
})

BigWigs:AddSounds("Maloriak", {
[77569] = "alert",
[77699] = "info",
[77760] = "info",
[77786] = "info",
[77912] = "alarm",
[77991] = "alert",
["phase"] = {"info","long"},
["sludge"] = "info",
[77569] = "info",
[77679] = "alarm",
[77699] = "warning",
[77760] = "alarm",
[77786] = "warning",
[77896] = "alert",
[77912] = "info",
[78194] = "underyou",
[78225] = "alarm",
[92754] = "info",
[92930] = "underyou",
["stages"] = "long",
})

BigWigs:AddSounds("Nefarian", {
Expand Down

0 comments on commit 978f889

Please sign in to comment.