Module:Data/HotNeutroniumPlate/InInput: Difference between revisions

From Evospace
Jump to navigation Jump to search
Created page with "return { { name = 'NeutroniumPlate', input = { {'HotNeutroniumPlate', 1}, {'Mercury', 2000}, }, output = { {'NeutroniumPlate', 1}, {'HotMercury', 2000}, }, ticks = 200, tier = 6, }, }"
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
     {
     {
         name = 'NeutroniumPlate',
         name = 'NeutroniumPlate',
        machine = 'IndustrialChemReactor',
         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:16, 27 January 2026

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

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