Module:HandRecipeDictionary
Documentation for this module may be created at Module:HandRecipeDictionary/doc
return {
{
name = 'CopperParts',
ingredients = {
{'CopperPlate', 1},
},
results = {
{'CopperParts', 1},
{'CopperParts', 1},
},
time = 80,
tier = 0,
},
{
name = 'CopperWire',
ingredients = {
{'CopperPlate', 1},
},
results = {
{'CopperWire', 1},
},
time = 20,
},
{
name = 'GoldWire',
ingredients = {
{'GoldPlate', 1},
},
results = {
{'GoldWire', 1},
},
time = 20,
},
{
name = 'PlatinumFoil',
ingredients = {
{'PlatinumPlate', 1},
},
results = {
{'PlatinumFoil', 1},
},
time = 20,
tier = 5,
},
{
name = 'PlatinumWire',
ingredients = {
{'PlatinumPlate', 1},
},
results = {
{'PlatinumWire', 1},
},
time = 20,
},
{
name = 'SteelParts',
ingredients = {
{'SteelPlate', 1},
},
results = {
{'SteelParts', 1},
{'SteelParts', 1},
},
time = 80,
tier = 1,
},
{
name = 'AluminiumSolarCell',
ingredients = {
{'Silicon', 15},
{'CopperWire', 5},
},
results = {
{'AluminiumSolarCell', 1},
},
time = 80,
tier = 2,
},
{
name = 'AluminiumFoil',
ingredients = {
{'AluminiumPlate', 1},
},
results = {
{'AluminiumFoil', 1},
},
time = 20,
tier = 2,
},
{
name = 'AluminiumParts',
ingredients = {
{'AluminiumPlate', 1},
},
results = {
{'AluminiumParts', 1},
{'AluminiumParts', 1},
},
time = 80,
tier = 2,
},
{
name = 'StainlessSteelSolarCell',
ingredients = {
{'SiliconWafer', 5},
{'CopperWire', 5},
},
results = {
{'StainlessSteelSolarCell', 1},
},
time = 80,
tier = 3,
},
{
name = 'StainlessSteelParts',
ingredients = {
{'StainlessSteelPlate', 1},
},
results = {
{'StainlessSteelParts', 1},
{'StainlessSteelParts', 1},
},
time = 80,
tier = 3,
},
{
name = 'TitaniumSolarCell',
ingredients = {
{'StainlessSteelSolarCell', 4},
{'CopperWire', 2},
{'Processor', 1},
},
results = {
{'TitaniumSolarCell', 1},
},
time = 80,
tier = 4,
},
{
name = 'TitaniumParts',
ingredients = {
{'TitaniumPlate', 1},
},
results = {
{'TitaniumParts', 1},
{'TitaniumParts', 1},
},
time = 80,
tier = 4,
},
{
name = 'YttriumWire',
ingredients = {
{'YttriumPlate', 1},
},
results = {
{'YttriumWire', 1},
},
time = 20,
},
{
name = 'TantalumFoil',
ingredients = {
{'TantalumPlate', 1},
},
results = {
{'TantalumFoil', 1},
},
time = 20,
tier = 5,
},
{
name = 'TantalumWire',
ingredients = {
{'TantalumPlate', 1},
},
results = {
{'TantalumWire', 1},
},
time = 20,
},
{
name = 'CompositeSolarCell',
ingredients = {
{'TitaniumSolarCell', 4},
{'CopperWire', 2},
{'Processor', 1},
},
results = {
{'CompositeSolarCell', 1},
},
time = 80,
tier = 5,
},
{
name = 'CompositeParts',
ingredients = {
{'CompositePlate', 1},
},
results = {
{'CompositeParts', 1},
{'CompositeParts', 1},
},
time = 80,
tier = 5,
},
{
name = 'NeutroniumSolarCell',
ingredients = {
{'CompositeSolarCell', 4},
{'CopperWire', 2},
{'Processor', 1},
},
results = {
{'NeutroniumSolarCell', 1},
},
time = 80,
tier = 6,
},
{
name = 'NeutroniumParts',
ingredients = {
{'NeutroniumPlate', 1},
},
results = {
{'NeutroniumParts', 1},
{'NeutroniumParts', 1},
},
time = 80,
tier = 6,
},
}