Module:Data/CarbonMonoxide/InInput

From Evospace
Revision as of 20:15, 31 July 2025 by Evospace (talk | contribs) (Created page with "return { { name = 'Methanol', input = { {'CarbonMonoxide', 250}, {'Hydrogen', 750}, }, output = { {'Ethanol', 1000}, }, ticks = 100, }, { name = 'CarbonMonoxide', input = { {'CarbonMonoxide', 1000}, }, output = { }, ticks = 500.0, }, }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Documentation for this module may be created at Module:Data/CarbonMonoxide/InInput/doc

return {
    {
        name = 'Methanol',
        input = {
            {'CarbonMonoxide', 250},
            {'Hydrogen', 750},
        },
        output = {
            {'Ethanol', 1000},
        },
        ticks = 100,
    },
    {
        name = 'CarbonMonoxide',
        input = {
            {'CarbonMonoxide', 1000},
        },
        output = {
        },
        ticks = 500.0,
    },
}