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 difference)
|
Latest revision as of 06:50, 1 August 2025
Documentation for this module may be created at Module:Data/Cell/InOutput/doc
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 = 'HotNeutroniumPlate1',
input = {
{'SynthesisCell', 2},
},
output = {
{'HotNeutroniumPlate', 1},
{'Cell', 1},
},
ticks = 200,
},
{
name = 'HotNeutroniumPlate2',
input = {
{'SynthesisCell', 1},
{'UltimateCatalyst', 1},
},
output = {
{'HotNeutroniumPlate', 1},
{'Cell', 1},
},
ticks = 200,
},
{
name = 'Cell',
input = {
{'AluminiumPlate', 1},
{'AluminiumParts', 1},
},
output = {
{'Cell', 1},
},
ticks = 200,
tier = 3,
},
}