Module:Data/NeutroniumIndustrialChemReactor/InOutput

From Evospace
Jump to navigation Jump to search

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

return {
    {
        name = 'NeutroniumIndustrialChemReactor',
        input = {
            {'NeutroniumPlate', 15},
            {'Glass', 10},
            {'ModularFrame', 4},
            {'NeutroniumElectricEngine', 2},
        },
        output = {
            {'NeutroniumIndustrialChemReactor', 1},
        },
        ticks = 40,
        tier = 7,
    },
}