-
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.
WarWithin/OperationFloodgate/Trash: Add trash module (#1246)
- Loading branch information
Showing
13 changed files
with
730 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,20 @@ | ||
local L = BigWigs:NewBossLocale("Operation: Floodgate Trash", "deDE") | ||
if not L then return end | ||
if L then | ||
--L.weapons_stockpiles_pilfered = "Weapons Stockpiles Pilfered" | ||
--L.weapons_stockpiles_pilfered_desc = "Show an alert when a Weapons Stockpile has been pilfered." | ||
|
||
--L.shreddinator_3000 = "Shreddinator 3000" | ||
--L.mechadrone_sniper = "Mechadrone Sniper" | ||
--L.darkfuse_hyena = "Darkfuse Hyena" | ||
--L.darkfuse_demolitionist = "Darkfuse Demolitionist" | ||
--L.darkfuse_inspector = "Darkfuse Inspector" | ||
--L.darkfuse_bloodwarper = "Darkfuse Bloodwarper" | ||
--L.venture_co_surveyor = "Venture Co. Surveyor" | ||
--L.undercrawler = "Undercrawler" | ||
--L.disturbed_kelp = "Disturbed Kelp" | ||
--L.bomb_pile = "Bomb Pile" | ||
--L.bubbles = "Bubbles" | ||
--L.venture_co_electrician = "Venture Co. Electrician" | ||
--L.darkfuse_jumpstarter = "Darkfuse Jumpstarter" | ||
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 |
---|---|---|
@@ -1,4 +1,20 @@ | ||
local L = BigWigs:NewBossLocale("Operation: Floodgate Trash", "esES") | ||
if not L then return end | ||
if L then | ||
--L.weapons_stockpiles_pilfered = "Weapons Stockpiles Pilfered" | ||
--L.weapons_stockpiles_pilfered_desc = "Show an alert when a Weapons Stockpile has been pilfered." | ||
|
||
--L.shreddinator_3000 = "Shreddinator 3000" | ||
--L.mechadrone_sniper = "Mechadrone Sniper" | ||
--L.darkfuse_hyena = "Darkfuse Hyena" | ||
--L.darkfuse_demolitionist = "Darkfuse Demolitionist" | ||
--L.darkfuse_inspector = "Darkfuse Inspector" | ||
--L.darkfuse_bloodwarper = "Darkfuse Bloodwarper" | ||
--L.venture_co_surveyor = "Venture Co. Surveyor" | ||
--L.undercrawler = "Undercrawler" | ||
--L.disturbed_kelp = "Disturbed Kelp" | ||
--L.bomb_pile = "Bomb Pile" | ||
--L.bubbles = "Bubbles" | ||
--L.venture_co_electrician = "Venture Co. Electrician" | ||
--L.darkfuse_jumpstarter = "Darkfuse Jumpstarter" | ||
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 |
---|---|---|
@@ -1,4 +1,20 @@ | ||
local L = BigWigs:NewBossLocale("Operation: Floodgate Trash", "esMX") | ||
if not L then return end | ||
if L then | ||
--L.weapons_stockpiles_pilfered = "Weapons Stockpiles Pilfered" | ||
--L.weapons_stockpiles_pilfered_desc = "Show an alert when a Weapons Stockpile has been pilfered." | ||
|
||
--L.shreddinator_3000 = "Shreddinator 3000" | ||
--L.mechadrone_sniper = "Mechadrone Sniper" | ||
--L.darkfuse_hyena = "Darkfuse Hyena" | ||
--L.darkfuse_demolitionist = "Darkfuse Demolitionist" | ||
--L.darkfuse_inspector = "Darkfuse Inspector" | ||
--L.darkfuse_bloodwarper = "Darkfuse Bloodwarper" | ||
--L.venture_co_surveyor = "Venture Co. Surveyor" | ||
--L.undercrawler = "Undercrawler" | ||
--L.disturbed_kelp = "Disturbed Kelp" | ||
--L.bomb_pile = "Bomb Pile" | ||
--L.bubbles = "Bubbles" | ||
--L.venture_co_electrician = "Venture Co. Electrician" | ||
--L.darkfuse_jumpstarter = "Darkfuse Jumpstarter" | ||
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 |
---|---|---|
@@ -1,4 +1,20 @@ | ||
local L = BigWigs:NewBossLocale("Operation: Floodgate Trash", "frFR") | ||
if not L then return end | ||
if L then | ||
--L.weapons_stockpiles_pilfered = "Weapons Stockpiles Pilfered" | ||
--L.weapons_stockpiles_pilfered_desc = "Show an alert when a Weapons Stockpile has been pilfered." | ||
|
||
--L.shreddinator_3000 = "Shreddinator 3000" | ||
--L.mechadrone_sniper = "Mechadrone Sniper" | ||
--L.darkfuse_hyena = "Darkfuse Hyena" | ||
--L.darkfuse_demolitionist = "Darkfuse Demolitionist" | ||
--L.darkfuse_inspector = "Darkfuse Inspector" | ||
--L.darkfuse_bloodwarper = "Darkfuse Bloodwarper" | ||
--L.venture_co_surveyor = "Venture Co. Surveyor" | ||
--L.undercrawler = "Undercrawler" | ||
--L.disturbed_kelp = "Disturbed Kelp" | ||
--L.bomb_pile = "Bomb Pile" | ||
--L.bubbles = "Bubbles" | ||
--L.venture_co_electrician = "Venture Co. Electrician" | ||
--L.darkfuse_jumpstarter = "Darkfuse Jumpstarter" | ||
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 |
---|---|---|
@@ -1,4 +1,20 @@ | ||
local L = BigWigs:NewBossLocale("Operation: Floodgate Trash", "itIT") | ||
if not L then return end | ||
if L then | ||
--L.weapons_stockpiles_pilfered = "Weapons Stockpiles Pilfered" | ||
--L.weapons_stockpiles_pilfered_desc = "Show an alert when a Weapons Stockpile has been pilfered." | ||
|
||
--L.shreddinator_3000 = "Shreddinator 3000" | ||
--L.mechadrone_sniper = "Mechadrone Sniper" | ||
--L.darkfuse_hyena = "Darkfuse Hyena" | ||
--L.darkfuse_demolitionist = "Darkfuse Demolitionist" | ||
--L.darkfuse_inspector = "Darkfuse Inspector" | ||
--L.darkfuse_bloodwarper = "Darkfuse Bloodwarper" | ||
--L.venture_co_surveyor = "Venture Co. Surveyor" | ||
--L.undercrawler = "Undercrawler" | ||
--L.disturbed_kelp = "Disturbed Kelp" | ||
--L.bomb_pile = "Bomb Pile" | ||
--L.bubbles = "Bubbles" | ||
--L.venture_co_electrician = "Venture Co. Electrician" | ||
--L.darkfuse_jumpstarter = "Darkfuse Jumpstarter" | ||
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 |
---|---|---|
@@ -1,4 +1,20 @@ | ||
local L = BigWigs:NewBossLocale("Operation: Floodgate Trash", "koKR") | ||
if not L then return end | ||
if L then | ||
--L.weapons_stockpiles_pilfered = "Weapons Stockpiles Pilfered" | ||
--L.weapons_stockpiles_pilfered_desc = "Show an alert when a Weapons Stockpile has been pilfered." | ||
|
||
--L.shreddinator_3000 = "Shreddinator 3000" | ||
--L.mechadrone_sniper = "Mechadrone Sniper" | ||
--L.darkfuse_hyena = "Darkfuse Hyena" | ||
--L.darkfuse_demolitionist = "Darkfuse Demolitionist" | ||
--L.darkfuse_inspector = "Darkfuse Inspector" | ||
--L.darkfuse_bloodwarper = "Darkfuse Bloodwarper" | ||
--L.venture_co_surveyor = "Venture Co. Surveyor" | ||
--L.undercrawler = "Undercrawler" | ||
--L.disturbed_kelp = "Disturbed Kelp" | ||
--L.bomb_pile = "Bomb Pile" | ||
--L.bubbles = "Bubbles" | ||
--L.venture_co_electrician = "Venture Co. Electrician" | ||
--L.darkfuse_jumpstarter = "Darkfuse Jumpstarter" | ||
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 |
---|---|---|
@@ -1,4 +1,20 @@ | ||
local L = BigWigs:NewBossLocale("Operation: Floodgate Trash", "ptBR") | ||
if not L then return end | ||
if L then | ||
--L.weapons_stockpiles_pilfered = "Weapons Stockpiles Pilfered" | ||
--L.weapons_stockpiles_pilfered_desc = "Show an alert when a Weapons Stockpile has been pilfered." | ||
|
||
--L.shreddinator_3000 = "Shreddinator 3000" | ||
--L.mechadrone_sniper = "Mechadrone Sniper" | ||
--L.darkfuse_hyena = "Darkfuse Hyena" | ||
--L.darkfuse_demolitionist = "Darkfuse Demolitionist" | ||
--L.darkfuse_inspector = "Darkfuse Inspector" | ||
--L.darkfuse_bloodwarper = "Darkfuse Bloodwarper" | ||
--L.venture_co_surveyor = "Venture Co. Surveyor" | ||
--L.undercrawler = "Undercrawler" | ||
--L.disturbed_kelp = "Disturbed Kelp" | ||
--L.bomb_pile = "Bomb Pile" | ||
--L.bubbles = "Bubbles" | ||
--L.venture_co_electrician = "Venture Co. Electrician" | ||
--L.darkfuse_jumpstarter = "Darkfuse Jumpstarter" | ||
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 |
---|---|---|
@@ -1,4 +1,20 @@ | ||
local L = BigWigs:NewBossLocale("Operation: Floodgate Trash", "ruRU") | ||
if not L then return end | ||
if L then | ||
--L.weapons_stockpiles_pilfered = "Weapons Stockpiles Pilfered" | ||
--L.weapons_stockpiles_pilfered_desc = "Show an alert when a Weapons Stockpile has been pilfered." | ||
|
||
--L.shreddinator_3000 = "Shreddinator 3000" | ||
--L.mechadrone_sniper = "Mechadrone Sniper" | ||
--L.darkfuse_hyena = "Darkfuse Hyena" | ||
--L.darkfuse_demolitionist = "Darkfuse Demolitionist" | ||
--L.darkfuse_inspector = "Darkfuse Inspector" | ||
--L.darkfuse_bloodwarper = "Darkfuse Bloodwarper" | ||
--L.venture_co_surveyor = "Venture Co. Surveyor" | ||
--L.undercrawler = "Undercrawler" | ||
--L.disturbed_kelp = "Disturbed Kelp" | ||
--L.bomb_pile = "Bomb Pile" | ||
--L.bubbles = "Bubbles" | ||
--L.venture_co_electrician = "Venture Co. Electrician" | ||
--L.darkfuse_jumpstarter = "Darkfuse Jumpstarter" | ||
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 |
---|---|---|
@@ -1,4 +1,20 @@ | ||
local L = BigWigs:NewBossLocale("Operation: Floodgate Trash", "zhCN") | ||
if not L then return end | ||
if L then | ||
--L.weapons_stockpiles_pilfered = "Weapons Stockpiles Pilfered" | ||
--L.weapons_stockpiles_pilfered_desc = "Show an alert when a Weapons Stockpile has been pilfered." | ||
|
||
--L.shreddinator_3000 = "Shreddinator 3000" | ||
--L.mechadrone_sniper = "Mechadrone Sniper" | ||
--L.darkfuse_hyena = "Darkfuse Hyena" | ||
--L.darkfuse_demolitionist = "Darkfuse Demolitionist" | ||
--L.darkfuse_inspector = "Darkfuse Inspector" | ||
--L.darkfuse_bloodwarper = "Darkfuse Bloodwarper" | ||
--L.venture_co_surveyor = "Venture Co. Surveyor" | ||
--L.undercrawler = "Undercrawler" | ||
--L.disturbed_kelp = "Disturbed Kelp" | ||
--L.bomb_pile = "Bomb Pile" | ||
--L.bubbles = "Bubbles" | ||
--L.venture_co_electrician = "Venture Co. Electrician" | ||
--L.darkfuse_jumpstarter = "Darkfuse Jumpstarter" | ||
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 |
---|---|---|
@@ -1,4 +1,20 @@ | ||
local L = BigWigs:NewBossLocale("Operation: Floodgate Trash", "zhTW") | ||
if not L then return end | ||
if L then | ||
--L.weapons_stockpiles_pilfered = "Weapons Stockpiles Pilfered" | ||
--L.weapons_stockpiles_pilfered_desc = "Show an alert when a Weapons Stockpile has been pilfered." | ||
|
||
--L.shreddinator_3000 = "Shreddinator 3000" | ||
--L.mechadrone_sniper = "Mechadrone Sniper" | ||
--L.darkfuse_hyena = "Darkfuse Hyena" | ||
--L.darkfuse_demolitionist = "Darkfuse Demolitionist" | ||
--L.darkfuse_inspector = "Darkfuse Inspector" | ||
--L.darkfuse_bloodwarper = "Darkfuse Bloodwarper" | ||
--L.venture_co_surveyor = "Venture Co. Surveyor" | ||
--L.undercrawler = "Undercrawler" | ||
--L.disturbed_kelp = "Disturbed Kelp" | ||
--L.bomb_pile = "Bomb Pile" | ||
--L.bubbles = "Bubbles" | ||
--L.venture_co_electrician = "Venture Co. Electrician" | ||
--L.darkfuse_jumpstarter = "Darkfuse Jumpstarter" | ||
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
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
Oops, something went wrong.