Module:Data/SulfuricAcid/InOutput: Difference between revisions

From Evospace
Jump to navigation Jump to search
Created page with "return { { name = 'SulfuricAcid', input = { {'Sulfur', 1}, {'Water', 1000}, {'Catalyst', 1}, }, output = { {'SulfuricAcid', 300}, }, ticks = 200, tier = 4, }, }"
 
No edit summary
 
Line 2: Line 2:
     {
     {
         name = 'SulfuricAcid',
         name = 'SulfuricAcid',
        machine = 'IndustrialChemReactor',
         input = {
         input = {
             {'Sulfur', 1},
             {'Sulfur', 1},

Latest revision as of 10:36, 30 October 2025

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

return {
    {
        name = 'SulfuricAcid',
        machine = 'IndustrialChemReactor',
        input = {
            {'Sulfur', 1},
            {'Water', 1000},
            {'Catalyst', 1},
        },
        output = {
            {'SulfuricAcid', 300},
        },
        ticks = 200,
        tier = 4,
    },
}