Module:Data/NeutroniumSolarPanel/InOutput: Difference between revisions

From Evospace
Jump to navigation Jump to search
Created page with "return { { name = 'NeutroniumSolarPanel', input = { {'NeutroniumPlate', 4}, {'ModularFrame', 6}, {'NeutroniumSolarCell', 10}, }, output = { {'NeutroniumSolarPanel', 1}, }, ticks = 20, tier = 7, }, }"
 
(No difference)

Latest revision as of 06:50, 1 August 2025

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

return {
    {
        name = 'NeutroniumSolarPanel',
        input = {
            {'NeutroniumPlate', 4},
            {'ModularFrame', 6},
            {'NeutroniumSolarCell', 10},
        },
        output = {
            {'NeutroniumSolarPanel', 1},
        },
        ticks = 20,
        tier = 7,
    },
}