Skip to content

Commit

Permalink
Cataclysm/ThroneTides/Trash: Add trash module
Browse files Browse the repository at this point in the history
  • Loading branch information
ntowle committed Oct 8, 2023
1 parent 03f0d5c commit fa7083a
Show file tree
Hide file tree
Showing 13 changed files with 413 additions and 9 deletions.
14 changes: 13 additions & 1 deletion Cataclysm/ThroneTides/Locales/deDE.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
local L = BigWigs:NewBossLocale("Ozumat", "deDE")
local L = BigWigs:NewBossLocale("Throne of the Tides Trash", "deDE")
if not L then return end
if L then
--L.nazjar_oracle = "Naz'jar Oracle"
--L.vicious_snap_dragon = "Vicious Snap Dragon"
--L.nazjar_sentinel = "Naz'jar Sentinel"
--L.nazjar_ravager = "Naz'jar Ravager"
--L.nazjar_tempest_witch = "Naz'jar Tempest Witch"
--L.faceless_seer = "Faceless Seer"
--L.faceless_watcher = "Faceless Watcher"
--L.tainted_sentry = "Tainted Sentry"
end

L = BigWigs:NewBossLocale("Ozumat", "deDE")
if L then
L.custom_on_autotalk = "Automatisch ansprechen"
L.custom_on_autotalk_desc = "Wählt direkt die Dialogoption zum Beginn des Kampfes."
Expand Down
14 changes: 13 additions & 1 deletion Cataclysm/ThroneTides/Locales/esES.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
local L = BigWigs:NewBossLocale("Ozumat", "esES") or BigWigs:NewBossLocale("Ozumat", "esMX")
local L = BigWigs:NewBossLocale("Throne of the Tides Trash", "esES") or BigWigs:NewBossLocale("Throne of the Tides Trash", "esMX")
if not L then return end
if L then
--L.nazjar_oracle = "Naz'jar Oracle"
--L.vicious_snap_dragon = "Vicious Snap Dragon"
--L.nazjar_sentinel = "Naz'jar Sentinel"
--L.nazjar_ravager = "Naz'jar Ravager"
--L.nazjar_tempest_witch = "Naz'jar Tempest Witch"
--L.faceless_seer = "Faceless Seer"
--L.faceless_watcher = "Faceless Watcher"
--L.tainted_sentry = "Tainted Sentry"
end

L = BigWigs:NewBossLocale("Ozumat", "esES") or BigWigs:NewBossLocale("Ozumat", "esMX")
if L then
--L.custom_on_autotalk = "Autotalk"
--L.custom_on_autotalk_desc = "Instantly selects the gossip option to start the fight."
Expand Down
14 changes: 13 additions & 1 deletion Cataclysm/ThroneTides/Locales/frFR.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
local L = BigWigs:NewBossLocale("Ozumat", "frFR")
local L = BigWigs:NewBossLocale("Throne of the Tides Trash", "frFR")
if not L then return end
if L then
--L.nazjar_oracle = "Naz'jar Oracle"
--L.vicious_snap_dragon = "Vicious Snap Dragon"
--L.nazjar_sentinel = "Naz'jar Sentinel"
--L.nazjar_ravager = "Naz'jar Ravager"
--L.nazjar_tempest_witch = "Naz'jar Tempest Witch"
--L.faceless_seer = "Faceless Seer"
--L.faceless_watcher = "Faceless Watcher"
--L.tainted_sentry = "Tainted Sentry"
end

L = BigWigs:NewBossLocale("Ozumat", "frFR")
if L then
--L.custom_on_autotalk = "Autotalk"
--L.custom_on_autotalk_desc = "Instantly selects the gossip option to start the fight."
Expand Down
14 changes: 13 additions & 1 deletion Cataclysm/ThroneTides/Locales/itIT.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
local L = BigWigs:NewBossLocale("Ozumat", "itIT")
local L = BigWigs:NewBossLocale("Throne of the Tides Trash", "itIT")
if not L then return end
if L then
--L.nazjar_oracle = "Naz'jar Oracle"
--L.vicious_snap_dragon = "Vicious Snap Dragon"
--L.nazjar_sentinel = "Naz'jar Sentinel"
--L.nazjar_ravager = "Naz'jar Ravager"
--L.nazjar_tempest_witch = "Naz'jar Tempest Witch"
--L.faceless_seer = "Faceless Seer"
--L.faceless_watcher = "Faceless Watcher"
--L.tainted_sentry = "Tainted Sentry"
end

L = BigWigs:NewBossLocale("Ozumat", "itIT")
if L then
--L.custom_on_autotalk = "Autotalk"
--L.custom_on_autotalk_desc = "Instantly selects the gossip option to start the fight."
Expand Down
14 changes: 13 additions & 1 deletion Cataclysm/ThroneTides/Locales/koKR.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
local L = BigWigs:NewBossLocale("Ozumat", "koKR")
local L = BigWigs:NewBossLocale("Throne of the Tides Trash", "koKR")
if not L then return end
if L then
--L.nazjar_oracle = "Naz'jar Oracle"
--L.vicious_snap_dragon = "Vicious Snap Dragon"
--L.nazjar_sentinel = "Naz'jar Sentinel"
--L.nazjar_ravager = "Naz'jar Ravager"
--L.nazjar_tempest_witch = "Naz'jar Tempest Witch"
--L.faceless_seer = "Faceless Seer"
--L.faceless_watcher = "Faceless Watcher"
--L.tainted_sentry = "Tainted Sentry"
end

