Module:Data/PlutoniumCell/InInput
Jump to navigation
Jump to search
Documentation for this module may be created at Module:Data/PlutoniumCell/InInput/doc
return {
{
name = 'TitaniumRiteg',
input = {
{'PlutoniumCell', 1},
{'BasicFrame', 2},
{'TitaniumPlate', 8},
{'CopperPipe', 20},
},
output = {
{'TitaniumRiteg', 1},
},
ticks = 100,
tier = 5,
},
{
name = 'CompositeRiteg',
input = {
{'PlutoniumCell', 1},
{'ReinforcedFrame', 2},
{'CompositePlate', 8},
{'CopperPipe', 25},
},
output = {
{'CompositeRiteg', 1},
},
ticks = 100,
tier = 6,
},
{
name = 'NeutroniumRiteg',
input = {
{'PlutoniumCell', 1},
{'ReinforcedFrame', 4},
{'NeutroniumPlate', 8},
{'CopperPipe', 30},
},
output = {
{'NeutroniumRiteg', 1},
},
ticks = 100,
tier = 7,
},
{
name = 'PlutoniumCell',
input = {
{'PlutoniumCell', 1},
{'ReflectorCell', 4},
{'ThoriumCell', 3},
},
output = {
{'Uranium233Cell', 3},
{'DepletedUraniumCell', 1},
},
ticks = 400,
},
{
name = 'PlutoniumCell2',
input = {
{'PlutoniumCell', 1},
{'ReflectorCell', 8},
{'ThoriumCell', 6},
},
output = {
{'Uranium233Cell', 6},
{'DepletedUraniumCell', 1},
},
ticks = 400,
},
}