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