Module:Data/UltimateCatalyst/InInput: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 71: | Line 71: | ||
{'Cell', 1}, | {'Cell', 1}, | ||
}, | }, | ||
ticks = | ticks = 350, | ||
tier = 6, | |||
}, | }, | ||
} | } | ||
Latest revision as of 21:15, 27 January 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 = '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 = 350,
tier = 6,
},
}