Module:Data/GoldWire/InOutput: Difference between revisions

From Evospace
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 1: Line 1:
return {
return {
    {
        name = 'GoldWire',
        machine = 'Assembler',
        input = {
            {'GoldPlate', 1},
        },
        output = {
            {'GoldWire', 2},
        },
        ticks = 100,
    },
     {
     {
         name = 'GoldWire',
         name = 'GoldWire',
Line 20: Line 9:
             {'GoldWire', 1},
             {'GoldWire', 1},
         },
         },
         ticks = 20,
         ticks = 80,
     },
     },
     {
     {

Latest revision as of 15:51, 24 August 2026

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

return {
    {
        name = 'GoldWire',
        machine = 'Hand',
        input = {
            {'GoldPlate', 1},
        },
        output = {
            {'GoldWire', 1},
        },
        ticks = 80,
    },
    {
        name = 'GoldWire2',
        machine = 'Assembler',
        input = {
            {'GoldPlate', 1},
        },
        output = {
            {'GoldWire', 2},
        },
        ticks = 40,
    },
}