Module:Data/CopperWire/InOutput: Difference between revisions

From Evospace
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 9: Line 9:
             {'CopperWire', 1},
             {'CopperWire', 1},
         },
         },
         ticks = 20,
         ticks = 80,
     },
     },
     {
     {

Latest revision as of 15:51, 24 August 2026

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

return {
    {
        name = 'CopperWire',
        machine = 'Hand',
        input = {
            {'CopperPlate', 1},
        },
        output = {
            {'CopperWire', 1},
        },
        ticks = 80,
    },
    {
        name = 'CopperWire2',
        machine = 'Assembler',
        input = {
            {'CopperPlate', 1},
        },
        output = {
            {'CopperWire', 2},
        },
        ticks = 40,
    },
}