Module:Data/CompositeFractionatingColumn/InOutput: 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, }, }"
 
No edit summary
 
Line 2: Line 2:
     {
     {
         name = 'CompositeFractionatingColumn',
         name = 'CompositeFractionatingColumn',
        machine = 'Hand',
         input = {
         input = {
             {'CompositePlate', 12},
             {'CompositePlate', 12},

Latest revision as of 10:34, 30 October 2025

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

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