Module:Data/CopperWire/InInput

From Evospace
Jump to navigation Jump to search

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

return {
    {
        name = 'CopperConnector',
        input = {
            {'CopperWire', 1},
        },
        output = {
            {'CopperConnector', 1},
        },
        ticks = 5,
        tier = 0,
    },
    {
        name = 'AluminiumGenerator',
        input = {
            {'AluminiumPlate', 8},
            {'CopperWire', 30.0},
            {'BasicFrame', 1},
            {'AdvancedCircuit', 1},
        },
        output = {
            {'AluminiumGenerator', 1},
        },
        ticks = 20,
        tier = 3,
    },
    {
        name = 'StainlessSteelGenerator',
        input = {
            {'StainlessSteelPlate', 8},
            {'CopperWire', 36},
            {'ReinforcedFrame', 1},
            {'Processor', 1},
        },
        output = {
            {'StainlessSteelGenerator', 1},
        },
        ticks = 20,
        tier = 4,
    },
    {
        name = 'CopperCompactGenerator',
        input = {
            {'CopperPlate', 1},
            {'CopperWire', 3.0},
            {'CopperParts', 2},
        },
        output = {
            {'CopperCompactGenerator', 1},
        },
        ticks = 20,
        tier = 1,
    },
    {
        name = 'SteelCompactGenerator',
        input = {
            {'SteelPlate', 1},
            {'CopperWire', 4},
            {'SteelParts', 4},
        },
        output = {
            {'SteelCompactGenerator', 1},
        },
        ticks = 20,
        tier = 2,
    },
    {
        name = 'AluminiumCompactGenerator',
        input = {
            {'AluminiumPlate', 1},
            {'CopperWire', 5.0},
            {'BasicFrame', 1},
        },
        output = {
            {'AluminiumCompactGenerator', 1},
        },
        ticks = 20,
        tier = 3,
    },
    {
        name = 'StainlessSteelCompactGenerator',
        input = {
            {'StainlessSteelPlate', 1},
            {'CopperWire', 6},
            {'ReinforcedFrame', 1},
        },
        output = {
            {'StainlessSteelCompactGenerator', 1},
        },
        ticks = 20,
        tier = 4,
    },
    {
        name = 'SteelElectricEngine',
        input = {
            {'SteelParts', 4},
            {'SteelPlate', 2},
            {'CopperWire', 8},
        },
        output = {
            {'SteelElectricEngine', 1},
        },
        ticks = 20,
        tier = 2,
    },
    {
        name = 'AluminiumElectricEngine',
        input = {
            {'BasicFrame', 1},
            {'AluminiumPlate', 2},
            {'CopperWire', 16},
        },
        output = {
            {'AluminiumElectricEngine', 1},
        },
        ticks = 20,
        tier = 3,
    },
    {
        name = 'SteelArcSmelter',
        input = {
            {'BuildingMaterial', 32},
            {'SteelParts', 4},
            {'CopperWire', 10},
        },
        output = {
            {'SteelArcSmelter', 1},
        },
        ticks = 20,
        tier = 2,
    },
    {
        name = 'AluminiumArcSmelter',
        input = {
            {'BuildingMaterial', 32},
            {'AluminiumParts', 4},
            {'CopperWire', 12.5},
        },
        output = {
            {'AluminiumArcSmelter', 1},
        },
        ticks = 20,
        tier = 3,
    },
    {
        name = 'StainlessSteelArcSmelter',
        input = {
            {'BuildingMaterial', 32},
            {'StainlessSteelParts', 4},
            {'CopperWire', 15},
        },
        output = {
            {'StainlessSteelArcSmelter', 1},
        },
        ticks = 20,
        tier = 4,
    },
    {
        name = 'SteelElectricFurnace',
        input = {
            {'SteelPlate', 3},
            {'CopperWire', 6},
            {'BuildingMaterial', 6},
        },
        output = {
            {'SteelElectricFurnace', 1},
        },
        ticks = 20,
        tier = 2,
    },
    {
        name = 'AluminiumElectricFurnace',
        input = {
            {'AluminiumPlate', 3},
            {'CopperWire', 9},
            {'BuildingMaterial', 6},
        },
        output = {
            {'AluminiumElectricFurnace', 1},
        },
        ticks = 20,
        tier = 3,
    },
    {
        name = 'StainlessSteelElectricFurnace',
        input = {
            {'StainlessSteelPlate', 3},
            {'CopperWire', 12},
            {'BuildingMaterial', 6},
        },
        output = {
            {'StainlessSteelElectricFurnace', 1},
        },
        ticks = 20,
        tier = 4,
    },
    {
        name = 'StainlessSteelIndustrialSmelter',
        input = {
            {'CopperWire', 96},
            {'StainlessSteelPlate', 12},
            {'BasicFrame', 3},
            {'BuildingMaterial', 64},
        },
        output = {
            {'StainlessSteelIndustrialSmelter', 1},
        },
        ticks = 80,
        tier = 4,
    },
    {
        name = 'Triod',
        input = {
            {'Glass', 1},
            {'CopperWire', 3},
        },
        output = {
            {'Triod', 1},
        },
        ticks = 50,
        tier = 1,
    },
    {
        name = 'Resistor',
        input = {
            {'CoalDust', 1},
            {'Organics', 1},
            {'CopperWire', 1},
        },
        output = {
            {'Resistor', 1},
        },
        ticks = 60,
        tier = 1,
    },
    {
        name = 'Transistor',
        input = {
            {'Silicon', 1},
            {'CopperWire', 2},
        },
        output = {
            {'Transistor', 1},
        },
        ticks = 80,
        tier = 1,
    },
    {
        name = 'Catalyst',
        input = {
            {'Cell', 1},
            {'CopperWire', 40},
            {'Coal', 4},
        },
        output = {
            {'Catalyst', 1},
        },
        ticks = 200,
        tier = 3,
    },
    {
        name = 'BasicCoil',
        input = {
            {'CopperWire', 16},
            {'SteelPlate', 2},
        },
        output = {
            {'BasicCoil', 1},
        },
        ticks = 200,
        tier = 2,
    },
    {
        name = 'AluminiumSolarCell',
        input = {
            {'Silicon', 15},
            {'CopperWire', 5},
        },
        output = {
            {'AluminiumSolarCell', 1},
        },
        ticks = 80,
        tier = 2,
    },
    {
        name = 'StainlessSteelSolarCell',
        input = {
            {'SiliconWafer', 5},
            {'CopperWire', 5},
        },
        output = {
            {'StainlessSteelSolarCell', 1},
        },
        ticks = 80,
        tier = 3,
    },
    {
        name = 'TitaniumSolarCell',
        input = {
            {'StainlessSteelSolarCell', 4},
            {'CopperWire', 2},
            {'Processor', 1},
        },
        output = {
            {'TitaniumSolarCell', 1},
        },
        ticks = 80,
        tier = 4,
    },
    {
        name = 'CompositeSolarCell',
        input = {
            {'TitaniumSolarCell', 4},
            {'CopperWire', 2},
            {'Processor', 1},
        },
        output = {
            {'CompositeSolarCell', 1},
        },
        ticks = 80,
        tier = 5,
    },
    {
        name = 'NeutroniumSolarCell',
        input = {
            {'CompositeSolarCell', 4},
            {'CopperWire', 2},
            {'Processor', 1},
        },
        output = {
            {'NeutroniumSolarCell', 1},
        },
        ticks = 80,
        tier = 6,
    },
}