Skip to content

Commit

Permalink
Update option files
Browse files Browse the repository at this point in the history
  • Loading branch information
funkydude committed Sep 30, 2024
1 parent ada363a commit fa9a279
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
7 changes: 6 additions & 1 deletion BlackwingLair/Options/Colors.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
BigWigs:AddColors("Razorgore the Untamed", {
[14515] = {"blue","red"},
[23023] = {"blue","orange"},
[366909] = "blue",
[367740] = "blue",
[367873] = "blue",
["eggs"] = "green",
["stages"] = "cyan",
})
Expand All @@ -12,8 +15,10 @@ BigWigs:AddColors("Vaelastrasz the Corrupt", {
})

BigWigs:AddColors("Broodlord Lashlayer", {
[18670] = {"blue","yellow"},
[23331] = "orange",
[24573] = {"blue","yellow"},
[367369] = {"blue","red"},
["stages"] = "cyan",
})

Expand Down Expand Up @@ -45,7 +50,7 @@ BigWigs:AddColors("Chromaggus", {
[23170] = "blue",
[23174] = "red",
[23537] = "red",
[468195] = "yellow",
[468195] = "cyan",
["breath"] = "yellow",
["vulnerability"] = {"green","red"},
})
Expand Down
5 changes: 5 additions & 0 deletions BlackwingLair/Options/Sounds.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
BigWigs:AddSounds("Razorgore the Untamed", {
[14515] = "alert",
[23023] = "info",
[366909] = "underyou",
[367740] = "alarm",
[367873] = "underyou",
["stages"] = "long",
})

Expand All @@ -11,8 +14,10 @@ BigWigs:AddSounds("Vaelastrasz the Corrupt", {
})

BigWigs:AddSounds("Broodlord Lashlayer", {
[18670] = "alert",
[23331] = "info",
[24573] = "alarm",
[367369] = "warning",
["stages"] = "long",
})

Expand Down

0 comments on commit fa9a279

Please sign in to comment.