Module:Data/PlatinumPlate/InInput: Difference between revisions
Jump to navigation
Jump to search
Created page with "return { { name = 'PlatinumPlate', input = { {'PlatinumPlate', 1}, }, output = { {'PlatinumDust', 1}, }, ticks = 80, tier = 5, }, { name = 'PlatinumFoil', input = { {'PlatinumPlate', 1}, }, output = { {'PlatinumFoil', 1}, }, ticks = 20, tier = 5, }, { name = 'PlatinumWire', inpu..." |
No edit summary |
||
| Line 2: | Line 2: | ||
{ | { | ||
name = 'PlatinumPlate', | name = 'PlatinumPlate', | ||
machine = 'Macerator', | |||
input = { | input = { | ||
{'PlatinumPlate', 1}, | {'PlatinumPlate', 1}, | ||
| Line 13: | Line 14: | ||
{ | { | ||
name = 'PlatinumFoil', | name = 'PlatinumFoil', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'PlatinumPlate', 1}, | {'PlatinumPlate', 1}, | ||
| Line 24: | Line 26: | ||
{ | { | ||
name = 'PlatinumWire', | name = 'PlatinumWire', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'PlatinumPlate', 1}, | {'PlatinumPlate', 1}, | ||
| Line 34: | Line 37: | ||
{ | { | ||
name = 'PlatinumFoil', | name = 'PlatinumFoil', | ||
machine = 'Assembler', | |||
input = { | input = { | ||
{'PlatinumPlate', 1}, | {'PlatinumPlate', 1}, | ||
| Line 45: | Line 49: | ||
{ | { | ||
name = 'PlatinumWire2', | name = 'PlatinumWire2', | ||
machine = 'Assembler', | |||
input = { | input = { | ||
{'PlatinumPlate', 1}, | {'PlatinumPlate', 1}, | ||
Latest revision as of 10:33, 30 October 2025
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 = 20,
},
{
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,
},
}