Module:Data/PlatinumDust/InOutput: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 18: | Line 18: | ||
input = { | input = { | ||
{'PlatinumPlate', 1}, | {'PlatinumPlate', 1}, | ||
}, | |||
output = { | |||
{'PlatinumDust', 1}, | |||
}, | |||
ticks = 80, | |||
tier = 5, | |||
}, | |||
{ | |||
name = 'PlatinumWire', | |||
machine = 'Macerator', | |||
input = { | |||
{'PlatinumWire', 2}, | |||
}, | |||
output = { | |||
{'PlatinumDust', 1}, | |||
}, | |||
ticks = 80, | |||
tier = 5, | |||
}, | |||
{ | |||
name = 'PlatinumFoil', | |||
machine = 'Macerator', | |||
input = { | |||
{'PlatinumFoil', 3}, | |||
}, | }, | ||
output = { | output = { | ||
Latest revision as of 15:50, 24 August 2026
Documentation for this module may be created at Module:Data/PlatinumDust/InOutput/doc
return {
{
name = 'Platinum',
machine = 'IndustrialChemReactor',
input = {
{'PlatinumSolution', 1300},
{'AmmoniumChloride', 1},
},
output = {
{'PlatinumDust', 1},
},
ticks = 400,
tier = 5,
},
{
name = 'PlatinumPlate',
machine = 'Macerator',
input = {
{'PlatinumPlate', 1},
},
output = {
{'PlatinumDust', 1},
},
ticks = 80,
tier = 5,
},
{
name = 'PlatinumWire',
machine = 'Macerator',
input = {
{'PlatinumWire', 2},
},
output = {
{'PlatinumDust', 1},
},
ticks = 80,
tier = 5,
},
{
name = 'PlatinumFoil',
machine = 'Macerator',
input = {
{'PlatinumFoil', 3},
},
output = {
{'PlatinumDust', 1},
},
ticks = 80,
tier = 5,
},
}