Skip to content

Commit

Permalink
WarWithin: Add Operation: Floodgate
Browse files Browse the repository at this point in the history
  • Loading branch information
ntowle committed Jan 8, 2025
1 parent 97c7ccd commit 89491ba
Show file tree
Hide file tree
Showing 22 changed files with 263 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LittleWigs_Mainline.toc
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
## Version: @project-version@

## X-BigWigs-Minimum: 367
## X-BigWigs-LoadOn-InstanceId: 2648,2649,2651,2652,2660,2661,2662,2669, 2710, 2664,2679,2680,2681,2682,2683,2684,2685,2686,2687,2688,2689,2690
## X-BigWigs-LoadOn-InstanceId: 2648,2649,2651,2652,2660,2661,2662,2669,2773, 2710, 2664,2679,2680,2681,2682,2683,2684,2685,2686,2687,2688,2689,2690
#@do-not-package@
## X-LittleWigs-Repo: 1
## X-BigWigs-ExtraMenu: 1716
## X-BigWigs-NoMenu: 1616, 1673, 1684, 1698, 1702, 1703, 1710
## X-BigWigs-LoadOn-InstanceId: 36,209,329,429, 269,540,542,543,545,546,547,552,553,554,555,556,557,558,560,585, 536,574,575,576,578,595,599,600,601,602,604,608,619,632,650,658,668, 33,568,643,644,645,657,670,725,755,859,938,939,940, 959,960,961,962,994,1001,1004,1007,1011,1112, 1175,1176,1182,1195,1208,1209,1279,1358, 1456,1466,1477,1458,1492,1493,1501,1516,1544,1571,1616,1651,1673,1677,1684,1698,1702,1703,1710,1753, 1594,1754,1762,1763,1771,1822,1841,1862,1864,1877,2097,2212,2213, 2284,2285,2286,2287,2289,2290,2291,2293,2441, 2520,2527,2519,2521,2526,2515,2516,2451,2579, 2648,2649,2651,2652,2660,2661,2662,2669, 2710, 2664,2679,2680,2681,2682,2683,2684,2685,2686,2687,2688,2689,2690
## X-BigWigs-LoadOn-InstanceId: 36,209,329,429, 269,540,542,543,545,546,547,552,553,554,555,556,557,558,560,585, 536,574,575,576,578,595,599,600,601,602,604,608,619,632,650,658,668, 33,568,643,644,645,657,670,725,755,859,938,939,940, 959,960,961,962,994,1001,1004,1007,1011,1112, 1175,1176,1182,1195,1208,1209,1279,1358, 1456,1466,1477,1458,1492,1493,1501,1516,1544,1571,1616,1651,1673,1677,1684,1698,1702,1703,1710,1753, 1594,1754,1762,1763,1771,1822,1841,1862,1864,1877,2097,2212,2213, 2284,2285,2286,2287,2289,2290,2291,2293,2441, 2520,2527,2519,2521,2526,2515,2516,2451,2579, 2648,2649,2651,2652,2660,2661,2662,2669,2773, 2710, 2664,2679,2680,2681,2682,2683,2684,2685,2686,2687,2688,2689,2690
#Classic\Deadmines\modules.xml
Classic\modules.xml
TBC\modules.xml
Expand Down
29 changes: 29 additions & 0 deletions WarWithin/OperationFloodgate/BigMOMMA.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
if not BigWigsLoader.isTestBuild then return end
--------------------------------------------------------------------------------
-- Module Declaration
--

local mod, CL = BigWigs:NewBoss("Big M.O.M.M.A.", 2773, 2648)
if not mod then return end
mod:RegisterEnableMob(226398) -- Big M.O.M.M.A.
mod:SetEncounterID(3020)
mod:SetRespawnTime(30)

--------------------------------------------------------------------------------
-- Initialization
--

function mod:GetOptions()
return {
}
end

function mod:OnBossEnable()
end

