Module:Data/UltimateCatalyst/InOutput: Difference between revisions

From Evospace
Jump to navigation Jump to search
Created page with "return { { name = 'UltimateCatalyst', input = { {'Cell', 1}, {'NeutroniumParts', 2}, {'Coke', 10}, }, output = { {'UltimateCatalyst', 1}, }, ticks = 200, tier = 7, }, }"
 
No edit summary
 
Line 2: Line 2:
     {
     {
         name = 'UltimateCatalyst',
         name = 'UltimateCatalyst',
        machine = 'Hand',
         input = {
         input = {
             {'Cell', 1},
             {'Cell', 1},
             {'NeutroniumParts', 2},
             {'NeutroniumParts', 1},
             {'Coke', 10},
             {'Coke', 10},
         },
         },

Latest revision as of 10:37, 30 October 2025

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

return {
    {
        name = 'UltimateCatalyst',
        machine = 'Hand',
        input = {
            {'Cell', 1},
            {'NeutroniumParts', 1},
            {'Coke', 10},
        },
        output = {
            {'UltimateCatalyst', 1},
        },
        ticks = 200,
        tier = 7,
    },
}