Module:Data/Uranium233Cell/InInput: Difference between revisions
Jump to navigation
Jump to search
Created page with "return { { name = 'Uranium233Cell', input = { {'Uranium233Cell', 1}, {'ControlCell', 1}, }, output = { {'DepletedUraniumCell', 1}, }, ticks = 2000, }, { name = 'Uranium233Cell2', input = { {'Uranium233Cell', 2}, {'ControlCell', 1}, }, output = { {'DepletedUraniumCell', 2}, }, ticks = 2000,..." |
No edit summary |
||
| Line 2: | Line 2: | ||
{ | { | ||
name = 'Uranium233Cell', | name = 'Uranium233Cell', | ||
machine = 'FissionReactor', | |||
input = { | input = { | ||
{'Uranium233Cell', 1}, | {'Uranium233Cell', 1}, | ||
| Line 13: | Line 14: | ||
{ | { | ||
name = 'Uranium233Cell2', | name = 'Uranium233Cell2', | ||
machine = 'FissionReactor', | |||
input = { | input = { | ||
{'Uranium233Cell', 2}, | {'Uranium233Cell', 2}, | ||
| Line 24: | Line 26: | ||
{ | { | ||
name = 'Uranium233Cell3', | name = 'Uranium233Cell3', | ||
machine = 'FissionReactor', | |||
input = { | input = { | ||
{'Uranium233Cell', 4}, | {'Uranium233Cell', 4}, | ||
Latest revision as of 10:33, 30 October 2025
Documentation for this module may be created at Module:Data/Uranium233Cell/InInput/doc
return {
{
name = 'Uranium233Cell',
machine = 'FissionReactor',
input = {
{'Uranium233Cell', 1},
{'ControlCell', 1},
},
output = {
{'DepletedUraniumCell', 1},
},
ticks = 2000,
},
{
name = 'Uranium233Cell2',
machine = 'FissionReactor',
input = {
{'Uranium233Cell', 2},
{'ControlCell', 1},
},
output = {
{'DepletedUraniumCell', 2},
},
ticks = 2000,
},
{
name = 'Uranium233Cell3',
machine = 'FissionReactor',
input = {
{'Uranium233Cell', 4},
{'ControlCell', 1},
},
output = {
{'DepletedUraniumCell', 4},
},
ticks = 2000,
},
}