Cambios

Saltar a: navegación, buscar

Módulo:LootChest

51 bytes añadidos, 00:22 4 nov 2015
sin resumen de edición
display_names = {
["nether-fortress"] = "Nether fortressfortaleza del inframundo", ["nether"] = "Nether fortressfortaleza del inframundo", ["fortress"] = "Nether fortressfortaleza del inframundo", ["desert"] = "desert templetemplo del desierto", ["jungle"] = "jungle templetemplo de la selva", ["desert-temple"] = "desert templetemplo del desierto", ["jungle-temple"] = "jungle templetemplo de la selva"
},
chest_name = chest_name:gsub( "-", " " )
table.insert( html, "Each Cada " )
table.insert( html, display_name or chest_name )
table.insert( html, " chest contains cofre contiene " )
if #allRolls == 1 then
table.insert( html, allRolls[1] )
else
table.insert( html, #allRolls )
table.insert( html, ' groups of grupos de ' )
local s = q.tern( #allRolls > 2, ', ', ' ' )
for i = 1, #allRolls-1 do
table.insert( html, s )
end
table.insert( html, 'and y ' )
table.insert( html, allRolls[#allRolls] )
end
table.insert( html, " item stackspilas de objetos, with the following distributioncon la siguiente distribución: \n" )
end
Colaborador, Bots, Administradores
10 223
ediciones

Menú de navegación