Module:Data/NeutroniumCombustionEngine/InOutput: Difference between revisions

From Evospace
Jump to navigation Jump to search
Created page with "return { { name = 'NeutroniumCombustionEngine', input = { {'NeutroniumPlate', 10}, {'NeutroniumParts', 24}, {'QuantumBrain', 3}, {'Catalyst', 1}, }, output = { {'NeutroniumCombustionEngine', 1}, }, ticks = 100, tier = 7, }, }"
 
(No difference)

Latest revision as of 22:44, 31 July 2025

Documentation for this module may be created at Module:Data/NeutroniumCombustionEngine/InOutput/doc

return {
    {
        name = 'NeutroniumCombustionEngine',
        input = {
            {'NeutroniumPlate', 10},
            {'NeutroniumParts', 24},
            {'QuantumBrain', 3},
            {'Catalyst', 1},
        },
        output = {
            {'NeutroniumCombustionEngine', 1},
        },
        ticks = 100,
        tier = 7,
    },
}