Module:Data/Uranium233Cell/InOutput: Difference between revisions
Jump to navigation
Jump to search
Created page with "return { { name = 'ThoriumCell', input = { {'UraniumCell', 3}, {'ReflectorCell', 4}, {'ThoriumCell', 2}, }, output = { {'DepletedUraniumCell', 3}, {'Uranium233Cell', 2}, }, ticks = 1000, }, { name = 'PlutoniumCell', input = { {'PlutoniumCell', 1}, {'ReflectorCell', 4}, {'ThoriumCell', 3}, },..." |
No edit summary |
||
| Line 2: | Line 2: | ||
{ | { | ||
name = 'ThoriumCell', | name = 'ThoriumCell', | ||
machine = 'FissionReactor', | |||
input = { | input = { | ||
{'UraniumCell', 3}, | {'UraniumCell', 3}, | ||
| Line 15: | Line 16: | ||
{ | { | ||
name = 'PlutoniumCell', | name = 'PlutoniumCell', | ||
machine = 'FissionReactor', | |||
input = { | input = { | ||
{'PlutoniumCell', 1}, | {'PlutoniumCell', 1}, | ||
| Line 28: | Line 30: | ||
{ | { | ||
name = 'PlutoniumCell2', | name = 'PlutoniumCell2', | ||
machine = 'FissionReactor', | |||
input = { | input = { | ||
{'PlutoniumCell', 1}, | {'PlutoniumCell', 1}, | ||
| Line 41: | Line 44: | ||
{ | { | ||
name = 'Uranium233Cell', | name = 'Uranium233Cell', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'Uranium233Dust', 3}, | {'Uranium233Dust', 3}, | ||
Latest revision as of 10:36, 30 October 2025
Documentation for this module may be created at Module:Data/Uranium233Cell/InOutput/doc
return {
{
name = 'ThoriumCell',
machine = 'FissionReactor',
input = {
{'UraniumCell', 3},
{'ReflectorCell', 4},
{'ThoriumCell', 2},
},
output = {
{'DepletedUraniumCell', 3},
{'Uranium233Cell', 2},
},
ticks = 1000,
},
{
name = 'PlutoniumCell',
machine = 'FissionReactor',
input = {
{'PlutoniumCell', 1},
{'ReflectorCell', 4},
{'ThoriumCell', 3},
},
output = {
{'Uranium233Cell', 3},
{'DepletedUraniumCell', 1},
},
ticks = 400,
},
{
name = 'PlutoniumCell2',
machine = 'FissionReactor',
input = {
{'PlutoniumCell', 1},
{'ReflectorCell', 8},
{'ThoriumCell', 6},
},
output = {
{'Uranium233Cell', 6},
{'DepletedUraniumCell', 1},
},
ticks = 400,
},
{
name = 'Uranium233Cell',
machine = 'Hand',
input = {
{'Uranium233Dust', 3},
{'Cell', 1},
},
output = {
{'Uranium233Cell', 1},
},
ticks = 200,
},
}