Module:Data/TantalumDust/InOutput: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 5: | Line 5: | ||
input = { | input = { | ||
{'TantalumPlate', 1}, | {'TantalumPlate', 1}, | ||
}, | |||
output = { | |||
{'TantalumDust', 1}, | |||
}, | |||
ticks = 80, | |||
tier = 5, | |||
}, | |||
{ | |||
name = 'TantalumWire', | |||
machine = 'Macerator', | |||
input = { | |||
{'TantalumWire', 2}, | |||
}, | |||
output = { | |||
{'TantalumDust', 1}, | |||
}, | |||
ticks = 80, | |||
tier = 5, | |||
}, | |||
{ | |||
name = 'TantalumFoil', | |||
machine = 'Macerator', | |||
input = { | |||
{'TantalumFoil', 3}, | |||
}, | }, | ||
output = { | output = { | ||
Latest revision as of 15:51, 24 August 2026
Documentation for this module may be created at Module:Data/TantalumDust/InOutput/doc
return {
{
name = 'TantalumPlate',
machine = 'Macerator',
input = {
{'TantalumPlate', 1},
},
output = {
{'TantalumDust', 1},
},
ticks = 80,
tier = 5,
},
{
name = 'TantalumWire',
machine = 'Macerator',
input = {
{'TantalumWire', 2},
},
output = {
{'TantalumDust', 1},
},
ticks = 80,
tier = 5,
},
{
name = 'TantalumFoil',
machine = 'Macerator',
input = {
{'TantalumFoil', 3},
},
output = {
{'TantalumDust', 1},
},
ticks = 80,
tier = 5,
},
}