Module:Data/PlatinumDust/InInput: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 7: | Line 7: | ||
}, | }, | ||
output = { | output = { | ||
{'PlatinumPlate', 1}, | |||
{'PlatinumPlate', 1}, | {'PlatinumPlate', 1}, | ||
}, | }, | ||
ticks = | ticks = 240, | ||
tier = 5, | tier = 5, | ||
}, | }, | ||
Latest revision as of 15:47, 24 August 2026
Documentation for this module may be created at Module:Data/PlatinumDust/InInput/doc
return {
{
name = 'PlatinumPlate',
machine = 'ArcSmelter',
input = {
{'PlatinumDust', 1},
},
output = {
{'PlatinumPlate', 1},
{'PlatinumPlate', 1},
},
ticks = 240,
tier = 5,
},
{
name = 'DopedSiliconMonocrystal',
machine = 'IndustrialSmelter',
input = {
{'Silicon', 16},
{'PlatinumDust', 1},
{'Mercury', 1000},
},
output = {
{'DopedSiliconMonocrystal', 1},
{'HotMercury', 1000},
},
ticks = 3000,
},
}