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
2.0 KiB
45 lines
2.0 KiB
local L = BigWigs:NewBossLocale("Operation: Mechagon Trash", "esES") or BigWigs:NewBossLocale("Operation: Mechagon Trash", "esMX")
|
|
if not L then return end
|
|
if L then
|
|
L.scrapbone_shaman = "Chamán oseomorralla"
|
|
L.scrapbone_bully = "Abusón oseomorralla"
|
|
L.scrapbone_grinder = "Moledor oseomorralla"
|
|
L.saurolisk_bonenipper = "Saurolisco roehuesos"
|
|
L.malfunctioning_scrapbot = "Robot de chatarra estropeado"
|
|
L.heavy_scrapbot = "Robot de chatarra pesado"
|
|
L.pistonhead_blaster = "Acribillador testapistón"
|
|
L.pistonhead_scrapper = "Desguazadora testapistón"
|
|
L.weaponized_crawler = "Reptador armado"
|
|
L.slime_elemental = "Elemental de babas"
|
|
L.toxic_monstrosity = "Monstruosidad tóxica"
|
|
L.toxic_lurker = "Rondador tóxico"
|
|
L.pistonhead_mechanic = "Mecánico testapistón"
|
|
L.scraphound = "Can de chatarra"
|
|
L.mechagon_renormalizer = "Renormalizadora de Mecandria"
|
|
L.mechagon_cavalry = "Caballería de Mecandria"
|
|
L.mechagon_trooper = "Agente de Mecandria"
|
|
L.anodized_coilbearer = "Portabobina anodizado"
|
|
L.bomb_tonk = "Bomba potente"
|
|
L.rocket_tonk = "Tonque cohete"
|
|
L.waste_processing_unit = "Unidad de procesado de desperdicios"
|
|
L.living_waste = "Residuo viviente"
|
|
L.mechagon_tinkerer = "Manitas de Mecandria"
|
|
L.anti_personnel_squirrel = "Ardilla antipersona"
|
|
L.defense_bot_mk_iii = "Robot de defensa Mk III"
|
|
L.blastatron_x80 = "Detonatrón X-80"
|
|
L.mechagon_mechanic = "Mecánico de Mecandria"
|
|
L.workshop_defender = "Defensor del taller"
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("Tussle Tonks", "esES") or BigWigs:NewBossLocale("Tussle Tonks", "esMX")
|
|
if L then
|
|
-- L.warmup_trigger = "Now this is a statistical anomaly! Our visitors are still alive!"
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("King Mechagon", "esES") or BigWigs:NewBossLocale("King Mechagon", "esMX")
|
|
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
|
|
|