Module:FluidFurnaceRecipeDictionary: Difference between revisions

From Evospace
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 2: Line 2:
     {
     {
         name = 'Creosote',
         name = 'Creosote',
        machine = 'FluidFurnace',
         input = {
         input = {
             {'Creosote', 100},
             {'Creosote', 100},
Line 11: Line 12:
     {
     {
         name = 'ProducerGas',
         name = 'ProducerGas',
        machine = 'FluidFurnace',
         input = {
         input = {
             {'ProducerGas', 1000},
             {'ProducerGas', 1000},
Line 20: Line 22:
     {
     {
         name = 'CarbonMonoxide',
         name = 'CarbonMonoxide',
        machine = 'FluidFurnace',
         input = {
         input = {
             {'CarbonMonoxide', 1000},
             {'CarbonMonoxide', 1000},
Line 29: Line 32:
     {
     {
         name = 'Hydrogen',
         name = 'Hydrogen',
        machine = 'FluidFurnace',
         input = {
         input = {
             {'Hydrogen', 1000},
             {'Hydrogen', 1000},
Line 38: Line 42:
     {
     {
         name = 'Ethanol',
         name = 'Ethanol',
        machine = 'FluidFurnace',
         input = {
         input = {
             {'Ethanol', 1000},
             {'Ethanol', 1000},
Line 47: Line 52:
     {
     {
         name = 'Methane',
         name = 'Methane',
        machine = 'FluidFurnace',
         input = {
         input = {
             {'Methane', 1000},
             {'Methane', 1000},
Line 56: Line 62:
     {
     {
         name = 'Ethylene',
         name = 'Ethylene',
        machine = 'FluidFurnace',
         input = {
         input = {
             {'Ethylene', 1000},
             {'Ethylene', 1000},
Line 65: Line 72:
     {
     {
         name = 'RapeseedOil',
         name = 'RapeseedOil',
        machine = 'FluidFurnace',
         input = {
         input = {
             {'RapeseedOil', 100},
             {'RapeseedOil', 100},
Line 74: Line 82:
     {
     {
         name = 'RawOil',
         name = 'RawOil',
        machine = 'FluidFurnace',
         input = {
         input = {
             {'RawOil', 100},
             {'RawOil', 100},
Line 83: Line 92:
     {
     {
         name = 'Gasoline',
         name = 'Gasoline',
        machine = 'FluidFurnace',
         input = {
         input = {
             {'Gasoline', 100},
             {'Gasoline', 100},
Line 92: Line 102:
     {
     {
         name = 'Diesel',
         name = 'Diesel',
        machine = 'FluidFurnace',
         input = {
         input = {
             {'Diesel', 100},
             {'Diesel', 100},
Line 101: Line 112:
     {
     {
         name = 'HighCetaneDiesel',
         name = 'HighCetaneDiesel',
        machine = 'FluidFurnace',
         input = {
         input = {
             {'HighCetaneDiesel', 100},
             {'HighCetaneDiesel', 100},
Line 110: Line 122:
     {
     {
         name = 'Superfuel',
         name = 'Superfuel',
        machine = 'FluidFurnace',
         input = {
         input = {
             {'Superfuel', 100},
             {'Superfuel', 100},
Line 119: Line 132:
     {
     {
         name = 'RocketFuel',
         name = 'RocketFuel',
        machine = 'FluidFurnace',
         input = {
         input = {
             {'RocketFuel', 100},
             {'RocketFuel', 100},
Line 128: Line 142:
     {
     {
         name = 'HeavyOil',
         name = 'HeavyOil',
        machine = 'FluidFurnace',
         input = {
         input = {
             {'HeavyOil', 100},
             {'HeavyOil', 100},

Latest revision as of 23:01, 27 January 2026

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

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