Module:Data/GoldWire/InInput: Difference between revisions

From Evospace
Jump to navigation Jump to search
Created page with "return { { name = 'TitaniumGenerator', input = { {'TitaniumPlate', 8}, {'GoldWire', 12}, {'ReinforcedFrame', 2}, {'QuantumCircuit', 1}, }, output = { {'TitaniumGenerator', 1}, }, ticks = 20, tier = 5, }, { name = 'TitaniumIndustrialGenerator', input = { {'TitaniumPlate', 24}, {'GoldWire', 36},..."
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
     {
     {
         name = 'TitaniumGenerator',
         name = 'TitaniumGenerator',
        machine = 'Hand',
         input = {
         input = {
             {'TitaniumPlate', 8},
             {'TitaniumPlate', 8},
Line 16: Line 17:
     {
     {
         name = 'TitaniumIndustrialGenerator',
         name = 'TitaniumIndustrialGenerator',
        machine = 'Hand',
         input = {
         input = {
             {'TitaniumPlate', 24},
             {'TitaniumPlate', 24},
Line 30: Line 32:
     {
     {
         name = 'TitaniumCompactGenerator',
         name = 'TitaniumCompactGenerator',
        machine = 'Hand',
         input = {
         input = {
             {'TitaniumPlate', 1},
             {'TitaniumPlate', 1},
Line 43: Line 46:
     {
     {
         name = 'TitaniumArcSmelter',
         name = 'TitaniumArcSmelter',
        machine = 'Hand',
         input = {
         input = {
             {'BuildingMaterial', 32},
             {'BuildingMaterial', 32},
Line 50: Line 54:
         output = {
         output = {
             {'TitaniumArcSmelter', 1},
             {'TitaniumArcSmelter', 1},
        },
        ticks = 20,
        tier = 5,
    },
    {
        name = 'TitaniumElectricFurnace',
        machine = 'Hand',
        input = {
            {'TitaniumPlate', 3},
            {'GoldWire', 15},
            {'BuildingMaterial', 6},
        },
        output = {
            {'TitaniumElectricFurnace', 1},
         },
         },
         ticks = 20,
         ticks = 20,
Line 56: Line 74:
     {
     {
         name = 'TitaniumIndustrialSmelter',
         name = 'TitaniumIndustrialSmelter',
        machine = 'Hand',
         input = {
         input = {
             {'GoldWire', 32},
             {'GoldWire', 32},
Line 70: Line 89:
     {
     {
         name = 'Resistor2',
         name = 'Resistor2',
        machine = 'Assembler',
         input = {
         input = {
             {'CoalDust', 1},
             {'CoalDust', 1},
Line 83: Line 103:
     {
     {
         name = 'Resistor3',
         name = 'Resistor3',
        machine = 'Assembler',
         input = {
         input = {
             {'GoldWire', 1},
             {'GoldWire', 1},
Line 95: Line 116:
     {
     {
         name = 'Transistor2',
         name = 'Transistor2',
        machine = 'Assembler',
         input = {
         input = {
             {'Silicon', 1},
             {'Silicon', 1},
Line 108: Line 130:
     {
     {
         name = 'Transistor3',
         name = 'Transistor3',
        machine = 'Assembler',
         input = {
         input = {
             {'SiliconWafer', 1},
             {'SiliconWafer', 1},
Line 121: Line 144:
     {
     {
         name = 'Catalyst2',
         name = 'Catalyst2',
        machine = 'Assembler',
         input = {
         input = {
             {'Cell', 1},
             {'Cell', 1},

Latest revision as of 10:32, 30 October 2025

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

return {
    {
        name = 'TitaniumGenerator',
        machine = 'Hand',
        input = {
            {'TitaniumPlate', 8},
            {'GoldWire', 12},
            {'ReinforcedFrame', 2},
            {'QuantumCircuit', 1},
        },
        output = {
            {'TitaniumGenerator', 1},
        },
        ticks = 20,
        tier = 5,
    },
    {
        name = 'TitaniumIndustrialGenerator',
        machine = 'Hand',
        input = {
            {'TitaniumPlate', 24},
            {'GoldWire', 36},
            {'BasicFrame', 3},
            {'QuantumCircuit', 3},
        },
        output = {
            {'TitaniumIndustrialGenerator', 1},
        },
        ticks = 20,
        tier = 5,
    },
    {
        name = 'TitaniumCompactGenerator',
        machine = 'Hand',
        input = {
            {'TitaniumPlate', 1},
            {'GoldWire', 2},
            {'ReinforcedFrame', 2},
        },
        output = {
            {'TitaniumCompactGenerator', 1},
        },
        ticks = 20,
        tier = 5,
    },
    {
        name = 'TitaniumArcSmelter',
        machine = 'Hand',
        input = {
            {'BuildingMaterial', 32},
            {'TitaniumParts', 4},
            {'GoldWire', 5},
        },
        output = {
            {'TitaniumArcSmelter', 1},
        },
        ticks = 20,
        tier = 5,
    },
    {
        name = 'TitaniumElectricFurnace',
        machine = 'Hand',
        input = {
            {'TitaniumPlate', 3},
            {'GoldWire', 15},
            {'BuildingMaterial', 6},
        },
        output = {
            {'TitaniumElectricFurnace', 1},
        },
        ticks = 20,
        tier = 5,
    },
    {
        name = 'TitaniumIndustrialSmelter',
        machine = 'Hand',
        input = {
            {'GoldWire', 32},
            {'TitaniumPlate', 12},
            {'ReinforcedFrame', 3},
            {'BuildingMaterial', 64},
        },
        output = {
            {'TitaniumIndustrialSmelter', 1},
        },
        ticks = 80,
        tier = 5,
    },
    {
        name = 'Resistor2',
        machine = 'Assembler',
        input = {
            {'CoalDust', 1},
            {'Organics', 1},
            {'GoldWire', 1},
        },
        output = {
            {'Resistor', 2},
        },
        ticks = 60,
        tier = 2,
    },
    {
        name = 'Resistor3',
        machine = 'Assembler',
        input = {
            {'GoldWire', 1},
            {'PolyethyleneSheet', 1},
        },
        output = {
            {'Resistor', 4},
        },
        ticks = 60,
        tier = 3,
    },
    {
        name = 'Transistor2',
        machine = 'Assembler',
        input = {
            {'Silicon', 1},
            {'GoldWire', 1},
            {'PolyethyleneSheet', 1},
        },
        output = {
            {'Transistor', 2},
        },
        ticks = 60,
        tier = 2,
    },
    {
        name = 'Transistor3',
        machine = 'Assembler',
        input = {
            {'SiliconWafer', 1},
            {'GoldWire', 4},
            {'PolyethyleneSheet', 1},
        },
        output = {
            {'Transistor', 8},
        },
        ticks = 60,
        tier = 3,
    },
    {
        name = 'Catalyst2',
        machine = 'Assembler',
        input = {
            {'Cell', 1},
            {'GoldWire', 10},
            {'Coal', 4},
        },
        output = {
            {'Catalyst', 1},
        },
        ticks = 200,
        tier = 4,
    },
}