Module:Data/SteelBoiler/InOutput

From Evospace
Jump to navigation Jump to search

Documentation for this module may be created at Module:Data/SteelBoiler/InOutput/doc

return {
    {
        name = 'SteelBoiler',
        input = {
            {'SteelPlate', 3},
            {'SteelParts', 1},
        },
        output = {
            {'SteelBoiler', 1},
        },
        ticks = 20,
        tier = 2,
    },
}