Module:Data/NeutroniumSolarCell/InOutput: Difference between revisions

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

Latest revision as of 10:37, 30 October 2025

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

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