-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
22 changed files
with
263 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
-- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
-- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
-- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", { | ||
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", { | ||
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
-- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
-- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters