Module:Data/NeutroniumFusionReactor/InOutput: Difference between revisions

From Evospace
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 2: Line 2:
     {
     {
         name = 'NeutroniumFusionReactor',
         name = 'NeutroniumFusionReactor',
        machine = 'Hand',
         input = {
         input = {
             {'CopperHeatPipe', 25},
             {'CopperHeatPipe', 25},

Latest revision as of 10:36, 30 October 2025

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

return {
    {
        name = 'NeutroniumFusionReactor',
        machine = 'Hand',
        input = {
            {'CopperHeatPipe', 25},
            {'NeutroniumPlate', 40},
            {'YttriumWire', 100},
            {'QuantumBrain', 20},
            {'PlatinumReflector', 40},
            {'BuildingMaterial', 128},
        },
        output = {
            {'NeutroniumFusionReactor', 1},
        },
        ticks = 300,
        tier = 7,
    },
}