Module:Data/TantalumWire/InInput: Difference between revisions

From Evospace
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 4: Line 4:
         machine = 'Assembler',
         machine = 'Assembler',
         input = {
         input = {
            {'CopperWire', 4},
             {'TantalumWire', 1},
             {'TantalumWire', 1},
             {'PolyethyleneSheet', 1},
             {'PolyethyleneSheet', 1},
         },
         },
         output = {
         output = {
             {'Resistor', 8},
             {'Resistor', 4},
         },
         },
         ticks = 60,
         ticks = 60,
Line 17: Line 18:
         machine = 'Assembler',
         machine = 'Assembler',
         input = {
         input = {
            {'CopperWire', 6},
             {'TantalumWire', 1},
             {'TantalumWire', 1},
             {'CarbonFiberSheet', 1},
             {'CarbonFiberSheet', 1},
            {'PolyethyleneSheet', 1},
         },
         },
         output = {
         output = {
             {'Resistor', 16},
             {'Resistor', 8},
         },
         },
         ticks = 60,
         ticks = 60,

Latest revision as of 21:16, 27 January 2026

Documentation for this module may be created at Module:Data/TantalumWire/InInput/doc

return {
    {
        name = 'Resistor4',
        machine = 'Assembler',
        input = {
            {'CopperWire', 4},
            {'TantalumWire', 1},
            {'PolyethyleneSheet', 1},
        },
        output = {
            {'Resistor', 4},
        },
        ticks = 60,
        tier = 5,
    },
    {
        name = 'Resistor5',
        machine = 'Assembler',
        input = {
            {'CopperWire', 6},
            {'TantalumWire', 1},
            {'CarbonFiberSheet', 1},
        },
        output = {
            {'Resistor', 8},
        },
        ticks = 60,
        tier = 5,
    },
}