Module:FermenterRecipeDictionary

From Evospace
Jump to navigation Jump to search

Documentation for this module may be created at Module:FermenterRecipeDictionary/doc

return {
    {
        name = 'Rapseed',
        input = {
            {'Rapeseed', 10},
        },
        output = {
            {'RapeseedOil', 800},
        },
        ticks = 200,
    },
    {
        name = 'MethaneFromBiomass',
        input = {
            {'Biomass', 500},
        },
        output = {
            {'Methane', 750},
            {'FermentedBiomass', 500},
        },
        ticks = 200,
    },
    {
        name = 'MethaneFromPumpkin',
        input = {
            {'Pumpkin', 1},
        },
        output = {
            {'Methane', 300},
        },
        ticks = 200,
    },
}