Module:Data/UltimateCatalyst/InInput: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| 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 32: | Line 34: | ||
{ | { | ||
name = 'RocketFuel2', | name = 'RocketFuel2', | ||
machine = 'IndustrialChemReactor', | |||
input = { | input = { | ||
{'Chlorine', 1000}, | {'Chlorine', 1000}, | ||
| Line 47: | Line 50: | ||
{ | { | ||
name = 'Superfuel2', | name = 'Superfuel2', | ||
machine = 'IndustrialChemReactor', | |||
input = { | input = { | ||
{'HighCetaneDiesel', 1000}, | {'HighCetaneDiesel', 1000}, | ||
| Line 58: | Line 62: | ||
{ | { | ||
name = 'HotNeutroniumPlate2', | name = 'HotNeutroniumPlate2', | ||
machine = 'FusionReactor', | |||
input = { | input = { | ||
{'SynthesisCell', 1}, | {'SynthesisCell', 1}, | ||
Latest revision as of 10:32, 30 October 2025
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 = 'RocketFuel2',
machine = 'IndustrialChemReactor',
input = {
{'Chlorine', 1000},
{'Ammonia', 1000},
{'Ethanol', 2000},
{'Gasoline', 3000},
{'UltimateCatalyst', 1},
},
output = {
{'RocketFuel', 8000},
},
ticks = 600,
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 = 200,
},
}