Module:Data/StainlessSteelAlternator/InInput

From Evospace
Revision as of 15:47, 24 August 2026 by Evospace (talk | contribs) (Created page with "return { { name = 'StainlessSteelWindTurbine', machine = 'Hand', input = { {'StainlessSteelPlate', 8}, {'ReinforcedFrame', 4}, {'StainlessSteelAlternator', 1}, {'CopperConnector', 4}, }, output = { {'StainlessSteelWindTurbine', 1}, }, ticks = 20, tier = 4, }, { name = 'TitaniumAlternator', machine = 'Hand', input...")
(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/StainlessSteelAlternator/InInput/doc

return {
    {
        name = 'StainlessSteelWindTurbine',
        machine = 'Hand',
        input = {
            {'StainlessSteelPlate', 8},
            {'ReinforcedFrame', 4},
            {'StainlessSteelAlternator', 1},
            {'CopperConnector', 4},
        },
        output = {
            {'StainlessSteelWindTurbine', 1},
        },
        ticks = 20,
        tier = 4,
    },
    {
        name = 'TitaniumAlternator',
        machine = 'Hand',
        input = {
            {'StainlessSteelAlternator', 4},
            {'CopperWire', 24},
            {'TitaniumElectricEngine', 1},
            {'QuantumCircuit', 1},
        },
        output = {
            {'TitaniumAlternator', 1},
        },
        ticks = 120,
        tier = 5,
    },
}