Module:Data/AluminiumSolarCell/InOutput: Difference between revisions

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

Latest revision as of 10:37, 30 October 2025

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

return {
    {
        name = 'AluminiumSolarCell',
        machine = 'Hand',
        input = {
            {'Silicon', 15},
            {'CopperWire', 5},
        },
        output = {
            {'AluminiumSolarCell', 1},
        },
        ticks = 80,
        tier = 2,
    },
}