Module:Data/Methane/InInput: Difference between revisions

From Evospace
Jump to navigation Jump to search
Created page with "return { { name = 'Methane2', input = { {'Methane', 4000}, }, output = { {'ProducerGas', 2500}, }, ticks = 200, tier = 3, }, { name = 'Methane', input = { {'Methane', 1000}, }, output = { }, ticks = 1500.0, }, }"
 
(No difference)

Latest revision as of 20:06, 31 July 2025

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,
    },
}