Skip to content

Commit

Permalink
MoltenCore: Update option files
Browse files Browse the repository at this point in the history
  • Loading branch information
funkydude committed Jul 26, 2024
1 parent 86738db commit 80c888c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
10 changes: 7 additions & 3 deletions MoltenCore/Options/Colors.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ BigWigs:AddColors("Magmadar", {
[19408] = "orange",
[19428] = "blue",
[19451] = {"green","yellow"},
[461131] = "cyan",
})

BigWigs:AddColors("Gehennas", {
Expand All @@ -23,7 +24,7 @@ BigWigs:AddColors("Garr", {
BigWigs:AddColors("Baron Geddon", {
[19659] = "yellow",
[19695] = "red",
[20475] = {"blue","red"},
[20475] = {"blue","orange","red"},
[20478] = "orange",
})

Expand All @@ -32,6 +33,7 @@ BigWigs:AddColors("Shazzrah", {
[19714] = {"green","orange"},
[19715] = "yellow",
[23138] = "red",
[460856] = {"green","red"},
})

BigWigs:AddColors("Sulfuron Harbinger", {
Expand All @@ -47,14 +49,16 @@ BigWigs:AddColors("Majordomo Executus", {
[20534] = {"blue","yellow"},
[20619] = {"orange","red"},
[21075] = {"orange","red"},
[461056] = {"blue","red"},
})

BigWigs:AddColors("Ragnaros Classic", {
[20566] = "red",
["emerge"] = {"green","orange","yellow"},
["submerge"] = {"orange","yellow"},
["submerge"] = {"cyan","orange","yellow"},
})

BigWigs:AddColors("The Molten Core", {
["stages"] = "cyan",
[460895] = {"blue","yellow"},
[460898] = {"blue","yellow"},
})
5 changes: 4 additions & 1 deletion MoltenCore/Options/Sounds.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
BigWigs:AddSounds("Lucifron", {
[19702] = "long",
[19703] = "info",
[20604] = "warning",
})

BigWigs:AddSounds("Magmadar", {
Expand All @@ -29,6 +28,7 @@ BigWigs:AddSounds("Shazzrah", {
[19714] = "warning",
[19715] = "info",
[23138] = "long",
[460856] = {"info","warning"},
})

BigWigs:AddSounds("Sulfuron Harbinger", {
Expand All @@ -41,6 +41,7 @@ BigWigs:AddSounds("Golemagg the Incinerator", {
BigWigs:AddSounds("Majordomo Executus", {
[20619] = "info",
[21075] = "info",
[461056] = "warning",
})

BigWigs:AddSounds("Ragnaros Classic", {
Expand All @@ -49,4 +50,6 @@ BigWigs:AddSounds("Ragnaros Classic", {
})

BigWigs:AddSounds("The Molten Core", {
[460895] = "warning",
[460898] = "warning",
})

0 comments on commit 80c888c

Please sign in to comment.