function mod:OnEngage()
end

--------------------------------------------------------------------------------
-- Event Handlers
--
32 changes: 32 additions & 0 deletions WarWithin/OperationFloodgate/DemolitionDuo.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
if not BigWigsLoader.isTestBuild then return end
--------------------------------------------------------------------------------
-- Module Declaration
--

local mod, CL = BigWigs:NewBoss("Demolition Duo", 2773, 2649)
if not mod then return end
mod:RegisterEnableMob(
226403, -- Keeza Quickfuse
226402 -- Bront
)
mod:SetEncounterID(3019)
mod:SetRespawnTime(30)

--------------------------------------------------------------------------------
-- Initialization
--

function mod:GetOptions()
return {
}
end

function mod:OnBossEnable()
end

function mod:OnEngage()
end

--------------------------------------------------------------------------------
-- Event Handlers
--
29 changes: 29 additions & 0 deletions WarWithin/OperationFloodgate/GeezleGigazap.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
if not BigWigsLoader.isTestBuild then return end
--------------------------------------------------------------------------------
-- Module Declaration
--

local mod, CL = BigWigs:NewBoss("Geezle Gigazap", 2773, 2651)
if not mod then return end
mod:RegisterEnableMob(226404) -- Geezle Gigazap
mod:SetEncounterID(3054)
mod:SetRespawnTime(30)

--------------------------------------------------------------------------------
-- Initialization
--

function mod:GetOptions()
return {
}
end

function mod:OnBossEnable()
end

function mod:OnEngage()
end

--------------------------------------------------------------------------------
-- Event Handlers
--
4 changes: 4 additions & 0 deletions WarWithin/OperationFloodgate/Locales/deDE.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
local L = BigWigs:NewBossLocale("Operation: Floodgate Trash", "deDE")
if not L then return end
if L then
end
4 changes: 4 additions & 0 deletions WarWithin/OperationFloodgate/Locales/esES.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
local L = BigWigs:NewBossLocale("Operation: Floodgate Trash", "esES")
if not L then return end
if L then
end
4 changes: 4 additions & 0 deletions WarWithin/OperationFloodgate/Locales/esMX.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
local L = BigWigs:NewBossLocale("Operation: Floodgate Trash", "esMX")
if not L then return end
if L then
end
4 changes: 4 additions & 0 deletions WarWithin/OperationFloodgate/Locales/frFR.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
local L = BigWigs:NewBossLocale("Operation: Floodgate Trash", "frFR")
if not L then return end
if L then
end
4 changes: 4 additions & 0 deletions WarWithin/OperationFloodgate/Locales/itIT.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
local L = BigWigs:NewBossLocale("Operation: Floodgate Trash", "itIT")
if not L then return end
if L then
end
4 changes: 4 additions & 0 deletions WarWithin/OperationFloodgate/Locales/koKR.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
local L = BigWigs:NewBossLocale("Operation: Floodgate Trash", "koKR")
if not L then return end
if L then
end
15 changes: 15 additions & 0 deletions WarWithin/OperationFloodgate/Locales/locales.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/
..\FrameXML\UI.xsd">

<Script file="deDE.lua"/>
<Script file="esES.lua"/>
<Script file="esMX.lua"/>
<Script file="frFR.lua"/>
<Script file="itIT.lua"/>
<Script file="koKR.lua"/>
<Script file="ptBR.lua"/>
<Script file="ruRU.lua"/>
<Script file="zhCN.lua"/>
<Script file="zhTW.lua"/>

