Module:Data/CarbonFiberSheet/InInput

From Evospace
Jump to navigation Jump to search

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

return {
    {
        name = 'CircuitBoard3',
        input = {
            {'CarbonFiberSheet', 1},
            {'PolyethyleneSheet', 2},
        },
        output = {
            {'CircuitBoard', 8},
        },
        ticks = 20,
        tier = 5,
    },
    {
        name = 'Resistor5',
        input = {
            {'TantalumWire', 1},
            {'CarbonFiberSheet', 1},
            {'PolyethyleneSheet', 1},
        },
        output = {
            {'Resistor', 16},
        },
        ticks = 60,
        tier = 5,
    },
    {
        name = 'Capacitor4',
        input = {
            {'TantalumFoil', 2},
            {'CarbonFiberSheet', 1},
            {'PolyethyleneSheet', 1},
        },
        output = {
            {'Capacitor', 8},
        },
        ticks = 60,
        tier = 5,
    },
    {
        name = 'CompositePlate',
        input = {
            {'TitaniumPlate', 1},
            {'CarbonFiberSheet', 1},
            {'PolyethyleneSheet', 1},
        },
        output = {
            {'CompositePlate', 1},
        },
        ticks = 300,
        tier = 6,
    },
    {
        name = 'CompositePlate2',
        input = {
            {'TitaniumPlate', 1},
            {'CarbonFiberSheet', 1},
            {'PolyethyleneSheet', 1},
            {'NeutroniumParts', 1},
        },
        output = {
            {'CompositePlate', 4},
        },
        ticks = 300,
        tier = 7,
    },
    {
        name = 'BrainMatrix',
        input = {
            {'CarbonFiberSheet', 1},
            {'PlatinumFoil', 1},
        },
        output = {
            {'BrainMatrix', 1},
        },
        ticks = 100,
        tier = 6,
    },
}