Module:Data/Methane/InInput

From Evospace
Jump to navigation Jump to search

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

return {
    {
        name = 'Methane2',
        input = {
            {'Methane', 4000},
        },
        output = {
            {'ProducerGas', 2500},
        },
        ticks = 200,
        tier = 3,
    },
    {
        name = 'Methane',
        input = {
            {'Methane', 1000},
        },
        output = {
        },
        ticks = 1500.0,
    },
}