Module:Data/TitaniumTetrachloride/InOutput: Difference between revisions

From Evospace
Jump to navigation Jump to search
Created page with "return { { name = 'TitaniumTetrachloride', input = { {'PreparedTitaniumOxideDust', 1}, {'Chlorine', 1000}, }, output = { {'TitaniumTetrachloride', 1000}, }, ticks = 200, }, }"
 
No edit summary
 
Line 2: Line 2:
     {
     {
         name = 'TitaniumTetrachloride',
         name = 'TitaniumTetrachloride',
        machine = 'IndustrialChemReactor',
         input = {
         input = {
             {'PreparedTitaniumOxideDust', 1},
             {'PreparedTitaniumOxideDust', 1},

Latest revision as of 10:36, 30 October 2025

Documentation for this module may be created at Module:Data/TitaniumTetrachloride/InOutput/doc

return {
    {
        name = 'TitaniumTetrachloride',
        machine = 'IndustrialChemReactor',
        input = {
            {'PreparedTitaniumOxideDust', 1},
            {'Chlorine', 1000},
        },
        output = {
            {'TitaniumTetrachloride', 1000},
        },
        ticks = 200,
    },
}