Module:Data/DepletedUraniumCell/InOutput: Difference between revisions
Jump to navigation
Jump to search
Created page with "return { { name = 'UraniumCell', input = { {'UraniumCell', 1}, }, output = { {'DepletedUraniumCell', 1}, }, ticks = 2000.0, }, { name = 'UraniumCell2', input = { {'UraniumCell', 2}, {'ControlCell', 1}, }, output = { {'DepletedUraniumCell', 2}, }, ticks = 4200.0, }, { name = 'UraniumCell3',..." |
No edit summary |
||
| Line 2: | Line 2: | ||
{ | { | ||
name = 'UraniumCell', | name = 'UraniumCell', | ||
machine = 'FissionReactor', | |||
input = { | input = { | ||
{'UraniumCell', 1}, | {'UraniumCell', 1}, | ||
| Line 12: | Line 13: | ||
{ | { | ||
name = 'UraniumCell2', | name = 'UraniumCell2', | ||
machine = 'FissionReactor', | |||
input = { | input = { | ||
{'UraniumCell', 2}, | {'UraniumCell', 2}, | ||
| Line 23: | Line 25: | ||
{ | { | ||
name = 'UraniumCell3', | name = 'UraniumCell3', | ||
machine = 'FissionReactor', | |||
input = { | input = { | ||
{'UraniumCell', 3}, | {'UraniumCell', 3}, | ||
| Line 34: | Line 37: | ||
{ | { | ||
name = 'ThoriumCell', | name = 'ThoriumCell', | ||
machine = 'FissionReactor', | |||
input = { | input = { | ||
{'UraniumCell', 3}, | {'UraniumCell', 3}, | ||
| Line 47: | Line 51: | ||
{ | { | ||
name = 'PlutoniumCell', | name = 'PlutoniumCell', | ||
machine = 'FissionReactor', | |||
input = { | input = { | ||
{'PlutoniumCell', 1}, | {'PlutoniumCell', 1}, | ||
| Line 60: | Line 65: | ||
{ | { | ||
name = 'PlutoniumCell2', | name = 'PlutoniumCell2', | ||
machine = 'FissionReactor', | |||
input = { | input = { | ||
{'PlutoniumCell', 1}, | {'PlutoniumCell', 1}, | ||
| Line 73: | Line 79: | ||
{ | { | ||
name = 'ControlCell', | name = 'ControlCell', | ||
machine = 'FissionReactor', | |||
input = { | input = { | ||
{'UraniumCell', 1}, | {'UraniumCell', 1}, | ||
| Line 84: | Line 91: | ||
{ | { | ||
name = 'Uranium233Cell', | name = 'Uranium233Cell', | ||
machine = 'FissionReactor', | |||
input = { | input = { | ||
{'Uranium233Cell', 1}, | {'Uranium233Cell', 1}, | ||
| Line 95: | Line 103: | ||
{ | { | ||
name = 'Uranium233Cell2', | name = 'Uranium233Cell2', | ||
machine = 'FissionReactor', | |||
input = { | input = { | ||
{'Uranium233Cell', 2}, | {'Uranium233Cell', 2}, | ||
| Line 106: | Line 115: | ||
{ | { | ||
name = 'Uranium233Cell3', | name = 'Uranium233Cell3', | ||
machine = 'FissionReactor', | |||
input = { | input = { | ||
{'Uranium233Cell', 4}, | {'Uranium233Cell', 4}, | ||
Latest revision as of 10:36, 30 October 2025
Documentation for this module may be created at Module:Data/DepletedUraniumCell/InOutput/doc
return {
{
name = 'UraniumCell',
machine = 'FissionReactor',
input = {
{'UraniumCell', 1},
},
output = {
{'DepletedUraniumCell', 1},
},
ticks = 2000.0,
},
{
name = 'UraniumCell2',
machine = 'FissionReactor',
input = {
{'UraniumCell', 2},
{'ControlCell', 1},
},
output = {
{'DepletedUraniumCell', 2},
},
ticks = 4200.0,
},
{
name = 'UraniumCell3',
machine = 'FissionReactor',
input = {
{'UraniumCell', 3},
{'ControlCell', 2},
},
output = {
{'DepletedUraniumCell', 3},
},
ticks = 6400.0,
},
{
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 = 'ControlCell',
machine = 'FissionReactor',
input = {
{'UraniumCell', 1},
{'ControlCell', 1},
},
output = {
{'DepletedUraniumCell', 1},
},
ticks = 2140.0,
},
{
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,
},
}