Module:Data/StainlessSteelSolarPanel/InOutput

From Evospace
Jump to navigation Jump to search

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

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