Module:Data/SiliconWafer/InInput

From Evospace
Revision as of 20:07, 31 July 2025 by Evospace (talk | contribs) (Created page with "return { { name = 'Transistor3', input = { {'SiliconWafer', 1}, {'GoldWire', 4}, {'PolyethyleneSheet', 1}, }, output = { {'Transistor', 8}, }, ticks = 60, tier = 3, }, { name = 'Processor2', input = { {'CircuitBoard', 1}, {'AdvancedCircuit', 2}, {'SiliconWafer', 1}, {'Capacitor', 2}, },...")
(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/SiliconWafer/InInput/doc

return {
    {
        name = 'Transistor3',
        input = {
            {'SiliconWafer', 1},
            {'GoldWire', 4},
            {'PolyethyleneSheet', 1},
        },
        output = {
            {'Transistor', 8},
        },
        ticks = 60,
        tier = 3,
    },
    {
        name = 'Processor2',
        input = {
            {'CircuitBoard', 1},
            {'AdvancedCircuit', 2},
            {'SiliconWafer', 1},
            {'Capacitor', 2},
        },
        output = {
            {'Processor', 1},
        },
        ticks = 200,
        tier = 4,
    },
    {
        name = 'DecisionResonator3',
        input = {
            {'StainlessSteelParts', 4},
            {'SiliconWafer', 1},
            {'CompositePlate', 1},
        },
        output = {
            {'DecisionResonator', 2},
        },
        ticks = 100,
        tier = 5,
    },
    {
        name = 'StainlessSteelSolarCell',
        input = {
            {'SiliconWafer', 5},
            {'CopperWire', 5},
        },
        output = {
            {'StainlessSteelSolarCell', 1},
        },
        ticks = 80,
        tier = 3,
    },
}