Cambios

Saltar a: navegación, buscar

Módulo:LootChest

4 bytes añadidos, 21:23 9 nov 2015
sin resumen de edición
table.insert( html, item_display_name )
table.insert( html, ' can be found se pueden encontrar ' )
local html_stacks = {}
end
table.insert( html_per_stack, string.format("%.1f", chest.chance*100) )
table.insert( html_per_stack, "% of de " )
if chest.chest_name == 'mineshaft' then
table.insert( html_per_stack, ' [[Minecart with Chest|chest minecarts]] in ' )
table.insert( html_per_stack, 'in ' )
if p.items[itemname].cannot_stack ~= nil then
table.insert( html_per_stack, 'groups of grupos de ' )
else
table.insert( html_per_stack, 'stacks of pilas de ' )
end
table.insert( html_per_stack, stacksize )
table.insert( html, stack_sep )
end
table.insert( html, 'and y ' )
table.insert( html, html_stacks[#html_stacks] )
end
Colaborador, Bots, Administradores
10 223
ediciones

Menú de navegación