Module:Data/SynthesisCell/InOutput

From Evospace
Jump to navigation Jump to search

Documentation for this module may be created at Module:Data/SynthesisCell/InOutput/doc

return {
    {
        name = 'SynthesisCell',
        input = {
            {'Cell', 1},
            {'ProducerGas', 3000},
        },
        output = {
            {'SynthesisCell', 1},
        },
        ticks = 200,
        tier = 6,
    },
}