Module:Data/StainlessSteelCompactGenerator/InOutput

From Evospace
Jump to navigation Jump to search

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

return {
    {
        name = 'StainlessSteelCompactGenerator',
        input = {
            {'StainlessSteelPlate', 1},
            {'CopperWire', 6},
            {'ReinforcedFrame', 1},
        },
        output = {
            {'StainlessSteelCompactGenerator', 1},
        },
        ticks = 20,
        tier = 4,
    },
}