Module:Data/CarbonPrecursor/InOutput: Difference between revisions

From Evospace
Jump to navigation Jump to search
Created page with "return { { name = 'CarbonPrecursor', input = { {'HeavyOil', 1000}, {'SulfuricAcid', 100}, }, output = { {'CarbonPrecursor', 1000}, }, ticks = 200, }, }"
 
No edit summary
 
Line 2: Line 2:
     {
     {
         name = 'CarbonPrecursor',
         name = 'CarbonPrecursor',
        machine = 'IndustrialChemReactor',
         input = {
         input = {
             {'HeavyOil', 1000},
             {'HeavyOil', 1000},

Latest revision as of 10:37, 30 October 2025

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

return {
    {
        name = 'CarbonPrecursor',
        machine = 'IndustrialChemReactor',
        input = {
            {'HeavyOil', 1000},
            {'SulfuricAcid', 100},
        },
        output = {
            {'CarbonPrecursor', 1000},
        },
        ticks = 200,
    },
}