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
 
Line 50: Line 50:
         output = {
         output = {
             {'TitaniumArcSmelter', 1},
             {'TitaniumArcSmelter', 1},
        },
        ticks = 20,
        tier = 5,
    },
    {
        name = 'TitaniumElectricFurnace',
        input = {
            {'TitaniumPlate', 3},
            {'GoldWire', 15},
            {'BuildingMaterial', 6},
        },
        output = {
            {'TitaniumElectricFurnace', 1},
         },
         },
         ticks = 20,
         ticks = 20,

Latest revision as of 12:51, 1 August 2025

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

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},
            {'BasicFrame', 3},
            {'QuantumCircuit', 3},
        },
        output = {
            {'TitaniumIndustrialGenerator', 1},
        },
        ticks = 20,
        tier = 5,
    },
    {
        name = 'TitaniumCompactGenerator',
        input = {
            {'TitaniumPlate', 1},
            {'GoldWire', 2},
            {'ReinforcedFrame', 2},
        },
        output = {
            {'TitaniumCompactGenerator', 1},
        },
        ticks = 20,
        tier = 5,
    },
    {
        name = 'TitaniumArcSmelter',
        input = {
            {'BuildingMaterial', 32},
            {'TitaniumParts', 4},
            {'GoldWire', 5},
        },
        output = {
            {'TitaniumArcSmelter', 1},
        },
        ticks = 20,
        tier = 5,
    },
    {
        name = 'TitaniumElectricFurnace',
        input = {
            {'TitaniumPlate', 3},
            {'GoldWire', 15},
            {'BuildingMaterial', 6},
        },
        output = {
            {'TitaniumElectricFurnace', 1},
        },
        ticks = 20,
        tier = 5,
    },
    {
        name = 'TitaniumIndustrialSmelter',
        input = {
            {'GoldWire', 32},
            {'TitaniumPlate', 12},
            {'ReinforcedFrame', 3},
            {'BuildingMaterial', 64},
        },
        output = {
            {'TitaniumIndustrialSmelter', 1},
        },
        ticks = 80,
        tier = 5,
    },
    {
        name = 'Resistor2',
        input = {
            {'CoalDust', 1},
            {'Organics', 1},
            {'GoldWire', 1},
        },
        output = {
            {'Resistor', 2},
        },
        ticks = 60,
        tier = 2,
    },
    {
        name = 'Resistor3',
        input = {
            {'GoldWire', 1},
            {'PolyethyleneSheet', 1},
        },
        output = {
            {'Resistor', 4},
        },
        ticks = 60,
        tier = 3,
    },
    {
        name = 'Transistor2',
        input = {
            {'Silicon', 1},
            {'GoldWire', 1},
            {'PolyethyleneSheet', 1},
        },
        output = {
            {'Transistor', 2},
        },
        ticks = 60,
        tier = 2,
    },
    {
        name = 'Transistor3',
        input = {
            {'SiliconWafer', 1},
            {'GoldWire', 4},
            {'PolyethyleneSheet', 1},
        },
        output = {
            {'Transistor', 8},
        },
        ticks = 60,
        tier = 3,
    },
    {
        name = 'Catalyst2',
        input = {
            {'Cell', 1},
            {'GoldWire', 10},
            {'Coal', 4},
        },
        output = {
            {'Catalyst', 1},
        },
        ticks = 200,
        tier = 4,
    },
}