Module:SeparatorRecipeDictionary

From Evospace
Revision as of 13:29, 31 July 2025 by Evospace (talk | contribs)
Jump to navigation Jump to search

Documentation for this module may be created at Module:SeparatorRecipeDictionary/doc

return {
    {
        name = 'PlutoniumDust',
        input = {
            {'DepletedUraniumCell', 1},
        },
        output = {
            {'Cell', 1},
            {'PlutoniumDust', 1},
        },
        ticks = 400,
        tier = 5,
    },
    {
        name = 'Sand',
        input = {
            {'SandSurface', 1},
        },
        output = {
            {'SiliconOxide', 1},
        },
        ticks = 100,
    },
    {
        name = 'SiliconOxide',
        input = {
            {'SandSurface', 2},
        },
        output = {
            {'SiliconOxide', 1},
        },
        ticks = 200,
    },
}