Module:Data/PlatinumWire 1/InInput

From Evospace
Revision as of 20:06, 31 July 2025 by Evospace (talk | contribs) (Created page with "return { { name = 'CompositeElectricFurnace', input = { {'CompositePlate', 3}, {'PlatinumWire_1', 18}, {'BuildingMaterial', 6}, }, output = { {'CompositeElectricFurnace', 1}, }, ticks = 20, tier = 6, }, { name = 'CompositeFusionReactor', input = { {'CopperHeatPipe', 25}, {'CompositePlate', 40}, {'PlatinumW...")
(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 1/InInput/doc

return {
    {
        name = 'CompositeElectricFurnace',
        input = {
            {'CompositePlate', 3},
            {'PlatinumWire_1', 18},
            {'BuildingMaterial', 6},
        },
        output = {
            {'CompositeElectricFurnace', 1},
        },
        ticks = 20,
        tier = 6,
    },
    {
        name = 'CompositeFusionReactor',
        input = {
            {'CopperHeatPipe', 25},
            {'CompositePlate', 40},
            {'PlatinumWire_1', 100},
            {'QuantumProcessor', 15},
            {'PlatinumReflector', 40},
            {'BuildingMaterial', 128},
        },
        output = {
            {'CompositeFusionReactor', 1},
        },
        ticks = 300,
        tier = 6,
    },
}