Module:Data/Catalyst/InInput: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 74: | Line 74: | ||
}, | }, | ||
{ | { | ||
name = ' | name = 'HydrocarbonBlend', | ||
machine = 'IndustrialChemReactor', | |||
input = { | |||
{'Ethanol', 2000}, | |||
{'Gasoline', 4000}, | |||
{'Catalyst', 1}, | |||
}, | |||
output = { | |||
{'HydrocarbonBlend', 6000}, | |||
}, | |||
ticks = 200, | |||
tier = 6, | |||
}, | |||
{ | |||
name = 'OxidizerBlend', | |||
machine = 'IndustrialChemReactor', | machine = 'IndustrialChemReactor', | ||
input = { | input = { | ||
{'Chlorine', 1000}, | {'Chlorine', 1000}, | ||
{'Ammonia', 1000}, | {'Ammonia', 1000}, | ||
{'Catalyst', 1}, | {'Catalyst', 1}, | ||
}, | }, | ||
output = { | output = { | ||
{' | {'OxidizerBlend', 1800}, | ||
}, | }, | ||
ticks = | ticks = 200, | ||
tier = | tier = 6, | ||
}, | }, | ||
{ | { | ||
Latest revision as of 15:47, 24 August 2026
Documentation for this module may be created at Module:Data/Catalyst/InInput/doc
return {
{
name = 'StainlessSteelCombustionEngine',
machine = 'Hand',
input = {
{'StainlessSteelPlate', 10},
{'StainlessSteelParts', 24},
{'Processor', 1},
{'Catalyst', 1},
},
output = {
{'StainlessSteelCombustionEngine', 1},
},
ticks = 100,
tier = 4,
},
{
name = 'TitaniumCombustionEngine',
machine = 'Hand',
input = {
{'TitaniumPlate', 10},
{'TitaniumParts', 24},
{'QuantumCircuit', 1},
{'Catalyst', 1},
},
output = {
{'TitaniumCombustionEngine', 1},
},
ticks = 100,
tier = 5,
},
{
name = 'CompositeCombustionEngine',
machine = 'Hand',
input = {
{'CompositePlate', 10},
{'CompositeParts', 24},
{'QuantumProcessor', 1},
{'Catalyst', 1},
},
output = {
{'CompositeCombustionEngine', 1},
},
ticks = 100,
tier = 6,
},
{
name = 'NeutroniumCombustionEngine',
machine = 'Hand',
input = {
{'NeutroniumPlate', 10},
{'NeutroniumParts', 24},
{'QuantumBrain', 1},
{'Catalyst', 1},
},
output = {
{'NeutroniumCombustionEngine', 1},
},
ticks = 100,
tier = 7,
},
{
name = 'PolyethyleneSheet',
machine = 'IndustrialChemReactor',
input = {
{'Ethylene', 1000},
{'Catalyst', 1},
},
output = {
{'PolyethyleneSheet', 10},
},
ticks = 600,
tier = 3,
},
{
name = 'HydrocarbonBlend',
machine = 'IndustrialChemReactor',
input = {
{'Ethanol', 2000},
{'Gasoline', 4000},
{'Catalyst', 1},
},
output = {
{'HydrocarbonBlend', 6000},
},
ticks = 200,
tier = 6,
},
{
name = 'OxidizerBlend',
machine = 'IndustrialChemReactor',
input = {
{'Chlorine', 1000},
{'Ammonia', 1000},
{'Catalyst', 1},
},
output = {
{'OxidizerBlend', 1800},
},
ticks = 200,
tier = 6,
},
{
name = 'Ethylene',
machine = 'IndustrialChemReactor',
input = {
{'ProducerGas', 1000},
{'Catalyst', 1},
},
output = {
{'Ethylene', 1000},
},
ticks = 200,
},
{
name = 'SulfuricAcid',
machine = 'IndustrialChemReactor',
input = {
{'Sulfur', 1},
{'Water', 1000},
{'Catalyst', 1},
},
output = {
{'SulfuricAcid', 300},
},
ticks = 200,
tier = 3,
},
{
name = 'RapeseedOil',
machine = 'IndustrialChemReactor',
input = {
{'RapeseedOil', 1000},
{'Ethanol', 150},
{'Catalyst', 1},
},
output = {
{'Diesel', 400},
},
ticks = 400,
},
{
name = 'Superfuel',
machine = 'IndustrialChemReactor',
input = {
{'HighCetaneDiesel', 1000},
{'Catalyst', 1},
},
output = {
{'Superfuel', 1000},
},
ticks = 3000,
},
{
name = 'AntigravityUnit',
machine = 'Hand',
input = {
{'CompositeParts', 20},
{'CompositePlate', 2},
{'CompositePipe', 6},
{'QuantumProcessor', 10},
{'Catalyst', 4},
{'CompositeElectricEngine', 8},
},
output = {
{'AntigravityUnit', 1},
},
ticks = 20,
},
}