Module:Data/BauxiteDust/InInput

From Evospace
Jump to navigation Jump to search

Documentation for this module may be created at Module:Data/BauxiteDust/InInput/doc

return {
    {
        name = 'ElectrolyzerBauxiteDust',
        input = {
            {'BauxiteDust', 12},
        },
        output = {
            {'AluminiumOxideDust', 6},
            {'TitaniumOxideDust', 1},
            {'Oxygen', 5000},
        },
        ticks = 200,
        tier = 2,
    },
    {
        name = 'BauxiteDust',
        input = {
            {'BauxiteDust', 1},
        },
        output = {
            {'BauxiteDust', 1},
        },
        ticks = 50,
        tier = 3,
    },
}