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 27, 2024
1 parent 44a2966 commit e9cf2e5
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 7 deletions.
8 changes: 8 additions & 0 deletions BlackwingLair/Options/Colors.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,25 +20,31 @@ BigWigs:AddColors("Firemaw", {
[22539] = "red",
[23339] = "yellow",
[23341] = "blue",
[366305] = "blue",
})

BigWigs:AddColors("Ebonroc", {
[22539] = "red",
[23339] = "yellow",
[23340] = {"blue","orange"},
[368515] = "blue",
})

BigWigs:AddColors("Flamegor", {
[22539] = "red",
[23339] = "yellow",
[23342] = {"green","orange"},
[368521] = "blue",
[467732] = "blue",
[467764] = "blue",
})

BigWigs:AddColors("Chromaggus", {
[23128] = {"green","orange"},
[23170] = "blue",
[23174] = "red",
[23537] = "red",
[468195] = "yellow",
["breath"] = "yellow",
["vulnerability"] = {"green","red"},
})
Expand All @@ -54,5 +60,7 @@ BigWigs:AddColors("Nefarian Classic", {
})

BigWigs:AddColors("Blackwing Lair Trash", {
[466357] = {"blue","yellow"},
[466435] = {"blue","yellow"},
["target_vulnerability"] = {"red","yellow"},
})
8 changes: 8 additions & 0 deletions BlackwingLair/Options/Sounds.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,23 +19,29 @@ BigWigs:AddSounds("Firemaw", {
[22539] = "long",
[23339] = "info",
[23341] = "warning",
[366305] = "warning",
})

BigWigs:AddSounds("Ebonroc", {
[22539] = "long",
[23339] = "info",
[23340] = "alarm",
[368515] = "alert",
})

BigWigs:AddSounds("Flamegor", {
[22539] = "long",
[23339] = "info",
[23342] = "alarm",
[368521] = "alert",
[467732] = "warning",
[467764] = "warning",
})

BigWigs:AddSounds("Chromaggus", {
[23128] = "alarm",
[23174] = "warning",
[468195] = "long",
["breath"] = "long",
["vulnerability"] = {"info","warning"},
})
Expand All @@ -49,4 +55,6 @@ BigWigs:AddSounds("Nefarian Classic", {
})

BigWigs:AddSounds("Blackwing Lair Trash", {
[466357] = "warning",
[466435] = "warning",
})
9 changes: 6 additions & 3 deletions CrystalVale_Classic/Options/Colors.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@

BigWigs:AddColors("Lord Kazzak Season of Discovery", {
[21056] = {"blue","green","red","yellow"},
[21063] = {"blue","green","orange"},
BigWigs:AddColors("Thunderaan Season of Discovery", {
[11642] = {"green","orange"},
[465700] = {"blue","red"},
[466211] = {"blue","purple"},
[466774] = "yellow",
[470866] = "blue",
})
9 changes: 6 additions & 3 deletions CrystalVale_Classic/Options/Sounds.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@

BigWigs:AddSounds("Lord Kazzak Season of Discovery", {
[21056] = {"long","warning"},
[21063] = "alarm",
BigWigs:AddSounds("Thunderaan Season of Discovery", {
[11642] = "alert",
[465700] = "warning",
[466211] = "alarm",
[466774] = "info",
[470866] = "underyou",
})
2 changes: 1 addition & 1 deletion MoltenCore/Options/Colors.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ BigWigs:AddColors("Gehennas", {
})

BigWigs:AddColors("Garr", {
[19492] = "yellow",
[19492] = {"red","yellow"},
})

BigWigs:AddColors("Baron Geddon", {
Expand Down

0 comments on commit e9cf2e5

Please sign in to comment.