Module:Data/YttriumDust/InOutput
Jump to navigation
Jump to search
Documentation for this module may be created at Module:Data/YttriumDust/InOutput/doc
return {
{
name = 'RareEarthSludge',
machine = 'ChemicalBath',
input = {
{'RareEarthSludge', 1},
{'Ammonia', 300},
},
output = {
{'YttriumDust', 2},
},
ticks = 200,
tier = 4,
},
{
name = 'YttriumPlate',
machine = 'Macerator',
input = {
{'YttriumPlate', 1},
},
output = {
{'YttriumDust', 1},
},
ticks = 80,
tier = 4,
},
}