Module:Data/TitaniumParts/InOutput: Difference between revisions

From Evospace
Jump to navigation Jump to search
Created page with "return { { name = 'TitaniumParts', input = { {'TitaniumPlate', 1}, }, output = { {'TitaniumParts', 1}, {'TitaniumParts', 1}, }, ticks = 80, tier = 4, }, { name = 'TitaniumParts', input = { {'TitaniumPlate', 1}, }, output = { {'TitaniumParts', 1}, {'TitaniumParts', 1}, }, ticks = 80,..."
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
     {
     {
         name = 'TitaniumParts',
         name = 'TitaniumParts',
        machine = 'Hand',
         input = {
         input = {
             {'TitaniumPlate', 1},
             {'TitaniumPlate', 2},
         },
         },
         output = {
         output = {
            {'TitaniumParts', 1},
            {'TitaniumParts', 1},
        },
        ticks = 80,
        tier = 4,
    },
    {
        name = 'TitaniumParts',
        input = {
            {'TitaniumPlate', 1},
        },
        output = {
            {'TitaniumParts', 1},
             {'TitaniumParts', 1},
             {'TitaniumParts', 1},
         },
         },

Latest revision as of 10:37, 30 October 2025

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

return {
    {
        name = 'TitaniumParts',
        machine = 'Hand',
        input = {
            {'TitaniumPlate', 2},
        },
        output = {
            {'TitaniumParts', 1},
        },
        ticks = 80,
        tier = 4,
    },
}