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 19, 2024
1 parent 35ad442 commit 4215f8d
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 8 deletions.
4 changes: 4 additions & 0 deletions MoltenCore/Options/Colors.lua
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,7 @@ BigWigs:AddColors("Ragnaros Classic", {
["emerge"] = {"green","orange","yellow"},
["submerge"] = {"orange","yellow"},
})

BigWigs:AddColors("The Molten Core", {
["stages"] = "cyan",
})
3 changes: 3 additions & 0 deletions MoltenCore/Options/Sounds.lua
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,6 @@ BigWigs:AddSounds("Ragnaros Classic", {
["emerge"] = {"alarm","long"},
["submerge"] = {"alarm","long"},
})

BigWigs:AddSounds("The Molten Core", {
})
7 changes: 4 additions & 3 deletions StormCliffs_Classic/Options/Colors.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

BigWigs:AddColors("Azuregos Season of Discovery", {
[21147] = "red",
[22067] = {"green","yellow"},
["stages"] = "cyan",
[21097] = "orange",
[21099] = "orange",
[21147] = "yellow",
[22067] = {"green","red"},
})
3 changes: 3 additions & 0 deletions StormCliffs_Classic/Options/Sounds.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

BigWigs:AddSounds("Azuregos Season of Discovery", {
[21097] = "alert",
[21099] = "alert",
[21147] = "alarm",
[22067] = {"info","warning"},
})
5 changes: 2 additions & 3 deletions TheTaintedScar_Classic/Options/Colors.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@

BigWigs:AddColors("Lord Kazzak Season of Discovery", {
[21056] = {"blue","yellow"},
[21063] = {"blue","orange"},
["stages"] = "cyan",
[21056] = {"blue","green","yellow"},
[21063] = {"blue","green","orange"},
})
6 changes: 4 additions & 2 deletions World_Classic/Options/Colors.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@

BigWigs:AddColors("Azuregos", {
[21147] = "red",
[22067] = {"green","yellow"},
[21097] = "orange",
[21099] = "orange",
[21147] = "yellow",
[22067] = {"green","red"},
})

BigWigs:AddColors("Lord Kazzak", {
Expand Down
3 changes: 3 additions & 0 deletions World_Classic/Options/Sounds.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@

BigWigs:AddSounds("Azuregos", {
[21097] = "alert",
[21099] = "alert",
[21147] = "alarm",
[22067] = {"info","warning"},
})

Expand Down

0 comments on commit 4215f8d

Please sign in to comment.