Module:Data/PyroplatiteOre/InInput: Difference between revisions
Jump to navigation
Jump to search
Created page with "return { { name = 'PyroplatiteOre', input = { {'PyroplatiteOre', 1}, }, output = { {'PyroplatiteDust', 1}, }, ticks = 180, tier = 4, }, { name = 'HammerPyroplatiteOre', input = { {'PyroplatiteOre', 1}, }, output = { {'PyroplatiteOreImpureGravel', 1}, {'PyroplatiteOreImpureGravel', 1}, }, ticks = 10..." |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 2: | Line 2: | ||
{ | { | ||
name = 'PyroplatiteOre', | name = 'PyroplatiteOre', | ||
machine = 'Smelter', | |||
input = { | input = { | ||
{'PyroplatiteOre', 1}, | {'PyroplatiteOre', 1}, | ||
| Line 8: | Line 9: | ||
{'PyroplatiteDust', 1}, | {'PyroplatiteDust', 1}, | ||
}, | }, | ||
ticks = | ticks = 60, | ||
tier = 4, | tier = 4, | ||
}, | }, | ||
{ | { | ||
name = 'HammerPyroplatiteOre', | name = 'HammerPyroplatiteOre', | ||
machine = 'AutomaticHammer', | |||
input = { | input = { | ||
{'PyroplatiteOre', 1}, | {'PyroplatiteOre', 1}, | ||
| Line 21: | Line 23: | ||
}, | }, | ||
ticks = 100, | ticks = 100, | ||
tier = 4, | |||
}, | |||
{ | |||
name = 'PyroplatiteOre', | |||
machine = 'ArcSmelter', | |||
input = { | |||
{'PyroplatiteOre', 1}, | |||
}, | |||
output = { | |||
{'PyroplatiteDust', 1}, | |||
{'PyroplatiteDust', 1}, | |||
}, | |||
ticks = 240, | |||
tier = 4, | tier = 4, | ||
}, | }, | ||
} | } | ||
Latest revision as of 15:48, 24 August 2026
Documentation for this module may be created at Module:Data/PyroplatiteOre/InInput/doc
return {
{
name = 'PyroplatiteOre',
machine = 'Smelter',
input = {
{'PyroplatiteOre', 1},
},
output = {
{'PyroplatiteDust', 1},
},
ticks = 60,
tier = 4,
},
{
name = 'HammerPyroplatiteOre',
machine = 'AutomaticHammer',
input = {
{'PyroplatiteOre', 1},
},
output = {
{'PyroplatiteOreImpureGravel', 1},
{'PyroplatiteOreImpureGravel', 1},
},
ticks = 100,
tier = 4,
},
{
name = 'PyroplatiteOre',
machine = 'ArcSmelter',
input = {
{'PyroplatiteOre', 1},
},
output = {
{'PyroplatiteDust', 1},
{'PyroplatiteDust', 1},
},
ticks = 240,
tier = 4,
},
}