Diferencia entre revisiones de «Módulo:LootChest»
Página creada con «local p = { calc_average_amount_this_item_per_pool = function( min_stacksize, max_stacksize, min_pool_rolls, max_pool_rolls, item_weight, pool_total_item_weigh...» |
Sin resumen de edición |
||
| Línea 129: | Línea 129: | ||
chests = { | chests = { | ||
["village-blacksmith"] = { -- village_blacksmith.json | ["village-blacksmith"] = { -- village_blacksmith.json | ||
header = "[[ | header = "[[Aldea]]", | ||
link = "[[ | link = "[[Aldea]]", | ||
pools = { | pools = { | ||
{ | { | ||
| Línea 158: | Línea 158: | ||
["stronghold-altar"] = { -- stronghold_corridor.json | ["stronghold-altar"] = { -- stronghold_corridor.json | ||
header = "Altar", | header = "Altar", | ||
superheader = "[[ | superheader = "[[Fotaleza]]", | ||
link = "[[ | link = "[[Fotaleza]]", | ||
pools = { | pools = { | ||
{ | { | ||
| Línea 188: | Línea 188: | ||
}, | }, | ||
["stronghold-library"] = { -- stronghold_library.json | ["stronghold-library"] = { -- stronghold_library.json | ||
header = " | header = "Biblioteca", | ||
superheader = "[[ | superheader = "[[Fortaleza]]", | ||
link = "[[ | link = "[[Fortaleza]]", | ||
pools = { | pools = { | ||
{ | { | ||
| Línea 217: | Línea 217: | ||
}, | }, | ||
["stronghold-storeroom"] = { -- stronghold_crossing.json | ["stronghold-storeroom"] = { -- stronghold_crossing.json | ||
header = " | header = "Despensa", | ||
superheader = "[[ | superheader = "[[Fortaleza]]", | ||
link = "[[ | link = "[[Fortaleza]]", | ||
pools = { | pools = { | ||
{ | { | ||
| Línea 291: | Línea 291: | ||
}, | }, | ||
["dungeon"] = { -- simple_dungeon.json | ["dungeon"] = { -- simple_dungeon.json | ||
header = "[[ | header = "[[Mazmorra]]", | ||
link = "[[ | link = "[[Mazmorra]]", | ||
pools = { | pools = { | ||
{ | { | ||
| Línea 359: | Línea 359: | ||
}, | }, | ||
["mineshaft"] = { -- abandoned_mineshaft.json | ["mineshaft"] = { -- abandoned_mineshaft.json | ||
header = "[[ | header = "[[Mina]]", | ||
link = "[[ | link = "[[Mina abandonada]]", | ||
pools = { | pools = { | ||
{ | { | ||
| Línea 415: | Línea 415: | ||
["powered-rail"] = {1,4,5}, | ["powered-rail"] = {1,4,5}, | ||
["detector-rail"] = {1,4,5}, | ["detector-rail"] = {1,4,5}, | ||
["activator-rail"] = {1,4,5}, | |||
["torch"] = {1,16,15}, | ["torch"] = {1,16,15}, | ||
} | } | ||
| Línea 422: | Línea 422: | ||
}, | }, | ||
["nether-fortress"] = { -- nether_bridge.json | ["nether-fortress"] = { -- nether_bridge.json | ||
header = "[[ | header = "[[Fortaleza del Inframundo|Fortaleza del]]<br>[[Fortaleza del Inframundo|Inframundo]]", | ||
link = "[[ | link = "[[Fortaleza del Inframundo]]", | ||
pools = { | pools = { | ||
{ | { | ||
| Línea 464: | Línea 464: | ||
}, | }, | ||
["desert-temple"] = { -- desert_pyramid.json | ["desert-temple"] = { -- desert_pyramid.json | ||
header = "[[ | header = "[[Templo del desierto]]", | ||
link = "[[ | link = "[[Templo del desierto]]", | ||
pools = { | pools = { | ||
{ | { | ||
| Línea 525: | Línea 525: | ||
items = { | items = { | ||
["diamond"] = {1,3,3}, | ["diamond"] = {1,3,3}, | ||
["iron-ingot"] = {1,5,10}, | |||
["gold-ingot"] = {2,7,15}, | ["gold-ingot"] = {2,7,15}, | ||
["emerald"] = {1,3,2}, | ["emerald"] = {1,3,2}, | ||
| Línea 540: | Línea 540: | ||
}, | }, | ||
["end-city"] = { -- end_city_treasure.json | ["end-city"] = { -- end_city_treasure.json | ||
header = "[[ | header = "[[Ciudad del Fin]]", | ||
link = "[[ | link = "[[Ciudad del Fin]]", | ||
poolsDev = { | poolsDev = { | ||
{ | { | ||
| Línea 574: | Línea 574: | ||
}, | }, | ||
["igloo"] = { | ["igloo"] = { | ||
header = "[[ | header = "[[Iglú]]", | ||
link = "[[ | link = "[[Iglú]]", | ||
poolsDev = { | poolsDev = { | ||
{ | { | ||
| Línea 639: | Línea 639: | ||
columns = { | columns = { | ||
["stacksize"] = ' | ["stacksize"] = 'el tamaño de las pilas (o por número de objetos no apilables) de este objeto que se encuentran en este cofre.', | ||
["weight"] = ' | ["weight"] = 'la cantidad de este objeto en relación con otros objetos en el cofre.', | ||
["items"] = ' | ["items"] = 'el número de objetos esperados por cada cofre, como promedio sobre un gran número de cofres.', | ||
["chance"] = ' | ["chance"] = 'las probabilidades de conseguir cualquiera de este material en un solo cofre.', | ||
["chests"] = ' | ["chests"] = 'el número de cofres esperados que buscar, para encontrar algo de este objeto.' | ||
}, | }, | ||
| Línea 1227: | Línea 1227: | ||
if q.tablelength(columns) == 1 then | if q.tablelength(columns) == 1 then | ||
for column_name, v in pairs(columns) do | for column_name, v in pairs(columns) do | ||
table.insert( html, " | table.insert( html, "Los valores representan " ) | ||
table.insert( html, p.columns[column_name] ) | table.insert( html, p.columns[column_name] ) | ||
table.insert( html, "\n" ) | table.insert( html, "\n" ) | ||