Module:Data/PlutoniumCell/InOutput

From Evospace
Jump to navigation Jump to search

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

return {
    {
        name = 'PlutoniumCell',
        input = {
            {'PlutoniumDust', 3},
            {'Cell', 1},
        },
        output = {
            {'PlutoniumCell', 1},
        },
        ticks = 200,
    },
}