Skip to content

Commit

Permalink
WarWithin/PrioryOfTheSacredFlame/Trash: Update for War Within Season 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ntowle committed Jan 18, 2025
1 parent bd439e2 commit 4ab6748
Show file tree
Hide file tree
Showing 3 changed files with 167 additions and 49 deletions.
12 changes: 7 additions & 5 deletions WarWithin/PrioryOfTheSacredFlame/Options/Colors.lua
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@ BigWigs:AddColors("Prioress Murrpray", {

BigWigs:AddColors("Priory of the Sacred Flame Trash", {
[424420] = {"blue","orange","red"},
[424423] = "red",
[424429] = "blue",
[424423] = {"blue","red"},
[424429] = {"blue","orange"},
[424431] = "yellow",
[424462] = "yellow",
[424621] = "orange",
[426964] = "purple",
[427342] = "yellow",
[427346] = "orange",
[427346] = {"orange","yellow"},
[427356] = "red",
[427484] = "orange",
[427484] = {"blue","orange"},
[427583] = "red",
[427601] = "yellow",
[427609] = "red",
Expand All @@ -45,9 +45,11 @@ BigWigs:AddColors("Priory of the Sacred Flame Trash", {
[428150] = {"green","red"},
[429091] = "yellow",
[435088] = "green",
[435165] = "purple",
[444743] = "red",
[448485] = "purple",
[448492] = "red",
[448515] = "purple",
[453458] = {"blue","orange","yellow"},
[448787] = "blue",
[453458] = {"blue","yellow"},
})
6 changes: 4 additions & 2 deletions WarWithin/PrioryOfTheSacredFlame/Options/Sounds.lua
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ BigWigs:AddSounds("Prioress Murrpray", {
BigWigs:AddSounds("Priory of the Sacred Flame Trash", {
[424420] = {"info","warning"},
[424423] = "alert",
[424429] = "underyou",
[424429] = {"alarm","underyou"},
[424431] = "alert",
[424462] = "long",
[424621] = "alarm",
[426964] = "alert",
[427342] = "info",
[427346] = {"alert","info"},
[427356] = "warning",
[427484] = "alarm",
[427484] = {"alarm","underyou"},
[427583] = "warning",
[427601] = "long",
[427609] = "alarm",
Expand All @@ -45,9 +45,11 @@ BigWigs:AddSounds("Priory of the Sacred Flame Trash", {
[428150] = {"alert","info"},
[429091] = "info",
[435088] = "info",
[435165] = "alert",
[444743] = "alert",
[448485] = {"alarm","info"},
[448492] = "alert",
[448515] = "alert",
[448787] = "alert",
[453458] = {"alarm","info"},
})
Loading

0 comments on commit 4ab6748

Please sign in to comment.