Module:Data/NeutroniumPump/InInput: Difference between revisions
Jump to navigation
Jump to search
Created page with "return { { name = 'NeutroniumFractionatingColumn', input = { {'NeutroniumPlate', 13}, {'StainlessSteelPipe', 25}, {'ModularFrame', 2}, {'NeutroniumPump', 6}, }, output = { {'NeutroniumFractionatingColumn', 1}, }, ticks = 40, tier = 7, }, { name = 'NeutroniumOverflowPump', input = { {'QuantumBrain', 3}, {'N..." |
(No difference)
|
Latest revision as of 20:00, 31 July 2025
Documentation for this module may be created at Module:Data/NeutroniumPump/InInput/doc
return {
{
name = 'NeutroniumFractionatingColumn',
input = {
{'NeutroniumPlate', 13},
{'StainlessSteelPipe', 25},
{'ModularFrame', 2},
{'NeutroniumPump', 6},
},
output = {
{'NeutroniumFractionatingColumn', 1},
},
ticks = 40,
tier = 7,
},
{
name = 'NeutroniumOverflowPump',
input = {
{'QuantumBrain', 3},
{'NeutroniumPump', 1},
},
output = {
{'NeutroniumOverflowPump', 1},
},
ticks = 20,
tier = 7,
},
}