Module:Data/DepletedUraniumCell/InInput: Difference between revisions
Jump to navigation
Jump to search
Created page with "return { { name = 'PlutoniumDust', input = { {'DepletedUraniumCell', 1}, }, output = { {'Cell', 1}, {'PlutoniumDust', 1}, }, ticks = 400, tier = 5, }, { name = 'Cell2', input = { {'DepletedUraniumCell', 1}, }, output = { {'Cell', 1}, }, ticks = 600, tier = 5, }, }" |
No edit summary |
||
| Line 2: | Line 2: | ||
{ | { | ||
name = 'PlutoniumDust', | name = 'PlutoniumDust', | ||
machine = 'Separator', | |||
input = { | input = { | ||
{'DepletedUraniumCell', 1}, | {'DepletedUraniumCell', 1}, | ||
| Line 14: | Line 15: | ||
{ | { | ||
name = 'Cell2', | name = 'Cell2', | ||
machine = 'Assembler', | |||
input = { | input = { | ||
{'DepletedUraniumCell', 1}, | {'DepletedUraniumCell', 1}, | ||
Latest revision as of 10:33, 30 October 2025
Documentation for this module may be created at Module:Data/DepletedUraniumCell/InInput/doc
return {
{
name = 'PlutoniumDust',
machine = 'Separator',
input = {
{'DepletedUraniumCell', 1},
},
output = {
{'Cell', 1},
{'PlutoniumDust', 1},
},
ticks = 400,
tier = 5,
},
{
name = 'Cell2',
machine = 'Assembler',
input = {
{'DepletedUraniumCell', 1},
},
output = {
{'Cell', 1},
},
ticks = 600,
tier = 5,
},
}