Module:Data/Cell/InOutput: 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, }, { name = 'Ho..." |
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}, | ||
| Line 25: | Line 27: | ||
{ | { | ||
name = 'HotNeutroniumPlate1', | name = 'HotNeutroniumPlate1', | ||
machine = 'FusionReactor', | |||
input = { | input = { | ||
{'SynthesisCell', 2}, | {'SynthesisCell', 2}, | ||
| Line 36: | Line 39: | ||
{ | { | ||
name = 'HotNeutroniumPlate2', | name = 'HotNeutroniumPlate2', | ||
machine = 'FusionReactor', | |||
input = { | input = { | ||
{'SynthesisCell', 1}, | {'SynthesisCell', 1}, | ||
| Line 48: | Line 52: | ||
{ | { | ||
name = 'Cell', | name = 'Cell', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'AluminiumPlate', 1}, | {'AluminiumPlate', 1}, | ||
Latest revision as of 10:36, 30 October 2025
Documentation for this module may be created at Module:Data/Cell/InOutput/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,
},
{
name = 'HotNeutroniumPlate1',
machine = 'FusionReactor',
input = {
{'SynthesisCell', 2},
},
output = {
{'HotNeutroniumPlate', 1},
{'Cell', 1},
},
ticks = 200,
},
{
name = 'HotNeutroniumPlate2',
machine = 'FusionReactor',
input = {
{'SynthesisCell', 1},
{'UltimateCatalyst', 1},
},
output = {
{'HotNeutroniumPlate', 1},
{'Cell', 1},
},
ticks = 200,
},
{
name = 'Cell',
machine = 'Hand',
input = {
{'AluminiumPlate', 1},
{'AluminiumParts', 1},
},
output = {
{'Cell', 1},
},
ticks = 200,
tier = 3,
},
}