Module:HandRecipeDictionary: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
return { | return { | ||
{ | { | ||
name = ' | name = 'CopperParts', | ||
ingredients = { | ingredients = { | ||
{' | {'CopperPlate', 1}, | ||
}, | }, | ||
results = { | results = { | ||
{' | {'CopperParts', 1}, | ||
{'CopperParts', 1}, | |||
}, | |||
time = 80, | |||
tier = 0, | |||
}, | |||
{ | |||
name = 'CopperWire', | |||
ingredients = { | |||
{'CopperPlate', 1}, | |||
}, | |||
results = { | |||
{'CopperWire', 1}, | |||
}, | }, | ||
time = 20, | time = 20, | ||
}, | }, | ||
{ | { | ||
name = ' | name = 'GoldWire', | ||
ingredients = { | ingredients = { | ||
{' | {'GoldPlate', 1}, | ||
}, | }, | ||
results = { | results = { | ||
{' | {'GoldWire', 1}, | ||
}, | }, | ||
time = 20, | time = 20, | ||
}, | }, | ||
{ | { | ||
name = ' | name = 'PlatinumFoil', | ||
ingredients = { | ingredients = { | ||
{' | {'PlatinumPlate', 1}, | ||
}, | }, | ||
results = { | results = { | ||
{' | {'PlatinumFoil', 1}, | ||
}, | }, | ||
time = 20, | time = 20, | ||
tier = 5, | |||
}, | }, | ||
{ | { | ||
name = ' | name = 'PlatinumWire', | ||
ingredients = { | ingredients = { | ||
{' | {'PlatinumPlate', 1}, | ||
}, | }, | ||
results = { | results = { | ||
{' | {'PlatinumWire', 1}, | ||
}, | }, | ||
time = 20, | time = 20, | ||
}, | }, | ||
{ | { | ||
name = ' | name = 'SteelParts', | ||
ingredients = { | |||
{'SteelPlate', 1}, | |||
}, | |||
results = { | |||
{'SteelParts', 1}, | |||
{'SteelParts', 1}, | |||
}, | |||
time = 80, | |||
tier = 1, | |||
}, | |||
{ | |||
name = 'AluminiumSolarCell', | |||
ingredients = { | ingredients = { | ||
{' | {'Silicon', 15}, | ||
{'CopperWire', 5}, | |||
{' | |||
}, | }, | ||
results = { | results = { | ||
{' | {'AluminiumSolarCell', 1}, | ||
}, | |||
time = 80, | |||
tier = 2, | |||
}, | |||
{ | |||
name = 'AluminiumFoil', | |||
ingredients = { | |||
{'AluminiumPlate', 1}, | |||
}, | |||
results = { | |||
{'AluminiumFoil', 1}, | |||
}, | }, | ||
time = 20, | 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 = ' | name = 'TitaniumParts', | ||
ingredients = { | ingredients = { | ||
{' | {'TitaniumPlate', 1}, | ||
}, | }, | ||
results = { | results = { | ||
{' | {'TitaniumParts', 1}, | ||
{'TitaniumParts', 1}, | |||
}, | |||
time = 80, | |||
tier = 4, | |||
}, | |||
{ | |||
name = 'YttriumWire', | |||
ingredients = { | |||
{'YttriumPlate', 1}, | |||
}, | |||
results = { | |||
{'YttriumWire', 1}, | |||
}, | }, | ||
time = 20, | time = 20, | ||
}, | }, | ||
{ | { | ||
name = ' | name = 'TantalumFoil', | ||
ingredients = { | ingredients = { | ||
{' | {'TantalumPlate', 1}, | ||
}, | }, | ||
results = { | results = { | ||
{' | {'TantalumFoil', 1}, | ||
}, | }, | ||
time = 20, | time = 20, | ||
tier = 5, | |||
}, | }, | ||
{ | { | ||
name = ' | name = 'TantalumWire', | ||
ingredients = { | ingredients = { | ||
{' | {'TantalumPlate', 1}, | ||
}, | }, | ||
results = { | results = { | ||
{' | {'TantalumWire', 1}, | ||
}, | }, | ||
time = 20, | time = 20, | ||
}, | }, | ||
{ | { | ||
name = ' | name = 'CompositeSolarCell', | ||
ingredients = { | |||
{'TitaniumSolarCell', 4}, | |||
{'CopperWire', 2}, | |||
{'Processor', 1}, | |||
}, | |||
results = { | |||
{'CompositeSolarCell', 1}, | |||
}, | |||
time = 80, | |||
tier = 5, | |||
}, | |||
{ | |||
name = 'CompositeParts', | |||
ingredients = { | ingredients = { | ||
{'CompositePlate', 1}, | |||
{'CompositePlate', | |||
}, | }, | ||
results = { | results = { | ||
{' | {'CompositeParts', 1}, | ||
{'CompositeParts', 1}, | |||
}, | }, | ||
time = | time = 80, | ||
tier = 5, | |||
}, | |||
{ | |||
name = 'NeutroniumSolarCell', | |||
ingredients = { | |||
{'CompositeSolarCell', 4}, | |||
{'CopperWire', 2}, | |||
{'Processor', 1}, | |||
}, | |||
results = { | |||
{'NeutroniumSolarCell', 1}, | |||
}, | |||
time = 80, | |||
tier = 6, | |||
}, | }, | ||
{ | { | ||
name = ' | name = 'NeutroniumParts', | ||
ingredients = { | ingredients = { | ||
{' | {'NeutroniumPlate', 1}, | ||
}, | }, | ||
results = { | results = { | ||
{' | {'NeutroniumParts', 1}, | ||
{'NeutroniumParts', 1}, | |||
}, | }, | ||
time = | time = 80, | ||
tier = 6, | |||
}, | }, | ||
} | } |
Revision as of 12:22, 31 July 2025
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,
},
}