Module:Data/CompositeFusionReactor/InOutput: Difference between revisions

From Evospace
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 2: Line 2:
     {
     {
         name = 'CompositeFusionReactor',
         name = 'CompositeFusionReactor',
        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/CompositeFusionReactor/InOutput/doc

return {
    {
        name = 'CompositeFusionReactor',
        machine = 'Hand',
        input = {
            {'CopperHeatPipe', 25},
            {'CompositePlate', 40},
            {'PlatinumWire', 100},
            {'QuantumProcessor', 15},
            {'PlatinumReflector', 40},
            {'BuildingMaterial', 128},
        },
        output = {
            {'CompositeFusionReactor', 1},
        },
        ticks = 300,
        tier = 6,
    },
}