Module:Data/ModularFrame/InOutput: Difference between revisions

From Evospace
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 2: Line 2:
     {
     {
         name = 'ModularFrame',
         name = 'ModularFrame',
        machine = 'Hand',
         input = {
         input = {
             {'ReinforcedFrame', 3},
             {'ReinforcedFrame', 3},

Latest revision as of 10:37, 30 October 2025

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

return {
    {
        name = 'ModularFrame',
        machine = 'Hand',
        input = {
            {'ReinforcedFrame', 3},
            {'StainlessSteelParts', 5},
        },
        output = {
            {'ModularFrame', 1},
        },
        ticks = 200,
        tier = 5,
    },
}