Module:Data/CopperComputer/InOutput

From Evospace
Jump to navigation Jump to search

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

return {
    {
        name = 'CopperComputer',
        input = {
            {'CopperPlate', 1},
            {'CopperParts', 5},
        },
        output = {
            {'CopperComputer', 1},
        },
        ticks = 20,
        tier = 1,
    },
}