Module:Data/CompositePump/InInput: Difference between revisions

From Evospace
Jump to navigation Jump to search
Created page with "return { { name = 'CompositeFractionatingColumn', input = { {'CompositePlate', 12}, {'StainlessSteelPipe', 20}, {'ReinforcedFrame', 4}, {'CompositePump', 6}, }, output = { {'CompositeFractionatingColumn', 1}, }, ticks = 40, tier = 6, }, { name = 'CompositeOverflowPump', input = { {'QuantumProcessor', 3}, {..."
 
No edit summary
 
Line 2: Line 2:
     {
     {
         name = 'CompositeFractionatingColumn',
         name = 'CompositeFractionatingColumn',
        machine = 'Hand',
         input = {
         input = {
             {'CompositePlate', 12},
             {'CompositePlate', 12},
Line 12: Line 13:
         },
         },
         ticks = 40,
         ticks = 40,
        tier = 6,
    },
    {
        name = 'CompositeOverflowPump',
        input = {
            {'QuantumProcessor', 3},
            {'CompositePump', 1},
        },
        output = {
            {'CompositeOverflowPump', 1},
        },
        ticks = 20,
         tier = 6,
         tier = 6,
     },
     },
}
}

Latest revision as of 10:32, 30 October 2025

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

return {
    {
        name = 'CompositeFractionatingColumn',
        machine = 'Hand',
        input = {
            {'CompositePlate', 12},
            {'StainlessSteelPipe', 20},
            {'ReinforcedFrame', 4},
            {'CompositePump', 6},
        },
        output = {
            {'CompositeFractionatingColumn', 1},
        },
        ticks = 40,
        tier = 6,
    },
}