</Ui>
4 changes: 4 additions & 0 deletions WarWithin/OperationFloodgate/Locales/ptBR.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
local L = BigWigs:NewBossLocale("Operation: Floodgate Trash", "ptBR")
if not L then return end
if L then
end
4 changes: 4 additions & 0 deletions WarWithin/OperationFloodgate/Locales/ruRU.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
local L = BigWigs:NewBossLocale("Operation: Floodgate Trash", "ruRU")
if not L then return end
if L then
end
4 changes: 4 additions & 0 deletions WarWithin/OperationFloodgate/Locales/zhCN.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
local L = BigWigs:NewBossLocale("Operation: Floodgate Trash", "zhCN")
if not L then return end
if L then
end
4 changes: 4 additions & 0 deletions WarWithin/OperationFloodgate/Locales/zhTW.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
local L = BigWigs:NewBossLocale("Operation: Floodgate Trash", "zhTW")
if not L then return end
if L then
end
15 changes: 15 additions & 0 deletions WarWithin/OperationFloodgate/Options/Colors.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@

BigWigs:AddColors("Big M.O.M.M.A.", {
})

BigWigs:AddColors("Demolition Duo", {
})

BigWigs:AddColors("Swampface", {
})

BigWigs:AddColors("Geezle Gigazap", {
})

BigWigs:AddColors("Operation: Floodgate Trash", {
})
15 changes: 15 additions & 0 deletions WarWithin/OperationFloodgate/Options/Sounds.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@

BigWigs:AddSounds("Big M.O.M.M.A.", {
})

BigWigs:AddSounds("Demolition Duo", {
})

BigWigs:AddSounds("Swampface", {
})

BigWigs:AddSounds("Geezle Gigazap", {
})

BigWigs:AddSounds("Operation: Floodgate Trash", {
})
7 changes: 7 additions & 0 deletions WarWithin/OperationFloodgate/Options/options.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/
..\FrameXML\UI.xsd">

<Script file="Colors.lua"/>
<Script file="Sounds.lua"/>

</Ui>
29 changes: 29 additions & 0 deletions WarWithin/OperationFloodgate/Swampface.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
if not BigWigsLoader.isTestBuild then return end
--------------------------------------------------------------------------------
-- Module Declaration
--

local mod, CL = BigWigs:NewBoss("Swampface", 2773, 2650)
if not mod then return end
mod:RegisterEnableMob(226396) -- Swampface
mod:SetEncounterID(3053)
mod:SetRespawnTime(30)

--------------------------------------------------------------------------------
-- Initialization
--

function mod:GetOptions()
return {
}
end

function mod:OnBossEnable()
end

function mod:OnEngage()
end

--------------------------------------------------------------------------------
-- Event Handlers
--
36 changes: 36 additions & 0 deletions WarWithin/OperationFloodgate/Trash.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
if not BigWigsLoader.isTestBuild then return end
--------------------------------------------------------------------------------
-- Module Declaration
--

local mod, CL = BigWigs:NewBoss("Operation: Floodgate Trash", 2773)
if not mod then return end
mod.displayName = CL.trash
mod:RegisterEnableMob(
)

--------------------------------------------------------------------------------
-- Localization
--

--local L = mod:GetLocale()
--if L then
--end

--------------------------------------------------------------------------------
-- Initialization
--

function mod:GetOptions()
return {
}, {
}
end

function mod:OnBossEnable()
end

--------------------------------------------------------------------------------
-- Event Handlers
--

13 changes: 13 additions & 0 deletions WarWithin/OperationFloodgate/modules.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/
..\FrameXML\UI.xsd">

<Script file="BigMOMMA.lua"/>
<Script file="DemolitionDuo.lua"/>
<Script file="Swampface.lua"/>
<Script file="GeezleGigazap.lua"/>
<Script file="Trash.lua"/>

<Include file="Locales\locales.xml"/>
<Include file="Options\options.xml"/>

</Ui>
1 change: 1 addition & 0 deletions WarWithin/modules.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<Include file="TheDawnbreaker\modules.xml"/>
<Include file="TheRookery\modules.xml"/>
<Include file="TheStonevault\modules.xml"/>
<Include file="OperationFloodgate\modules.xml"/>
<Include file="Scenarios\modules.xml"/>

</Ui>

0 comments on commit 89491ba

Please sign in to comment.