Module:Data/CompositeAtmosphericCondenser/InOutput

From Evospace
Jump to navigation Jump to search

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

return {
    {
        name = 'CompositeAtmosphericCondenser',
        input = {
            {'CompositePlate', 5},
            {'CompositeParts', 2},
            {'ModularFrame', 1},
            {'CopperPipe', 20},
        },
        output = {
            {'CompositeAtmosphericCondenser', 1},
        },
        ticks = 20,
        tier = 6,
    },
}