Module:Data/SteelAtmosphericCondenser/InOutput

From Evospace
Jump to navigation Jump to search

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

return {
    {
        name = 'SteelAtmosphericCondenser',
        input = {
            {'SteelPlate', 5},
            {'SteelParts', 2},
            {'SteelParts', 4},
            {'CopperPipe', 10},
        },
        output = {
            {'SteelAtmosphericCondenser', 1},
        },
        ticks = 20,
        tier = 2,
    },
}