Module:IndustrialChemReactorRecipeDictionary: Difference between revisions

From Evospace
Jump to navigation Jump to search
Created page with "return { { name = 'NeutroniumPlate', ingredients = { {'HotNeutroniumPlate', 1}, {'Mercury', 2000}, }, results = { {'NeutroniumPlate', 1}, {'HotMercury', 2000}, }, time = 200, tier = 6, }, { name = 'SynthesisCell', ingredients = { {'Cell', 1}, {'ProducerGas', 3000}, }, results = { {'Synthesi..."
 
No edit summary
 
Line 2: Line 2:
     {
     {
         name = 'NeutroniumPlate',
         name = 'NeutroniumPlate',
         ingredients = {
         input = {
             {'HotNeutroniumPlate', 1},
             {'HotNeutroniumPlate', 1},
             {'Mercury', 2000},
             {'Mercury', 2000},
         },
         },
         results = {
         output = {
             {'NeutroniumPlate', 1},
             {'NeutroniumPlate', 1},
             {'HotMercury', 2000},
             {'HotMercury', 2000},
         },
         },
         time = 200,
         ticks = 200,
         tier = 6,
         tier = 6,
     },
     },
     {
     {
         name = 'SynthesisCell',
         name = 'SynthesisCell',
         ingredients = {
         input = {
             {'Cell', 1},
             {'Cell', 1},
             {'ProducerGas', 3000},
             {'ProducerGas', 3000},
         },
         },
         results = {
         output = {
             {'SynthesisCell', 1},
             {'SynthesisCell', 1},
         },
         },
         time = 200,
         ticks = 200,
         tier = 6,
         tier = 6,
     },
     },
     {
     {
         name = 'PolyethyleneSheet',
         name = 'PolyethyleneSheet',
         ingredients = {
         input = {
             {'Ethylene', 1000},
             {'Ethylene', 1000},
             {'Catalyst', 1},
             {'Catalyst', 1},
         },
         },
         results = {
         output = {
             {'PolyethyleneSheet', 10},
             {'PolyethyleneSheet', 10},
         },
         },
         time = 600,
         ticks = 600,
         tier = 3,
         tier = 3,
     },
     },
     {
     {
         name = 'MineralWater',
         name = 'MineralWater',
         ingredients = {
         input = {
             {'Water', 1000},
             {'Water', 1000},
         },
         },
         results = {
         output = {
             {'Salt', 1},
             {'Salt', 1},
         },
         },
         time = 400,
         ticks = 400,
     },
     },
     {
     {
         name = 'HotMercury',
         name = 'HotMercury',
         ingredients = {
         input = {
             {'HotMercury', 1000},
             {'HotMercury', 1000},
         },
         },
         results = {
         output = {
             {'Mercury', 1000},
             {'Mercury', 1000},
         },
         },
         time = 600,
         ticks = 600,
     },
     },
     {
     {
         name = 'TitaniumTetrachloride',
         name = 'TitaniumTetrachloride',
         ingredients = {
         input = {
             {'PreparedTitaniumOxideDust', 1},
             {'PreparedTitaniumOxideDust', 1},
             {'Chlorine', 1000},
             {'Chlorine', 1000},
         },
         },
         results = {
         output = {
             {'TitaniumTetrachloride', 1000},
             {'TitaniumTetrachloride', 1000},
         },
         },
         time = 200,
         ticks = 200,
     },
     },
     {
     {
         name = 'TitaniumSponge',
         name = 'TitaniumSponge',
         ingredients = {
         input = {
             {'TitaniumTetrachloride', 1000},
             {'TitaniumTetrachloride', 1000},
             {'AluminiumDust', 1},
             {'AluminiumDust', 1},
         },
         },
         results = {
         output = {
             {'TitaniumSponge', 1},
             {'TitaniumSponge', 1},
         },
         },
         time = 200,
         ticks = 200,
     },
     },
     {
     {
         name = 'ProducerGas',
         name = 'ProducerGas',
         ingredients = {
         input = {
             {'Coal', 1},
             {'Coal', 1},
         },
         },
         results = {
         output = {
             {'Ash', 1},
             {'Ash', 1},
             {'ProducerGas', 200},
             {'ProducerGas', 200},
         },
         },
         time = 400,
         ticks = 400,
         tier = 3,
         tier = 3,
     },
     },
     {
     {
         name = 'RocketFuel',
         name = 'RocketFuel',
         ingredients = {
         input = {
             {'Chlorine', 1000},
             {'Chlorine', 1000},
             {'Ammonia', 1000},
             {'Ammonia', 1000},
Line 100: Line 100:
             {'Catalyst', 1},
             {'Catalyst', 1},
         },
         },
         results = {
         output = {
             {'RocketFuel', 6000},
             {'RocketFuel', 6000},
         },
         },
         time = 600,
         ticks = 600,
         tier = 4,
         tier = 4,
     },
     },
     {
     {
         name = 'RocketFuel2',
         name = 'RocketFuel2',
         ingredients = {
         input = {
             {'Chlorine', 1000},
             {'Chlorine', 1000},
             {'Ammonia', 1000},
             {'Ammonia', 1000},
Line 115: Line 115:
             {'UltimateCatalyst', 1},
             {'UltimateCatalyst', 1},
         },
         },
         results = {
         output = {
             {'RocketFuel', 8000},
             {'RocketFuel', 8000},
         },
         },
         time = 600,
         ticks = 600,
         tier = 7,
         tier = 7,
     },
     },
     {
     {
         name = 'Ethylene',
         name = 'Ethylene',
         ingredients = {
         input = {
             {'ProducerGas', 1000},
             {'ProducerGas', 1000},
             {'Catalyst', 1},
             {'Catalyst', 1},
         },
         },
         results = {
         output = {
             {'Ethylene', 1000},
             {'Ethylene', 1000},
         },
         },
         time = 200,
         ticks = 200,
     },
     },
     {
     {
         name = 'Sulfur',
         name = 'Sulfur',
         ingredients = {
         input = {
             {'HeavyOil', 150},
             {'HeavyOil', 150},
             {'Water', 250},
             {'Water', 250},
         },
         },
         results = {
         output = {
             {'Sulfur', 1},
             {'Sulfur', 1},
         },
         },
         time = 200,
         ticks = 200,
         tier = 4,
         tier = 4,
     },
     },
     {
     {
         name = 'SulfuricAcid',
         name = 'SulfuricAcid',
         ingredients = {
         input = {
             {'Sulfur', 1},
             {'Sulfur', 1},
             {'Water', 1000},
             {'Water', 1000},
             {'Catalyst', 1},
             {'Catalyst', 1},
         },
         },
         results = {
         output = {
             {'SulfuricAcid', 300},
             {'SulfuricAcid', 300},
         },
         },
         time = 200,
         ticks = 200,
         tier = 4,
         tier = 4,
     },
     },
     {
     {
         name = 'RapeseedOil',
         name = 'RapeseedOil',
         ingredients = {
         input = {
             {'RapeseedOil', 1000},
             {'RapeseedOil', 1000},
             {'Ethanol', 150},
             {'Ethanol', 150},
             {'Catalyst', 1},
             {'Catalyst', 1},
         },
         },
         results = {
         output = {
             {'Diesel', 400},
             {'Diesel', 400},
         },
         },
         time = 400,
         ticks = 400,
     },
     },
     {
     {
         name = 'Hydrogen',
         name = 'Hydrogen',
         ingredients = {
         input = {
             {'ProducerGas', 1000},
             {'ProducerGas', 1000},
         },
         },
         results = {
         output = {
             {'Hydrogen', 750},
             {'Hydrogen', 750},
         },
         },
         time = 200,
         ticks = 200,
     },
     },
     {
     {
         name = 'Coal',
         name = 'Coal',
         ingredients = {
         input = {
             {'Ash', 3},
             {'Ash', 3},
         },
         },
         results = {
         output = {
             {'Coal', 1},
             {'Coal', 1},
         },
         },
         time = 10,
         ticks = 10,
     },
     },
     {
     {
         name = 'Ammonia',
         name = 'Ammonia',
         ingredients = {
         input = {
             {'Nitrogen', 250},
             {'Nitrogen', 250},
             {'Hydrogen', 750},
             {'Hydrogen', 750},
         },
         },
         results = {
         output = {
             {'Ammonia', 1000},
             {'Ammonia', 1000},
         },
         },
         time = 200,
         ticks = 200,
     },
     },
     {
     {
         name = 'CarbonMonoxide',
         name = 'CarbonMonoxide',
         ingredients = {
         input = {
             {'CoalDust', 1},
             {'CoalDust', 1},
             {'Oxygen', 500},
             {'Oxygen', 500},
         },
         },
         results = {
         output = {
             {'CarbonMonoxide', 250},
             {'CarbonMonoxide', 250},
         },
         },
         time = 100,
         ticks = 100,
     },
     },
     {
     {
         name = 'AmmoniumChloride',
         name = 'AmmoniumChloride',
         ingredients = {
         input = {
             {'Ammonia', 500},
             {'Ammonia', 500},
             {'Chlorine', 500},
             {'Chlorine', 500},
         },
         },
         results = {
         output = {
             {'AmmoniumChloride', 1},
             {'AmmoniumChloride', 1},
         },
         },
         time = 100,
         ticks = 100,
         tier = 5,
         tier = 5,
     },
     },
     {
     {
         name = 'Methanol',
         name = 'Methanol',
         ingredients = {
         input = {
             {'CarbonMonoxide', 250},
             {'CarbonMonoxide', 250},
             {'Hydrogen', 750},
             {'Hydrogen', 750},
         },
         },
         results = {
         output = {
             {'Ethanol', 1000},
             {'Ethanol', 1000},
         },
         },
         time = 100,
         ticks = 100,
     },
     },
     {
     {
         name = 'NitricAcid',
         name = 'NitricAcid',
         ingredients = {
         input = {
             {'Oxygen', 250},
             {'Oxygen', 250},
             {'Ammonia', 750},
             {'Ammonia', 750},
         },
         },
         results = {
         output = {
             {'NitricAcid', 1000},
             {'NitricAcid', 1000},
         },
         },
         time = 150,
         ticks = 150,
     },
     },
     {
     {
         name = 'PlatinumSolution',
         name = 'PlatinumSolution',
         ingredients = {
         input = {
             {'PyroplatiteDust', 10},
             {'PyroplatiteDust', 10},
             {'NitricAcid', 1000},
             {'NitricAcid', 1000},
         },
         },
         results = {
         output = {
             {'PlatinumSolution', 1000},
             {'PlatinumSolution', 1000},
         },
         },
         time = 800,
         ticks = 800,
         tier = 5,
         tier = 5,
     },
     },
     {
     {
         name = 'Platinum',
         name = 'Platinum',
         ingredients = {
         input = {
             {'PlatinumSolution', 1300},
             {'PlatinumSolution', 1300},
             {'AmmoniumChloride', 1},
             {'AmmoniumChloride', 1},
         },
         },
         results = {
         output = {
             {'PlatinumDust', 1},
             {'PlatinumDust', 1},
         },
         },
         time = 400,
         ticks = 400,
         tier = 5,
         tier = 5,
     },
     },
     {
     {
         name = 'HighCetaneDiesel',
         name = 'HighCetaneDiesel',
         ingredients = {
         input = {
             {'Diesel', 900},
             {'Diesel', 900},
             {'NitricAcid', 100},
             {'NitricAcid', 100},
         },
         },
         results = {
         output = {
             {'HighCetaneDiesel', 1000},
             {'HighCetaneDiesel', 1000},
         },
         },
         time = 300,
         ticks = 300,
         tier = 5,
         tier = 5,
     },
     },
     {
     {
         name = 'Superfuel',
         name = 'Superfuel',
         ingredients = {
         input = {
             {'HighCetaneDiesel', 1000},
             {'HighCetaneDiesel', 1000},
             {'Catalyst', 1},
             {'Catalyst', 1},
         },
         },
         results = {
         output = {
             {'Superfuel', 1000},
             {'Superfuel', 1000},
         },
         },
         time = 3000,
         ticks = 3000,
     },
     },
     {
     {
         name = 'Superfuel2',
         name = 'Superfuel2',
         ingredients = {
         input = {
             {'HighCetaneDiesel', 1000},
             {'HighCetaneDiesel', 1000},
             {'UltimateCatalyst', 1},
             {'UltimateCatalyst', 1},
         },
         },
         results = {
         output = {
             {'Superfuel', 1000},
             {'Superfuel', 1000},
         },
         },
         time = 300,
         ticks = 300,
     },
     },
     {
     {
         name = 'CarbonPrecursor',
         name = 'CarbonPrecursor',
         ingredients = {
         input = {
             {'HeavyOil', 1000},
             {'HeavyOil', 1000},
             {'SulfuricAcid', 100},
             {'SulfuricAcid', 100},
         },
         },
         results = {
         output = {
             {'CarbonPrecursor', 1000},
             {'CarbonPrecursor', 1000},
         },
         },
         time = 200,
         ticks = 200,
     },
     },
}
}