L = BigWigs:NewBossLocale("Ozumat", "koKR")
if L then
L.custom_on_autotalk = "자동 대화"
L.custom_on_autotalk_desc = "전투를 시작하는 대화 선택지를 즉시 선택합니다."
Expand Down
14 changes: 13 additions & 1 deletion Cataclysm/ThroneTides/Locales/ptBR.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
local L = BigWigs:NewBossLocale("Ozumat", "ptBR")
local L = BigWigs:NewBossLocale("Throne of the Tides Trash", "ptBR")
if not L then return end
if L then
--L.nazjar_oracle = "Naz'jar Oracle"
--L.vicious_snap_dragon = "Vicious Snap Dragon"
--L.nazjar_sentinel = "Naz'jar Sentinel"
--L.nazjar_ravager = "Naz'jar Ravager"
--L.nazjar_tempest_witch = "Naz'jar Tempest Witch"
--L.faceless_seer = "Faceless Seer"
--L.faceless_watcher = "Faceless Watcher"
--L.tainted_sentry = "Tainted Sentry"
end

L = BigWigs:NewBossLocale("Ozumat", "ptBR")
if L then
L.custom_on_autotalk = "Conversa Automática"
L.custom_on_autotalk_desc = "Instantaneamente seleciona a opção de conversa para iniciar a luta."
Expand Down
14 changes: 13 additions & 1 deletion Cataclysm/ThroneTides/Locales/ruRU.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
local L = BigWigs:NewBossLocale("Ozumat", "ruRU")
local L = BigWigs:NewBossLocale("Throne of the Tides Trash", "ruRU")
if not L then return end
if L then
--L.nazjar_oracle = "Naz'jar Oracle"
--L.vicious_snap_dragon = "Vicious Snap Dragon"
--L.nazjar_sentinel = "Naz'jar Sentinel"
--L.nazjar_ravager = "Naz'jar Ravager"
--L.nazjar_tempest_witch = "Naz'jar Tempest Witch"
--L.faceless_seer = "Faceless Seer"
--L.faceless_watcher = "Faceless Watcher"
--L.tainted_sentry = "Tainted Sentry"
end

L = BigWigs:NewBossLocale("Ozumat", "ruRU")
if L then
L.custom_on_autotalk = "Авторазговор"
L.custom_on_autotalk_desc = "Мгновенный выбор опции запуска боя в диалоге."
Expand Down
14 changes: 13 additions & 1 deletion Cataclysm/ThroneTides/Locales/zhCN.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
local L = BigWigs:NewBossLocale("Ozumat", "zhCN")
local L = BigWigs:NewBossLocale("Throne of the Tides Trash", "zhCN")
if not L then return end
if L then
--L.nazjar_oracle = "Naz'jar Oracle"
--L.vicious_snap_dragon = "Vicious Snap Dragon"
--L.nazjar_sentinel = "Naz'jar Sentinel"
--L.nazjar_ravager = "Naz'jar Ravager"
--L.nazjar_tempest_witch = "Naz'jar Tempest Witch"
--L.faceless_seer = "Faceless Seer"
--L.faceless_watcher = "Faceless Watcher"
--L.tainted_sentry = "Tainted Sentry"
end

L = BigWigs:NewBossLocale("Ozumat", "zhCN")
if L then
L.custom_on_autotalk = "自动对话"
L.custom_on_autotalk_desc = "立即选择对话选项开始战斗。"
Expand Down
14 changes: 13 additions & 1 deletion Cataclysm/ThroneTides/Locales/zhTW.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
local L = BigWigs:NewBossLocale("Ozumat", "zhTW")
local L = BigWigs:NewBossLocale("Throne of the Tides Trash", "zhTW")
if not L then return end
if L then
--L.nazjar_oracle = "Naz'jar Oracle"
--L.vicious_snap_dragon = "Vicious Snap Dragon"
--L.nazjar_sentinel = "Naz'jar Sentinel"
--L.nazjar_ravager = "Naz'jar Ravager"
--L.nazjar_tempest_witch = "Naz'jar Tempest Witch"
--L.faceless_seer = "Faceless Seer"
--L.faceless_watcher = "Faceless Watcher"
--L.tainted_sentry = "Tainted Sentry"
end

L = BigWigs:NewBossLocale("Ozumat", "zhTW")
if L then
--L.custom_on_autotalk = "Autotalk"
--L.custom_on_autotalk_desc = "Instantly selects the gossip option to start the fight."
Expand Down
15 changes: 15 additions & 0 deletions Cataclysm/ThroneTides/Options/Colors.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,18 @@ BigWigs:AddColors("Mindbender Ghur'sha", {
BigWigs:AddColors("Ozumat", {
["stages"] = {"green","yellow"},
})

BigWigs:AddColors("Throne of the Tides Trash", {
[75992] = {"blue","yellow"},
[76590] = "orange",
[76634] = "yellow",
[76813] = "yellow",
[76820] = {"blue","orange","red"},
[426645] = "red",
[426663] = {"blue","red"},
[426684] = "orange",
[426741] = "purple",
[426783] = "red",
[428542] = {"blue","orange"},
[429021] = "purple",
})
15 changes: 15 additions & 0 deletions Cataclysm/ThroneTides/Options/Sounds.lua
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,18 @@ BigWigs:AddSounds("Mindbender Ghur'sha", {
BigWigs:AddSounds("Ozumat", {
["stages"] = "info",
})

BigWigs:AddSounds("Throne of the Tides Trash", {
[75992] = "alarm",
[76590] = "alarm",
[76634] = "alert",
[76813] = "alert",
[76820] = {"alert","info"},
[426645] = "alert",
[426663] = {"info","warning"},
[426684] = "alarm",
[426741] = "alert",
[426783] = "alert",
[428542] = "alarm",
[429021] = "alert",
})
Loading

0 comments on commit fa7083a

Please sign in to comment.