Module:Data/PolyethyleneSheet/InInput

From Evospace
Revision as of 20:07, 31 July 2025 by Evospace (talk | contribs) (Created page with "return { { name = 'CircuitBoard2', input = { {'Log', 1}, {'PolyethyleneSheet', 2}, }, output = { {'CircuitBoard', 4}, }, ticks = 20, tier = 4, }, { name = 'CircuitBoard3', input = { {'CarbonFiberSheet', 1}, {'PolyethyleneSheet', 2}, }, output = { {'CircuitBoard', 8}, }, ticks = 20,...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

return {
    {
        name = 'CircuitBoard2',
        input = {
            {'Log', 1},
            {'PolyethyleneSheet', 2},
        },
        output = {
            {'CircuitBoard', 4},
        },
        ticks = 20,
        tier = 4,
    },
    {
        name = 'CircuitBoard3',
        input = {
            {'CarbonFiberSheet', 1},
            {'PolyethyleneSheet', 2},
        },
        output = {
            {'CircuitBoard', 8},
        },
        ticks = 20,
        tier = 5,
    },
    {
        name = 'Resistor3',
        input = {
            {'GoldWire', 1},
            {'PolyethyleneSheet', 1},
        },
        output = {
            {'Resistor', 4},
        },
        ticks = 60,
        tier = 3,
    },
    {
        name = 'Resistor4',
        input = {
            {'TantalumWire', 1},
            {'PolyethyleneSheet', 1},
        },
        output = {
            {'Resistor', 8},
        },
        ticks = 60,
        tier = 5,
    },
    {
        name = 'Resistor5',
        input = {
            {'TantalumWire', 1},
            {'CarbonFiberSheet', 1},
            {'PolyethyleneSheet', 1},
        },
        output = {
            {'Resistor', 16},
        },
        ticks = 60,
        tier = 5,
    },
    {
        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 = 'Transistor4',
        input = {
            {'DopedSiliconWafer', 1},
            {'PlatinumWire', 2},
            {'PolyethyleneSheet', 1},
        },
        output = {
            {'Transistor', 16},
        },
        ticks = 60,
        tier = 4,
    },
    {
        name = 'Capacitor3',
        input = {
            {'TantalumFoil', 2},
            {'PolyethyleneSheet', 1},
        },
        output = {
            {'Capacitor', 4},
        },
        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,
    },
}