Module:Data/StainlessSteelSolarCell/InInput: Difference between revisions

From Evospace
Jump to navigation Jump to search
Created page with "return { { name = 'StainlessSteelSolarPanel', input = { {'StainlessSteelPlate', 4}, {'ReinforcedFrame', 3}, {'StainlessSteelSolarCell', 10}, }, output = { {'StainlessSteelSolarPanel', 1}, }, ticks = 20, tier = 4, }, { name = 'StainlessSteelSmallSolarPanel', input = { {'StainlessSteelPlate', 4}, {'ReinforcedFrame', 1},..."
 
(No difference)

Latest revision as of 20:06, 31 July 2025

Documentation for this module may be created at Module:Data/StainlessSteelSolarCell/InInput/doc

return {
    {
        name = 'StainlessSteelSolarPanel',
        input = {
            {'StainlessSteelPlate', 4},
            {'ReinforcedFrame', 3},
            {'StainlessSteelSolarCell', 10},
        },
        output = {
            {'StainlessSteelSolarPanel', 1},
        },
        ticks = 20,
        tier = 4,
    },
    {
        name = 'StainlessSteelSmallSolarPanel',
        input = {
            {'StainlessSteelPlate', 4},
            {'ReinforcedFrame', 1},
            {'StainlessSteelSolarCell', 1},
        },
        output = {
            {'StainlessSteelSmallSolarPanel', 1},
        },
        ticks = 20,
        tier = 4,
    },
    {
        name = 'TitaniumSolarCell',
        input = {
            {'StainlessSteelSolarCell', 4},
            {'CopperWire', 2},
            {'Processor', 1},
        },
        output = {
            {'TitaniumSolarCell', 1},
        },
        ticks = 80,
        tier = 4,
    },
}