Module:Data/NeutroniumIndustrialSmelter/InOutput

From Evospace
Jump to navigation Jump to search

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

return {
    {
        name = 'NeutroniumIndustrialSmelter',
        input = {
            {'YttriumWire', 32},
            {'NeutroniumPlate', 12},
            {'ModularFrame', 3},
            {'BuildingMaterial', 64},
        },
        output = {
            {'NeutroniumIndustrialSmelter', 1},
        },
        ticks = 80,
        tier = 7,
    },
}