Module:Data/PlatinumWire/InInput

From Evospace
Revision as of 20:00, 31 July 2025 by Evospace (talk | contribs) (Created page with "return { { name = 'CompositeGenerator', input = { {'CompositePlate', 8}, {'PlatinumWire', 12}, {'ModularFrame', 1}, {'QuantumProcessor', 1}, }, output = { {'CompositeGenerator', 1}, }, ticks = 20, tier = 6, }, { name = 'CompositeIndustrialGenerator', input = { {'CompositePlate', 24}, {'PlatinumWire', 36},...")
(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/PlatinumWire/InInput/doc

return {
    {
        name = 'CompositeGenerator',
        input = {
            {'CompositePlate', 8},
            {'PlatinumWire', 12},
            {'ModularFrame', 1},
            {'QuantumProcessor', 1},
        },
        output = {
            {'CompositeGenerator', 1},
        },
        ticks = 20,
        tier = 6,
    },
    {
        name = 'CompositeIndustrialGenerator',
        input = {
            {'CompositePlate', 24},
            {'PlatinumWire', 36},
            {'ReinforcedFrame', 3},
            {'QuantumProcessor', 3},
        },
        output = {
            {'CompositeIndustrialGenerator', 1},
        },
        ticks = 20,
        tier = 6,
    },
    {
        name = 'CompositeCompactGenerator',
        input = {
            {'CompositePlate', 1},
            {'PlatinumWire', 2},
            {'ModularFrame', 1},
        },
        output = {
            {'CompositeCompactGenerator', 1},
        },
        ticks = 20,
        tier = 6,
    },
    {
        name = 'CompositeArcSmelter',
        input = {
            {'BuildingMaterial', 32},
            {'CompositeParts', 4},
            {'PlatinumWire', 5},
        },
        output = {
            {'CompositeArcSmelter', 1},
        },
        ticks = 20,
        tier = 6,
    },
    {
        name = 'CompositeIndustrialSmelter',
        input = {
            {'PlatinumWire', 32},
            {'CompositePlate', 12},
            {'ReinforcedFrame', 6},
            {'BuildingMaterial', 64},
        },
        output = {
            {'CompositeIndustrialSmelter', 1},
        },
        ticks = 80,
        tier = 6,
    },
    {
        name = 'Transistor4',
        input = {
            {'DopedSiliconWafer', 1},
            {'PlatinumWire', 2},
            {'PolyethyleneSheet', 1},
        },
        output = {
            {'Transistor', 16},
        },
        ticks = 60,
        tier = 4,
    },
}