Module:Data/CompositeSmallSolarPanel/InOutput: Difference between revisions

From Evospace
Jump to navigation Jump to search
Created page with "return { { name = 'CompositeSmallSolarPanel', input = { {'CompositePlate', 4}, {'ModularFrame', 1}, {'CompositeSolarCell', 1}, }, output = { {'CompositeSmallSolarPanel', 1}, }, ticks = 20, tier = 6, }, }"
 
No edit summary
 
Line 2: Line 2:
     {
     {
         name = 'CompositeSmallSolarPanel',
         name = 'CompositeSmallSolarPanel',
        machine = 'Hand',
         input = {
         input = {
             {'CompositePlate', 4},
             {'CompositePlate', 4},

Latest revision as of 10:36, 30 October 2025

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

return {
    {
        name = 'CompositeSmallSolarPanel',
        machine = 'Hand',
        input = {
            {'CompositePlate', 4},
            {'ModularFrame', 1},
            {'CompositeSolarCell', 1},
        },
        output = {
            {'CompositeSmallSolarPanel', 1},
        },
        ticks = 20,
        tier = 6,
    },
}