Module:Data/ProducerGas/InInput: Difference between revisions
Jump to navigation
Jump to search
Created page with "return { { name = 'SynthesisCell', input = { {'Cell', 1}, {'ProducerGas', 3000}, }, output = { {'SynthesisCell', 1}, }, ticks = 200, tier = 6, }, { name = 'Ethylene', input = { {'ProducerGas', 1000}, {'Catalyst', 1}, }, output = { {'Ethylene', 1000}, }, ticks = 200, }, {..." |
No edit summary |
||
| Line 2: | Line 2: | ||
{ | { | ||
name = 'SynthesisCell', | name = 'SynthesisCell', | ||
machine = 'IndustrialChemReactor', | |||
input = { | input = { | ||
{'Cell', 1}, | {'Cell', 1}, | ||
| Line 14: | Line 15: | ||
{ | { | ||
name = 'Ethylene', | name = 'Ethylene', | ||
machine = 'IndustrialChemReactor', | |||
input = { | input = { | ||
{'ProducerGas', 1000}, | {'ProducerGas', 1000}, | ||
| Line 25: | Line 27: | ||
{ | { | ||
name = 'Hydrogen', | name = 'Hydrogen', | ||
machine = 'IndustrialChemReactor', | |||
input = { | input = { | ||
{'ProducerGas', 1000}, | {'ProducerGas', 1000}, | ||
| Line 35: | Line 38: | ||
{ | { | ||
name = 'ProducerGas', | name = 'ProducerGas', | ||
machine = 'FluidFurnace', | |||
input = { | input = { | ||
{'ProducerGas', 1000}, | {'ProducerGas', 1000}, | ||
Latest revision as of 10:33, 30 October 2025
Documentation for this module may be created at Module:Data/ProducerGas/InInput/doc
return {
{
name = 'SynthesisCell',
machine = 'IndustrialChemReactor',
input = {
{'Cell', 1},
{'ProducerGas', 3000},
},
output = {
{'SynthesisCell', 1},
},
ticks = 200,
tier = 6,
},
{
name = 'Ethylene',
machine = 'IndustrialChemReactor',
input = {
{'ProducerGas', 1000},
{'Catalyst', 1},
},
output = {
{'Ethylene', 1000},
},
ticks = 200,
},
{
name = 'Hydrogen',
machine = 'IndustrialChemReactor',
input = {
{'ProducerGas', 1000},
},
output = {
{'Hydrogen', 750},
},
ticks = 200,
},
{
name = 'ProducerGas',
machine = 'FluidFurnace',
input = {
{'ProducerGas', 1000},
},
output = {
},
ticks = 1000.0,
},
}