Module:FluidFurnaceRecipeDictionary: Difference between revisions

From Evospace
Jump to navigation Jump to search
Created page with "return { { name = 'Creosote', ingredients = { {'Creosote', 100}, }, results = { }, time = 200.0, }, { name = 'ProducerGas', ingredients = { {'ProducerGas', 1000}, }, results = { }, time = 1000.0, }, { name = 'CarbonMonoxide', ingredients = { {'CarbonMonoxide', 1000}, }, results = {..."
 
No edit summary
 
Line 2: Line 2:
     {
     {
         name = 'Creosote',
         name = 'Creosote',
         ingredients = {
         input = {
             {'Creosote', 100},
             {'Creosote', 100},
         },
         },
         results = {
         output = {
         },
         },
         time = 200.0,
         ticks = 200.0,
     },
     },
     {
     {
         name = 'ProducerGas',
         name = 'ProducerGas',
         ingredients = {
         input = {
             {'ProducerGas', 1000},
             {'ProducerGas', 1000},
         },
         },
         results = {
         output = {
         },
         },
         time = 1000.0,
         ticks = 1000.0,
     },
     },
     {
     {
         name = 'CarbonMonoxide',
         name = 'CarbonMonoxide',
         ingredients = {
         input = {
             {'CarbonMonoxide', 1000},
             {'CarbonMonoxide', 1000},
         },
         },
         results = {
         output = {
         },
         },
         time = 500.0,
         ticks = 500.0,
     },
     },
     {
     {
         name = 'Hydrogen',
         name = 'Hydrogen',
         ingredients = {
         input = {
             {'Hydrogen', 1000},
             {'Hydrogen', 1000},
         },
         },
         results = {
         output = {
         },
         },
         time = 1250.0,
         ticks = 1250.0,
     },
     },
     {
     {
         name = 'Ethanol',
         name = 'Ethanol',
         ingredients = {
         input = {
             {'Ethanol', 1000},
             {'Ethanol', 1000},
         },
         },
         results = {
         output = {
         },
         },
         time = 1750.0,
         ticks = 1750.0,
     },
     },
     {
     {
         name = 'Methane',
         name = 'Methane',
         ingredients = {
         input = {
             {'Methane', 1000},
             {'Methane', 1000},
         },
         },
         results = {
         output = {
         },
         },
         time = 1500.0,
         ticks = 1500.0,
     },
     },
     {
     {
         name = 'Ethylene',
         name = 'Ethylene',
         ingredients = {
         input = {
             {'Ethylene', 1000},
             {'Ethylene', 1000},
         },
         },
         results = {
         output = {
         },
         },
         time = 1500.0,
         ticks = 1500.0,
     },
     },
     {
     {
         name = 'RapeseedOil',
         name = 'RapeseedOil',
         ingredients = {
         input = {
             {'RapeseedOil', 100},
             {'RapeseedOil', 100},
         },
         },
         results = {
         output = {
         },
         },
         time = 750.0,
         ticks = 750.0,
     },
     },
     {
     {
         name = 'RawOil',
         name = 'RawOil',
         ingredients = {
         input = {
             {'RawOil', 100},
             {'RawOil', 100},
         },
         },
         results = {
         output = {
         },
         },
         time = 1875.0,
         ticks = 1875.0,
     },
     },
     {
     {
         name = 'Gasoline',
         name = 'Gasoline',
         ingredients = {
         input = {
             {'Gasoline', 100},
             {'Gasoline', 100},
         },
         },
         results = {
         output = {
         },
         },
         time = 6000.0,
         ticks = 6000.0,
     },
     },
     {
     {
         name = 'Diesel',
         name = 'Diesel',
         ingredients = {
         input = {
             {'Diesel', 100},
             {'Diesel', 100},
         },
         },
         results = {
         output = {
         },
         },
         time = 9000.0,
         ticks = 9000.0,
     },
     },
     {
     {
         name = 'HighCetaneDiesel',
         name = 'HighCetaneDiesel',
         ingredients = {
         input = {
             {'HighCetaneDiesel', 100},
             {'HighCetaneDiesel', 100},
         },
         },
         results = {
         output = {
         },
         },
         time = 15000.0,
         ticks = 15000.0,
     },
     },
     {
     {
         name = 'Superfuel',
         name = 'Superfuel',
         ingredients = {
         input = {
             {'Superfuel', 100},
             {'Superfuel', 100},
         },
         },
         results = {
         output = {
         },
         },
         time = 21000.0,
         ticks = 21000.0,
     },
     },
     {
     {
         name = 'RocketFuel',
         name = 'RocketFuel',
         ingredients = {
         input = {
             {'RocketFuel', 100},
             {'RocketFuel', 100},
         },
         },
         results = {
         output = {
         },
         },
         time = 3000.0,
         ticks = 3000.0,
     },
     },
     {
     {
         name = 'HeavyOil',
         name = 'HeavyOil',
         ingredients = {
         input = {
             {'HeavyOil', 100},
             {'HeavyOil', 100},
         },
         },
         results = {
         output = {
         },
         },
         time = 2000.0,
         ticks = 2000.0,
     },
     },
}
}

Latest revision as of 12:37, 31 July 2025

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,
    },
}