Module:Data/SynthesisCell/InInput

From Evospace
Revision as of 20:15, 31 July 2025 by Evospace (talk | contribs) (Created page with "return { { name = 'HotNeutroniumPlate1', input = { {'SynthesisCell', 2}, }, output = { {'HotNeutroniumPlate', 1}, {'Cell', 1}, }, ticks = 200, }, { name = 'HotNeutroniumPlate2', input = { {'SynthesisCell', 1}, {'UltimateCatalyst', 1}, }, output = { {'HotNeutroniumPlate', 1}, {'Cell', 1}, },...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

return {
    {
        name = 'HotNeutroniumPlate1',
        input = {
            {'SynthesisCell', 2},
        },
        output = {
            {'HotNeutroniumPlate', 1},
            {'Cell', 1},
        },
        ticks = 200,
    },
    {
        name = 'HotNeutroniumPlate2',
        input = {
            {'SynthesisCell', 1},
            {'UltimateCatalyst', 1},
        },
        output = {
            {'HotNeutroniumPlate', 1},
            {'Cell', 1},
        },
        ticks = 200,
    },
}