Latest revision as of 12:37, 31 July 2025

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

return {
    {
        name = 'NeutroniumPlate',
        input = {
            {'HotNeutroniumPlate', 1},
            {'Mercury', 2000},
        },
        output = {
            {'NeutroniumPlate', 1},
            {'HotMercury', 2000},
        },
        ticks = 200,
        tier = 6,
    },
    {
        name = 'SynthesisCell',
        input = {
            {'Cell', 1},
            {'ProducerGas', 3000},
        },
        output = {
            {'SynthesisCell', 1},
        },
        ticks = 200,
        tier = 6,
    },
    {
        name = 'PolyethyleneSheet',
        input = {
            {'Ethylene', 1000},
            {'Catalyst', 1},
        },
        output = {
            {'PolyethyleneSheet', 10},
        },
        ticks = 600,
        tier = 3,
    },
    {
        name = 'MineralWater',
        input = {
            {'Water', 1000},
        },
        output = {
            {'Salt', 1},
        },
        ticks = 400,
    },
    {
        name = 'HotMercury',
        input = {
            {'HotMercury', 1000},
        },
        output = {
            {'Mercury', 1000},
        },
        ticks = 600,
    },
    {
        name = 'TitaniumTetrachloride',
        input = {
            {'PreparedTitaniumOxideDust', 1},
            {'Chlorine', 1000},
        },
        output = {
            {'TitaniumTetrachloride', 1000},
        },
        ticks = 200,
    },
    {
        name = 'TitaniumSponge',
        input = {
            {'TitaniumTetrachloride', 1000},
            {'AluminiumDust', 1},
        },
        output = {
            {'TitaniumSponge', 1},
        },
        ticks = 200,
    },
    {
        name = 'ProducerGas',
        input = {
            {'Coal', 1},
        },
        output = {
            {'Ash', 1},
            {'ProducerGas', 200},
        },
        ticks = 400,
        tier = 3,
    },
    {
        name = 'RocketFuel',
        input = {
            {'Chlorine', 1000},
            {'Ammonia', 1000},
            {'Ethanol', 2000},
            {'Gasoline', 4000},
            {'Catalyst', 1},
        },
        output = {
            {'RocketFuel', 6000},
        },
        ticks = 600,
        tier = 4,
    },
    {
        name = 'RocketFuel2',
        input = {
            {'Chlorine', 1000},
            {'Ammonia', 1000},
            {'Ethanol', 2000},
            {'Gasoline', 3000},
            {'UltimateCatalyst', 1},
        },
        output = {
            {'RocketFuel', 8000},
        },
        ticks = 600,
        tier = 7,
    },
    {
        name = 'Ethylene',
        input = {
            {'ProducerGas', 1000},
            {'Catalyst', 1},
        },
        output = {
            {'Ethylene', 1000},
        },
        ticks = 200,
    },
    {
        name = 'Sulfur',
        input = {
            {'HeavyOil', 150},
            {'Water', 250},
        },
        output = {
            {'Sulfur', 1},
        },
        ticks = 200,
        tier = 4,
    },
    {
        name = 'SulfuricAcid',
        input = {
            {'Sulfur', 1},
            {'Water', 1000},
            {'Catalyst', 1},
        },
        output = {
            {'SulfuricAcid', 300},
        },
        ticks = 200,
        tier = 4,
    },
    {
        name = 'RapeseedOil',
        input = {
            {'RapeseedOil', 1000},
            {'Ethanol', 150},
            {'Catalyst', 1},
        },
        output = {
            {'Diesel', 400},
        },
        ticks = 400,
    },
    {
        name = 'Hydrogen',
        input = {
            {'ProducerGas', 1000},
        },
        output = {
            {'Hydrogen', 750},
        },
        ticks = 200,
    },
    {
        name = 'Coal',
        input = {
            {'Ash', 3},
        },
        output = {
            {'Coal', 1},
        },
        ticks = 10,
    },
    {
        name = 'Ammonia',
        input = {
            {'Nitrogen', 250},
            {'Hydrogen', 750},
        },
        output = {
            {'Ammonia', 1000},
        },
        ticks = 200,
    },
    {
        name = 'CarbonMonoxide',
        input = {
            {'CoalDust', 1},
            {'Oxygen', 500},
        },
        output = {
            {'CarbonMonoxide', 250},
        },
        ticks = 100,
    },
    {
        name = 'AmmoniumChloride',
        input = {
            {'Ammonia', 500},
            {'Chlorine', 500},
        },
        output = {
            {'AmmoniumChloride', 1},
        },
        ticks = 100,
        tier = 5,
    },
    {
        name = 'Methanol',
        input = {
            {'CarbonMonoxide', 250},
            {'Hydrogen', 750},
        },
        output = {
            {'Ethanol', 1000},
        },
        ticks = 100,
    },
    {
        name = 'NitricAcid',
        input = {
            {'Oxygen', 250},
            {'Ammonia', 750},
        },
        output = {
            {'NitricAcid', 1000},
        },
        ticks = 150,
    },
    {
        name = 'PlatinumSolution',
        input = {
            {'PyroplatiteDust', 10},
            {'NitricAcid', 1000},
        },
        output = {
            {'PlatinumSolution', 1000},
        },
        ticks = 800,
        tier = 5,
    },
    {
        name = 'Platinum',
        input = {
            {'PlatinumSolution', 1300},
            {'AmmoniumChloride', 1},
        },
        output = {
            {'PlatinumDust', 1},
        },
        ticks = 400,
        tier = 5,
    },
    {
        name = 'HighCetaneDiesel',
        input = {
            {'Diesel', 900},
            {'NitricAcid', 100},
        },
        output = {
            {'HighCetaneDiesel', 1000},
        },
        ticks = 300,
        tier = 5,
    },
    {
        name = 'Superfuel',
        input = {
            {'HighCetaneDiesel', 1000},
            {'Catalyst', 1},
        },
        output = {
            {'Superfuel', 1000},
        },
        ticks = 3000,
    },
    {
        name = 'Superfuel2',
        input = {
            {'HighCetaneDiesel', 1000},
            {'UltimateCatalyst', 1},
        },
        output = {
            {'Superfuel', 1000},
        },
        ticks = 300,
    },
    {
        name = 'CarbonPrecursor',
        input = {
            {'HeavyOil', 1000},
            {'SulfuricAcid', 100},
        },
        output = {
            {'CarbonPrecursor', 1000},
        },
        ticks = 200,
    },
}