Module:AssemblerRecipeDictionary
Documentation for this module may be created at Module:AssemblerRecipeDictionary/doc
return {
{
name = 'CopperWire2',
ingredients = {
{'CopperPlate', 1},
},
results = {
{'CopperWire', 2},
},
time = 40,
},
{
name = 'GoldWire2',
ingredients = {
{'GoldPlate', 1},
},
results = {
{'GoldWire', 2},
},
time = 40,
},
{
name = 'PlatinumFoil',
ingredients = {
{'PlatinumPlate', 1},
},
results = {
{'PlatinumFoil', 3},
},
time = 80,
tier = 5,
},
{
name = 'PlatinumWire2',
ingredients = {
{'PlatinumPlate', 1},
},
results = {
{'PlatinumWire', 2},
},
time = 40,
},
{
name = 'AluminiumFoil',
ingredients = {
{'AluminiumPlate', 1},
},
results = {
{'AluminiumFoil', 3},
},
time = 80,
tier = 2,
},
{
name = 'YttriumWire2',
ingredients = {
{'YttriumPlate', 1},
},
results = {
{'YttriumWire', 2},
},
time = 40,
},
{
name = 'TantalumFoil',
ingredients = {
{'TantalumPlate', 1},
},
results = {
{'TantalumFoil', 3},
},
time = 80,
tier = 5,
},
{
name = 'TantalumWire2',
ingredients = {
{'TantalumPlate', 1},
},
results = {
{'TantalumWire', 2},
},
time = 40,
},
}