Module:Data/UltimateCatalyst/InInput: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
{ | { | ||
name = 'NeutroniumPortal', | name = 'NeutroniumPortal', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'UltimateCatalyst', 10}, | {'UltimateCatalyst', 10}, | ||
| Line 7: | Line 8: | ||
{'ModularFrame', 20}, | {'ModularFrame', 20}, | ||
{'YttriumWire', 100}, | {'YttriumWire', 100}, | ||
{'QuantumBrain', | {'QuantumBrain', 25}, | ||
{'BuildingMaterial', 256}, | {'BuildingMaterial', 256}, | ||
}, | }, | ||
| Line 18: | Line 19: | ||
{ | { | ||
name = 'QuantumBrain2', | name = 'QuantumBrain2', | ||
machine = 'Assembler', | |||
input = { | input = { | ||
{'QuantumProcessor', 2}, | {'QuantumProcessor', 2}, | ||
| Line 31: | Line 33: | ||
}, | }, | ||
{ | { | ||
name = ' | name = 'HydrocarbonBlend2', | ||
machine = 'IndustrialChemReactor', | |||
input = { | |||
{'Ethanol', 2000}, | |||
{'Gasoline', 3000}, | |||
{'UltimateCatalyst', 1}, | |||
}, | |||
output = { | |||
{'HydrocarbonBlend', 5000}, | |||
}, | |||
ticks = 200, | |||
tier = 7, | |||
}, | |||
{ | |||
name = 'OxidizerBlend2', | |||
machine = 'IndustrialChemReactor', | |||
input = { | input = { | ||
{'Chlorine', 1000}, | {'Chlorine', 1000}, | ||
{'Ammonia', 1000}, | {'Ammonia', 1000}, | ||
{'UltimateCatalyst', 1}, | {'UltimateCatalyst', 1}, | ||
}, | }, | ||
output = { | output = { | ||
{' | {'OxidizerBlend', 2000}, | ||
}, | }, | ||
ticks = | ticks = 200, | ||
tier = 7, | tier = 7, | ||
}, | }, | ||
{ | { | ||
name = 'Superfuel2', | name = 'Superfuel2', | ||
machine = 'IndustrialChemReactor', | |||
input = { | input = { | ||
{'HighCetaneDiesel', 1000}, | {'HighCetaneDiesel', 1000}, | ||
| Line 58: | Line 74: | ||
{ | { | ||
name = 'HotNeutroniumPlate2', | name = 'HotNeutroniumPlate2', | ||
machine = 'FusionReactor', | |||
input = { | input = { | ||
{'SynthesisCell', 1}, | {'SynthesisCell', 1}, | ||
| Line 66: | Line 83: | ||
{'Cell', 1}, | {'Cell', 1}, | ||
}, | }, | ||
ticks = | ticks = 350, | ||
tier = 6, | |||
}, | }, | ||
} | } | ||
Latest revision as of 15:47, 24 August 2026
Documentation for this module may be created at Module:Data/UltimateCatalyst/InInput/doc
return {
{
name = 'NeutroniumPortal',
machine = 'Hand',
input = {
{'UltimateCatalyst', 10},
{'NeutroniumPlate', 40},
{'ModularFrame', 20},
{'YttriumWire', 100},
{'QuantumBrain', 25},
{'BuildingMaterial', 256},
},
output = {
{'NeutroniumPortal', 1},
},
ticks = 300,
tier = 7,
},
{
name = 'QuantumBrain2',
machine = 'Assembler',
input = {
{'QuantumProcessor', 2},
{'BrainMatrix', 1},
{'Resistor', 10},
{'UltimateCatalyst', 1},
},
output = {
{'QuantumBrain', 1},
},
ticks = 200,
tier = 6,
},
{
name = 'HydrocarbonBlend2',
machine = 'IndustrialChemReactor',
input = {
{'Ethanol', 2000},
{'Gasoline', 3000},
{'UltimateCatalyst', 1},
},
output = {
{'HydrocarbonBlend', 5000},
},
ticks = 200,
tier = 7,
},
{
name = 'OxidizerBlend2',
machine = 'IndustrialChemReactor',
input = {
{'Chlorine', 1000},
{'Ammonia', 1000},
{'UltimateCatalyst', 1},
},
output = {
{'OxidizerBlend', 2000},
},
ticks = 200,
tier = 7,
},
{
name = 'Superfuel2',
machine = 'IndustrialChemReactor',
input = {
{'HighCetaneDiesel', 1000},
{'UltimateCatalyst', 1},
},
output = {
{'Superfuel', 1000},
},
ticks = 300,
},
{
name = 'HotNeutroniumPlate2',
machine = 'FusionReactor',
input = {
{'SynthesisCell', 1},
{'UltimateCatalyst', 1},
},
output = {
{'HotNeutroniumPlate', 1},
{'Cell', 1},
},
ticks = 350,
tier = 6,
},
}