Module:AtmosphericCondenserRecipeDictionary

From Evospace
Revision as of 12:37, 31 July 2025 by Evospace (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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,
    },
}