Module:Data/StainlessSteelSmallSolarPanel/InOutput

From Evospace
Jump to navigation Jump to search

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

return {
    {
        name = 'StainlessSteelSmallSolarPanel',
        input = {
            {'StainlessSteelPlate', 4},
            {'ReinforcedFrame', 1},
            {'StainlessSteelSolarCell', 1},
        },
        output = {
            {'StainlessSteelSmallSolarPanel', 1},
        },
        ticks = 20,
        tier = 4,
    },
}