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