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", "itIT")
|
|
if not L then return end
|
|
if L then
|
|
L.scrapbone_shaman = "Sciamano Rodiscarti"
|
|
L.scrapbone_bully = "Bullo Rodiscarti"
|
|
L.scrapbone_grinder = "Tritatutto Rodiscarti"
|
|
L.saurolisk_bonenipper = "Saurolisco Azzannaossa"
|
|
L.malfunctioning_scrapbot = "Scartobot Malfunzionte"
|
|
L.heavy_scrapbot = "Scartobot Pesante"
|
|
L.pistonhead_blaster = "Fulminatore Testapistone"
|
|
L.pistonhead_scrapper = "Ribelle Testapistone"
|
|
L.weaponized_crawler = "Ragno Armato"
|
|
L.slime_elemental = "Elementale della Melma"
|
|
L.toxic_monstrosity = "Mostruosità Tossica"
|
|
L.toxic_lurker = "Guardingo Tossico"
|
|
L.pistonhead_mechanic = "Meccanico Testapistone"
|
|
L.scraphound = "Segugio di Scarti"
|
|
L.mechagon_renormalizer = "Rinormalizzatrice di Meccagon"
|
|
L.mechagon_cavalry = "Cavallerizzo di Meccagon"
|
|
L.mechagon_trooper = "Fante di Meccagon"
|
|
L.anodized_coilbearer = "Portabobine Anodizzato"
|
|
L.bomb_tonk = "Bomba Tonk"
|
|
L.rocket_tonk = "Giocattolo a Razzo"
|
|
L.waste_processing_unit = "Unità di Processazione"
|
|
L.living_waste = "Spazzatura Vivente"
|
|
L.mechagon_tinkerer = "Meccanista di Meccagon"
|
|
L.anti_personnel_squirrel = "Scoiattolo Anti-Uomo"
|
|
L.defense_bot_mk_iii = "Difesabot v3"
|
|
L.blastatron_x80 = "Detonatron X-80"
|
|
L.mechagon_mechanic = "Meccanico di Meccagon"
|
|
L.workshop_defender = "Difensore del Laboratorio"
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("Tussle Tonks", "itIT")
|
|
if L then
|
|
-- L.warmup_trigger = "Now this is a statistical anomaly! Our visitors are still alive!"
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("King Mechagon", "itIT")
|
|
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
|
|
|