Skip to content

Commit

Permalink
Gnomeregan_Classic: Update option files
Browse files Browse the repository at this point in the history
  • Loading branch information
funkydude committed Feb 9, 2024
1 parent e285656 commit bb9c987
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
11 changes: 9 additions & 2 deletions Gnomeregan_Classic/Options/Colors.lua
Original file line number Diff line number Diff line change
@@ -1,17 +1,24 @@

BigWigs:AddColors("Grubbis Discovery", {
[3019] = {"green","red"},
[434941] = "orange",
[436027] = "yellow",
[436059] = "yellow",
[436074] = {"green","red"},
[436100] = {"blue","green","orange","yellow"},
["adds"] = "cyan",
["stages"] = "cyan",
})

BigWigs:AddColors("Viscous Fallout Discovery", {
["stages"] = "cyan",
})

BigWigs:AddColors("Electrocutioner 6000 Discovery", {
BigWigs:AddColors("Crowd Pummeler 9-60 Discovery", {
["stages"] = "cyan",
})

BigWigs:AddColors("Crowd Pummeler 9-60 Discovery", {
BigWigs:AddColors("Electrocutioner 6000 Discovery", {
["stages"] = "cyan",
})

Expand Down
11 changes: 9 additions & 2 deletions Gnomeregan_Classic/Options/Sounds.lua
Original file line number Diff line number Diff line change
@@ -1,14 +1,21 @@

BigWigs:AddSounds("Grubbis Discovery", {
[434941] = "info",
[436027] = "long",
[436059] = "long",
[436074] = "alarm",
[436100] = "alert",
["adds"] = "info",
["stages"] = "info",
})

BigWigs:AddSounds("Viscous Fallout Discovery", {
})

BigWigs:AddSounds("Electrocutioner 6000 Discovery", {
BigWigs:AddSounds("Crowd Pummeler 9-60 Discovery", {
})

BigWigs:AddSounds("Crowd Pummeler 9-60 Discovery", {
BigWigs:AddSounds("Electrocutioner 6000 Discovery", {
})

BigWigs:AddSounds("Mechanical Menagerie Discovery", {
Expand Down

0 comments on commit bb9c987

Please sign in to comment.