Module:Data/CarbonFiberSheet/InInput: Difference between revisions

From Evospace
Jump to navigation Jump to search
Created page with "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', 1..."
 
(No difference)

Latest revision as of 20:07, 31 July 2025

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,
    },
}