Module:Data/CompositeSolarCell/InOutput: Difference between revisions

From Evospace
Jump to navigation Jump to search
Created page with "return { { name = 'CompositeSolarCell', input = { {'TitaniumSolarCell', 4}, {'CopperWire', 2}, {'Processor', 1}, }, output = { {'CompositeSolarCell', 1}, }, ticks = 80, tier = 5, }, }"
 
No edit summary
 
Line 2: Line 2:
     {
     {
         name = 'CompositeSolarCell',
         name = 'CompositeSolarCell',
        machine = 'Hand',
         input = {
         input = {
             {'TitaniumSolarCell', 4},
             {'TitaniumSolarCell', 4},

Latest revision as of 10:37, 30 October 2025

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

return {
    {
        name = 'CompositeSolarCell',
        machine = 'Hand',
        input = {
            {'TitaniumSolarCell', 4},
            {'CopperWire', 2},
            {'Processor', 1},
        },
        output = {
            {'CompositeSolarCell', 1},
        },
        ticks = 80,
        tier = 5,
    },
}