Module:Data/NeutroniumPlate/InOutput: Difference between revisions

From Evospace
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 5: Line 5:
         input = {
         input = {
             {'HotNeutroniumPlate', 1},
             {'HotNeutroniumPlate', 1},
             {'Mercury', 2000},
             {'Mercury', 4000},
         },
         },
         output = {
         output = {
             {'NeutroniumPlate', 1},
             {'NeutroniumPlate', 1},
             {'HotMercury', 2000},
             {'HotMercury', 4000},
         },
         },
         ticks = 200,
         ticks = 400,
         tier = 6,
         tier = 6,
     },
     },
}
}

Latest revision as of 21:21, 27 January 2026

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

return {
    {
        name = 'NeutroniumPlate',
        machine = 'IndustrialChemReactor',
        input = {
            {'HotNeutroniumPlate', 1},
            {'Mercury', 4000},
        },
        output = {
            {'NeutroniumPlate', 1},
            {'HotMercury', 4000},
        },
        ticks = 400,
        tier = 6,
    },
}