Module:Data/BasicFrame/InOutput: Difference between revisions

From Evospace
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 2: Line 2:
     {
     {
         name = 'BasicFrame',
         name = 'BasicFrame',
        machine = 'Hand',
         input = {
         input = {
             {'SteelPlate', 4},
             {'SteelPlate', 4},

Latest revision as of 10:37, 30 October 2025

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

return {
    {
        name = 'BasicFrame',
        machine = 'Hand',
        input = {
            {'SteelPlate', 4},
            {'SteelParts', 2},
        },
        output = {
            {'BasicFrame', 1},
        },
        ticks = 200,
        tier = 2,
    },
}