Module:Data/HotNeutroniumPlate/InOutput: Difference between revisions

From Evospace
Jump to navigation Jump to search
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}, },..."
 
(No difference)

Latest revision as of 06:51, 1 August 2025

Documentation for this module may be created at Module:Data/HotNeutroniumPlate/InOutput/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,
    },
}