Module:FluidFurnaceRecipeDictionary

From Evospace
Jump to navigation Jump to search

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

return {
    {
        name = 'Creosote',
        input = {
            {'Creosote', 100},
        },
        output = {
        },
        ticks = 200.0,
    },
    {
        name = 'ProducerGas',
        input = {
            {'ProducerGas', 1000},
        },
        output = {
        },
        ticks = 1000.0,
    },
    {
        name = 'CarbonMonoxide',
        input = {
            {'CarbonMonoxide', 1000},
        },
        output = {
        },
        ticks = 500.0,
    },
    {
        name = 'Hydrogen',
        input = {
            {'Hydrogen', 1000},
        },
        output = {
        },
        ticks = 1250.0,
    },
    {
        name = 'Ethanol',
        input = {
            {'Ethanol', 1000},
        },
        output = {
        },
        ticks = 1750.0,
    },
    {
        name = 'Methane',
        input = {
            {'Methane', 1000},
        },
        output = {
        },
        ticks = 1500.0,
    },
    {
        name = 'Ethylene',
        input = {
            {'Ethylene', 1000},
        },
        output = {
        },
        ticks = 1500.0,
    },
    {
        name = 'RapeseedOil',
        input = {
            {'RapeseedOil', 100},
        },
        output = {
        },
        ticks = 750.0,
    },
    {
        name = 'RawOil',
        input = {
            {'RawOil', 100},
        },
        output = {
        },
        ticks = 1875.0,
    },
    {
        name = 'Gasoline',
        input = {
            {'Gasoline', 100},
        },
        output = {
        },
        ticks = 6000.0,
    },
    {
        name = 'Diesel',
        input = {
            {'Diesel', 100},
        },
        output = {
        },
        ticks = 9000.0,
    },
    {
        name = 'HighCetaneDiesel',
        input = {
            {'HighCetaneDiesel', 100},
        },
        output = {
        },
        ticks = 15000.0,
    },
    {
        name = 'Superfuel',
        input = {
            {'Superfuel', 100},
        },
        output = {
        },
        ticks = 21000.0,
    },
    {
        name = 'RocketFuel',
        input = {
            {'RocketFuel', 100},
        },
        output = {
        },
        ticks = 3000.0,
    },
    {
        name = 'HeavyOil',
        input = {
            {'HeavyOil', 100},
        },
        output = {
        },
        ticks = 2000.0,
    },
}