Module:Data/StainlessSteelPumpjack/InOutput: Difference between revisions

From Evospace
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 2: Line 2:
     {
     {
         name = 'StainlessSteelPumpjack',
         name = 'StainlessSteelPumpjack',
        machine = 'Hand',
         input = {
         input = {
             {'StainlessSteelPlate', 5},
             {'StainlessSteelPlate', 5},

Latest revision as of 10:36, 30 October 2025

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

return {
    {
        name = 'StainlessSteelPumpjack',
        machine = 'Hand',
        input = {
            {'StainlessSteelPlate', 5},
            {'StainlessSteelParts', 8},
            {'StainlessSteelPipe', 5},
            {'Processor', 3},
        },
        output = {
            {'StainlessSteelPumpjack', 1},
        },
        ticks = 20,
        tier = 4,
    },
}