Module:Data/Catalyst/InInput: Difference between revisions
Jump to navigation
Jump to search
Created page with "return { { name = 'StainlessSteelCombustionEngine', input = { {'StainlessSteelPlate', 10}, {'StainlessSteelParts', 24}, {'Processor', 3}, {'Catalyst', 1}, }, output = { {'StainlessSteelCombustionEngine', 1}, }, ticks = 100, tier = 4, }, { name = 'TitaniumCombustionEngine', input = { {'TitaniumPlate', 10},..." |
No edit summary |
||
| Line 2: | Line 2: | ||
{ | { | ||
name = 'StainlessSteelCombustionEngine', | name = 'StainlessSteelCombustionEngine', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'StainlessSteelPlate', 10}, | {'StainlessSteelPlate', 10}, | ||
{'StainlessSteelParts', 24}, | {'StainlessSteelParts', 24}, | ||
{'Processor', | {'Processor', 1}, | ||
{'Catalyst', 1}, | {'Catalyst', 1}, | ||
}, | }, | ||
| Line 16: | Line 17: | ||
{ | { | ||
name = 'TitaniumCombustionEngine', | name = 'TitaniumCombustionEngine', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'TitaniumPlate', 10}, | {'TitaniumPlate', 10}, | ||
{'TitaniumParts', 24}, | {'TitaniumParts', 24}, | ||
{'QuantumCircuit', | {'QuantumCircuit', 1}, | ||
{'Catalyst', 1}, | {'Catalyst', 1}, | ||
}, | }, | ||
| Line 30: | Line 32: | ||
{ | { | ||
name = 'CompositeCombustionEngine', | name = 'CompositeCombustionEngine', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'CompositePlate', 10}, | {'CompositePlate', 10}, | ||
{'CompositeParts', 24}, | {'CompositeParts', 24}, | ||
{'QuantumProcessor', | {'QuantumProcessor', 1}, | ||
{'Catalyst', 1}, | {'Catalyst', 1}, | ||
}, | }, | ||
| Line 44: | Line 47: | ||
{ | { | ||
name = 'NeutroniumCombustionEngine', | name = 'NeutroniumCombustionEngine', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'NeutroniumPlate', 10}, | {'NeutroniumPlate', 10}, | ||
{'NeutroniumParts', 24}, | {'NeutroniumParts', 24}, | ||
{'QuantumBrain', | {'QuantumBrain', 1}, | ||
{'Catalyst', 1}, | {'Catalyst', 1}, | ||
}, | }, | ||
| Line 58: | Line 62: | ||
{ | { | ||
name = 'PolyethyleneSheet', | name = 'PolyethyleneSheet', | ||
machine = 'IndustrialChemReactor', | |||
input = { | input = { | ||
{'Ethylene', 1000}, | {'Ethylene', 1000}, | ||
| Line 70: | Line 75: | ||
{ | { | ||
name = 'RocketFuel', | name = 'RocketFuel', | ||
machine = 'IndustrialChemReactor', | |||
input = { | input = { | ||
{'Chlorine', 1000}, | {'Chlorine', 1000}, | ||
| Line 85: | Line 91: | ||
{ | { | ||
name = 'Ethylene', | name = 'Ethylene', | ||
machine = 'IndustrialChemReactor', | |||
input = { | input = { | ||
{'ProducerGas', 1000}, | {'ProducerGas', 1000}, | ||
| Line 96: | Line 103: | ||
{ | { | ||
name = 'SulfuricAcid', | name = 'SulfuricAcid', | ||
machine = 'IndustrialChemReactor', | |||
input = { | input = { | ||
{'Sulfur', 1}, | {'Sulfur', 1}, | ||
| Line 109: | Line 117: | ||
{ | { | ||
name = 'RapeseedOil', | name = 'RapeseedOil', | ||
machine = 'IndustrialChemReactor', | |||
input = { | input = { | ||
{'RapeseedOil', 1000}, | {'RapeseedOil', 1000}, | ||
| Line 121: | Line 130: | ||
{ | { | ||
name = 'Superfuel', | name = 'Superfuel', | ||
machine = 'IndustrialChemReactor', | |||
input = { | input = { | ||
{'HighCetaneDiesel', 1000}, | {'HighCetaneDiesel', 1000}, | ||
| Line 132: | Line 142: | ||
{ | { | ||
name = 'AntigravityUnit', | name = 'AntigravityUnit', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'CompositeParts', 20}, | {'CompositeParts', 20}, | ||
Latest revision as of 10:32, 30 October 2025
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 = 'RocketFuel',
machine = 'IndustrialChemReactor',
input = {
{'Chlorine', 1000},
{'Ammonia', 1000},
{'Ethanol', 2000},
{'Gasoline', 4000},
{'Catalyst', 1},
},
output = {
{'RocketFuel', 6000},
},
ticks = 600,
tier = 4,
},
{
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 = 4,
},
{
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,
},
}