Module:Data/StainlessSteelBatteryBox/InOutput: Difference between revisions

From Evospace
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 5: Line 5:
         input = {
         input = {
             {'CopperConnector', 4},
             {'CopperConnector', 4},
            {'Battery', 13},
             {'StainlessSteelPlate', 2},
             {'StainlessSteelPlate', 2},
             {'Processor', 1},
             {'Processor', 1},

Latest revision as of 21:19, 27 January 2026

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

return {
    {
        name = 'StainlessSteelBatteryBox',
        machine = 'Hand',
        input = {
            {'CopperConnector', 4},
            {'Battery', 13},
            {'StainlessSteelPlate', 2},
            {'Processor', 1},
        },
        output = {
            {'StainlessSteelBatteryBox', 1},
        },
        ticks = 20,
        tier = 4,
    },
}