Module:Data/Sulfur/InInput: 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 12: Line 12:
         ticks = 200,
         ticks = 200,
         tier = 4,
         tier = 4,
    },
    {
        name = 'Sulfur',
        input = {
            {'Sulfur', 1},
        },
        output = {
        },
        ticks = 600.0,
     },
     },
}
}

Latest revision as of 19:35, 17 October 2025

Documentation for this module may be created at Module:Data/Sulfur/InInput/doc

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