Module:AtmosphericCondenserRecipeDictionary

From Evospace
Jump to navigation Jump to search

Documentation for this module may be created at Module:AtmosphericCondenserRecipeDictionary/doc

return {
    {
        name = 'Water',
        input = {
        },
        output = {
            {'Water', 500},
        },
        ticks = 40,
    },
    {
        name = 'Nitrogen',
        input = {
        },
        output = {
            {'Nitrogen', 500},
        },
        ticks = 20,
    },
}