Module:HandRecipeDictionary

From Evospace
Revision as of 12:37, 31 July 2025 by Evospace (talk | contribs)
Jump to navigation Jump to search

Documentation for this module may be created at Module:HandRecipeDictionary/doc

return {
    {
        name = 'CopperParts',
        input = {
            {'CopperPlate', 1},
        },
        output = {
            {'CopperParts', 1},
            {'CopperParts', 1},
        },
        ticks = 80,
        tier = 0,
    },
    {
        name = 'CopperWire',
        input = {
            {'CopperPlate', 1},
        },
        output = {
            {'CopperWire', 1},
        },
        ticks = 20,
    },
    {
        name = 'GoldWire',
        input = {
            {'GoldPlate', 1},
        },
        output = {
            {'GoldWire', 1},
        },
        ticks = 20,
    },
    {
        name = 'PlatinumFoil',
        input = {
            {'PlatinumPlate', 1},
        },
        output = {
            {'PlatinumFoil', 1},
        },
        ticks = 20,
        tier = 5,
    },
    {
        name = 'PlatinumWire',
        input = {
            {'PlatinumPlate', 1},
        },
        output = {
            {'PlatinumWire', 1},
        },
        ticks = 20,
    },
    {
        name = 'SteelParts',
        input = {
            {'SteelPlate', 1},
        },
        output = {
            {'SteelParts', 1},
            {'SteelParts', 1},
        },
        ticks = 80,
        tier = 1,
    },
    {
        name = 'AluminiumSolarCell',
        input = {
            {'Silicon', 15},
            {'CopperWire', 5},
        },
        output = {
            {'AluminiumSolarCell', 1},
        },
        ticks = 80,
        tier = 2,
    },
    {
        name = 'AluminiumFoil',
        input = {
            {'AluminiumPlate', 1},
        },
        output = {
            {'AluminiumFoil', 1},
        },
        ticks = 20,
        tier = 2,
    },
    {
        name = 'AluminiumParts',
        input = {
            {'AluminiumPlate', 1},
        },
        output = {
            {'AluminiumParts', 1},
            {'AluminiumParts', 1},
        },
        ticks = 80,
        tier = 2,
    },
    {
        name = 'StainlessSteelSolarCell',
        input = {
            {'SiliconWafer', 5},
            {'CopperWire', 5},
        },
        output = {
            {'StainlessSteelSolarCell', 1},
        },
        ticks = 80,
        tier = 3,
    },
    {
        name = 'StainlessSteelParts',
        input = {
            {'StainlessSteelPlate', 1},
        },
        output = {
            {'StainlessSteelParts', 1},
            {'StainlessSteelParts', 1},
        },
        ticks = 80,
        tier = 3,
    },
    {
        name = 'TitaniumSolarCell',
        input = {
            {'StainlessSteelSolarCell', 4},
            {'CopperWire', 2},
            {'Processor', 1},
        },
        output = {
            {'TitaniumSolarCell', 1},
        },
        ticks = 80,
        tier = 4,
    },
    {
        name = 'TitaniumParts',
        input = {
            {'TitaniumPlate', 1},
        },
        output = {
            {'TitaniumParts', 1},
            {'TitaniumParts', 1},
        },
        ticks = 80,
        tier = 4,
    },
    {
        name = 'YttriumWire',
        input = {
            {'YttriumPlate', 1},
        },
        output = {
            {'YttriumWire', 1},
        },
        ticks = 20,
    },
    {
        name = 'TantalumFoil',
        input = {
            {'TantalumPlate', 1},
        },
        output = {
            {'TantalumFoil', 1},
        },
        ticks = 20,
        tier = 5,
    },
    {
        name = 'TantalumWire',
        input = {
            {'TantalumPlate', 1},
        },
        output = {
            {'TantalumWire', 1},
        },
        ticks = 20,
    },
    {
        name = 'CompositeSolarCell',
        input = {
            {'TitaniumSolarCell', 4},
            {'CopperWire', 2},
            {'Processor', 1},
        },
        output = {
            {'CompositeSolarCell', 1},
        },
        ticks = 80,
        tier = 5,
    },
    {
        name = 'CompositeParts',
        input = {
            {'CompositePlate', 1},
        },
        output = {
            {'CompositeParts', 1},
            {'CompositeParts', 1},
        },
        ticks = 80,
        tier = 5,
    },
    {
        name = 'NeutroniumSolarCell',
        input = {
            {'CompositeSolarCell', 4},
            {'CopperWire', 2},
            {'Processor', 1},
        },
        output = {
            {'NeutroniumSolarCell', 1},
        },
        ticks = 80,
        tier = 6,
    },
    {
        name = 'NeutroniumParts',
        input = {
            {'NeutroniumPlate', 1},
        },
        output = {
            {'NeutroniumParts', 1},
            {'NeutroniumParts', 1},
        },
        ticks = 80,
        tier = 6,
    },
}