You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
1.8 KiB
45 lines
1.8 KiB
local L = BigWigs:NewBossLocale("Operation: Mechagon Trash", "zhTW")
|
|
if not L then return end
|
|
if L then
|
|
-- L.scrapbone_shaman = "Scrapbone Shaman"
|
|
-- L.scrapbone_bully = "Scrapbone Bully"
|
|
-- L.scrapbone_grinder = "Scrapbone Grinder"
|
|
-- L.saurolisk_bonenipper = "Saurolisk Bonenipper"
|
|
-- L.malfunctioning_scrapbot = "Malfunctioning Scrapbot"
|
|
-- L.heavy_scrapbot = "Heavy Scrapbot"
|
|
-- L.pistonhead_blaster = "Pistonhead Blaster"
|
|
-- L.pistonhead_scrapper = "Pistonhead Scrapper"
|
|
-- L.weaponized_crawler = "Weaponized Crawler"
|
|
-- L.slime_elemental = "Slime Elemental"
|
|
-- L.toxic_monstrosity = "Toxic Monstrosity"
|
|
-- L.toxic_lurker = "Toxic Lurker"
|
|
-- L.pistonhead_mechanic = "Pistonhead Mechanic"
|
|
-- L.scraphound = "Scraphound"
|
|
-- L.mechagon_renormalizer = "Mechagon Renormalizer"
|
|
-- L.mechagon_cavalry = "Mechagon Cavalry"
|
|
-- L.mechagon_trooper = "Mechagon Trooper"
|
|
-- L.anodized_coilbearer = "Anodized Coilbearer"
|
|
-- L.bomb_tonk = "Bomb Tonk"
|
|
-- L.rocket_tonk = "Rocket Tonk"
|
|
-- L.waste_processing_unit = "Waste Processing Unit"
|
|
-- L.living_waste = "Living Waste"
|
|
-- L.mechagon_tinkerer = "Mechagon Tinkerer"
|
|
-- L.anti_personnel_squirrel = "Anti-Personnel Squirrel"
|
|
-- L.defense_bot_mk_iii = "Defense Bot Mk III"
|
|
-- L.blastatron_x80 = "Blastatron X-80"
|
|
-- L.mechagon_mechanic = "Mechagon Mechanic"
|
|
-- L.workshop_defender = "Workshop Defender"
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("Tussle Tonks", "zhTW")
|
|
if L then
|
|
-- L.warmup_trigger = "Now this is a statistical anomaly! Our visitors are still alive!"
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("King Mechagon", "zhTW")
|
|
if L then
|
|
--L.hardmode_desc = "Warning for when the Annihilo-tron 5000 starts displaying the button order."
|
|
|
|
--L.button = "Button"
|
|
--L.button_desc = "Show a warning when someone clicks a button."
|
|
end
|
|
|