Module:Data/Processor/InInput: Difference between revisions
Jump to navigation
Jump to search
Created page with "return { { name = 'StainlessSteelAdvancedSign', input = { {'StainlessSteelSign', 1}, {'Processor', 1}, }, output = { {'StainlessSteelAdvancedSign', 1}, }, ticks = 20, tier = 4, }, { name = 'StainlessSteelSorter', input = { {'StainlessSteelSplitter', 1}, {'Processor', 6}, }, output = { {'StainlessSteelS..." |
No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
{ | { | ||
name = 'StainlessSteelAdvancedSign', | name = 'StainlessSteelAdvancedSign', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'StainlessSteelSign', 1}, | {'StainlessSteelSign', 1}, | ||
| Line 11: | Line 12: | ||
ticks = 20, | ticks = 20, | ||
tier = 4, | tier = 4, | ||
}, | |||
{ | |||
name = 'TitaniumAdvancedSign', | |||
machine = 'Hand', | |||
input = { | |||
{'TitaniumSign', 1}, | |||
{'Processor', 1}, | |||
}, | |||
output = { | |||
{'TitaniumAdvancedSign', 1}, | |||
}, | |||
ticks = 20, | |||
tier = 5, | |||
}, | |||
{ | |||
name = 'CompositeAdvancedSign', | |||
machine = 'Hand', | |||
input = { | |||
{'CompositeSign', 1}, | |||
{'Processor', 1}, | |||
}, | |||
output = { | |||
{'CompositeAdvancedSign', 1}, | |||
}, | |||
ticks = 20, | |||
tier = 6, | |||
}, | |||
{ | |||
name = 'NeutroniumAdvancedSign', | |||
machine = 'Hand', | |||
input = { | |||
{'NeutroniumSign', 1}, | |||
{'Processor', 1}, | |||
}, | |||
output = { | |||
{'NeutroniumAdvancedSign', 1}, | |||
}, | |||
ticks = 20, | |||
tier = 7, | |||
}, | }, | ||
{ | { | ||
name = 'StainlessSteelSorter', | name = 'StainlessSteelSorter', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'StainlessSteelSplitter', 1}, | {'StainlessSteelSplitter', 1}, | ||
{'Processor', | {'Processor', 3}, | ||
}, | }, | ||
output = { | output = { | ||
| Line 26: | Line 67: | ||
{ | { | ||
name = 'StainlessSteelCombustionEngine', | name = 'StainlessSteelCombustionEngine', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'StainlessSteelPlate', 10}, | {'StainlessSteelPlate', 10}, | ||
{'StainlessSteelParts', 24}, | {'StainlessSteelParts', 24}, | ||
{'Processor', | {'Processor', 1}, | ||
{'Catalyst', 1}, | {'Catalyst', 1}, | ||
}, | }, | ||
| Line 40: | Line 82: | ||
{ | { | ||
name = 'StainlessSteelGenerator', | name = 'StainlessSteelGenerator', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'StainlessSteelPlate', 8}, | {'StainlessSteelPlate', 8}, | ||
| Line 54: | Line 97: | ||
{ | { | ||
name = 'StainlessSteelLoader', | name = 'StainlessSteelLoader', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'StainlessSteelRobotArm', 5}, | {'StainlessSteelRobotArm', 5}, | ||
| Line 62: | Line 106: | ||
output = { | output = { | ||
{'StainlessSteelLoader', 1}, | {'StainlessSteelLoader', 1}, | ||
}, | }, | ||
ticks = 20, | ticks = 20, | ||
| Line 80: | Line 112: | ||
{ | { | ||
name = 'StainlessSteelBatteryBox', | name = 'StainlessSteelBatteryBox', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'CopperConnector', 4}, | {'CopperConnector', 4}, | ||
{'Battery', 13}, | |||
{'StainlessSteelPlate', 2}, | {'StainlessSteelPlate', 2}, | ||
{'Processor', 1}, | {'Processor', 1}, | ||
| Line 93: | Line 127: | ||
{ | { | ||
name = 'StainlessSteelAssembler', | name = 'StainlessSteelAssembler', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'StainlessSteelRobotArm', 4}, | {'StainlessSteelRobotArm', 4}, | ||
{'StainlessSteelPlate', 3}, | {'StainlessSteelPlate', 3}, | ||
{'ReinforcedFrame', 2}, | {'ReinforcedFrame', 2}, | ||
{'Processor', | {'Processor', 4}, | ||
}, | }, | ||
output = { | output = { | ||
| Line 107: | Line 142: | ||
{ | { | ||
name = 'StainlessSteelConstructor', | name = 'StainlessSteelConstructor', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'StainlessSteelRobotArm', 1}, | {'StainlessSteelRobotArm', 1}, | ||
{'StainlessSteelPlate', 3}, | {'StainlessSteelPlate', 3}, | ||
{'ReinforcedFrame', 1}, | {'ReinforcedFrame', 1}, | ||
{'Processor', | {'Processor', 2}, | ||
}, | }, | ||
output = { | output = { | ||
{'StainlessSteelConstructor', 1}, | {'StainlessSteelConstructor', 1}, | ||
}, | |||
ticks = 20, | |||
tier = 4, | |||
}, | |||
{ | |||
name = 'StainlessSteelAutomaticFarm', | |||
machine = 'Hand', | |||
input = { | |||
{'DirtSurface', 4}, | |||
{'StainlessSteelRobotArm', 4}, | |||
{'ReinforcedFrame', 3}, | |||
{'Processor', 6}, | |||
}, | |||
output = { | |||
{'StainlessSteelAutomaticFarm', 1}, | |||
}, | }, | ||
ticks = 20, | ticks = 20, | ||
| Line 121: | Line 172: | ||
{ | { | ||
name = 'StainlessSteelComputer', | name = 'StainlessSteelComputer', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'StainlessSteelPlate', 1}, | {'StainlessSteelPlate', 1}, | ||
{'Processor', | {'Processor', 4}, | ||
}, | }, | ||
output = { | output = { | ||
| Line 133: | Line 185: | ||
{ | { | ||
name = 'StainlessSteelPumpjack', | name = 'StainlessSteelPumpjack', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'StainlessSteelPlate', 5}, | {'StainlessSteelPlate', 5}, | ||
{'StainlessSteelParts', | {'StainlessSteelParts', 8}, | ||
{'StainlessSteelPipe', 5}, | {'StainlessSteelPipe', 5}, | ||
{'Processor', 3}, | {'Processor', 3}, | ||
| Line 143: | Line 196: | ||
}, | }, | ||
ticks = 20, | ticks = 20, | ||
tier = 4, | |||
}, | |||
{ | |||
name = 'StainlessSteelDeepStorage', | |||
machine = 'Hand', | |||
input = { | |||
{'StorageCore', 1}, | |||
{'StainlessSteelPlate', 8}, | |||
{'BasicFrame', 2}, | |||
{'Processor', 2}, | |||
}, | |||
output = { | |||
{'StainlessSteelDeepStorage', 1}, | |||
}, | |||
ticks = 60, | |||
tier = 4, | tier = 4, | ||
}, | }, | ||
{ | { | ||
name = 'QuantumCircuit2', | name = 'QuantumCircuit2', | ||
machine = 'Assembler', | |||
input = { | input = { | ||
{'QuantumCore', | {'QuantumCore', 4}, | ||
{'Processor', 2}, | {'Processor', 2}, | ||
{'Resistor', 6}, | {'Resistor', 6}, | ||
| Line 160: | Line 229: | ||
}, | }, | ||
{ | { | ||
name = ' | name = 'StorageCore', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'QuantumCore', | {'QuantumCore', 1}, | ||
{'Processor', | {'Processor', 2}, | ||
{' | {'StainlessSteelParts', 4}, | ||
}, | }, | ||
output = { | output = { | ||
{' | {'StorageCore', 1}, | ||
}, | }, | ||
ticks = | ticks = 100, | ||
tier = 4, | tier = 4, | ||
}, | }, | ||
{ | { | ||
name = ' | name = 'QuantumCircuit', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{' | {'QuantumCore', 6}, | ||
{'Processor', | {'Processor', 3}, | ||
{'Resistor', 6}, | |||
}, | }, | ||
output = { | output = { | ||
{' | {'QuantumCircuit', 1}, | ||
}, | }, | ||
ticks = | ticks = 200, | ||
tier = 4, | |||
}, | }, | ||
{ | { | ||
name = 'PowerCoil', | name = 'PowerCoil', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'AdvancedCoil', 3}, | {'AdvancedCoil', 3}, | ||
| Line 197: | Line 271: | ||
{ | { | ||
name = 'AdvancedSteampack', | name = 'AdvancedSteampack', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'StainlessSteelParts', 30}, | {'StainlessSteelParts', 30}, | ||
| Line 210: | Line 285: | ||
{ | { | ||
name = 'AdvancedJetpack', | name = 'AdvancedJetpack', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'StainlessSteelParts', 10}, | {'StainlessSteelParts', 10}, | ||
| Line 221: | Line 297: | ||
}, | }, | ||
ticks = 20, | ticks = 20, | ||
}, | |||
{ | |||
name = 'AdvancedNightVision', | |||
machine = 'Hand', | |||
input = { | |||
{'StainlessSteelParts', 64}, | |||
{'Processor', 16}, | |||
{'Glass', 10}, | |||
}, | |||
output = { | |||
{'AdvancedNightVision', 1}, | |||
}, | |||
ticks = 400, | |||
}, | |||
{ | |||
name = 'StainlessSteelAlternator', | |||
machine = 'Hand', | |||
input = { | |||
{'AluminiumAlternator', 4}, | |||
{'CopperWire', 24}, | |||
{'StainlessSteelElectricEngine', 1}, | |||
{'Processor', 1}, | |||
}, | |||
output = { | |||
{'StainlessSteelAlternator', 1}, | |||
}, | |||
ticks = 120, | |||
tier = 4, | |||
}, | }, | ||
{ | { | ||
name = 'TitaniumSolarCell', | name = 'TitaniumSolarCell', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'StainlessSteelSolarCell', 4}, | {'StainlessSteelSolarCell', 4}, | ||
| Line 237: | Line 342: | ||
{ | { | ||
name = 'CompositeSolarCell', | name = 'CompositeSolarCell', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'TitaniumSolarCell', 4}, | {'TitaniumSolarCell', 4}, | ||
| Line 250: | Line 356: | ||
{ | { | ||
name = 'NeutroniumSolarCell', | name = 'NeutroniumSolarCell', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'CompositeSolarCell', 4}, | {'CompositeSolarCell', 4}, | ||
Latest revision as of 15:46, 24 August 2026
Documentation for this module may be created at Module:Data/Processor/InInput/doc
return {
{
name = 'StainlessSteelAdvancedSign',
machine = 'Hand',
input = {
{'StainlessSteelSign', 1},
{'Processor', 1},
},
output = {
{'StainlessSteelAdvancedSign', 1},
},
ticks = 20,
tier = 4,
},
{
name = 'TitaniumAdvancedSign',
machine = 'Hand',
input = {
{'TitaniumSign', 1},
{'Processor', 1},
},
output = {
{'TitaniumAdvancedSign', 1},
},
ticks = 20,
tier = 5,
},
{
name = 'CompositeAdvancedSign',
machine = 'Hand',
input = {
{'CompositeSign', 1},
{'Processor', 1},
},
output = {
{'CompositeAdvancedSign', 1},
},
ticks = 20,
tier = 6,
},
{
name = 'NeutroniumAdvancedSign',
machine = 'Hand',
input = {
{'NeutroniumSign', 1},
{'Processor', 1},
},
output = {
{'NeutroniumAdvancedSign', 1},
},
ticks = 20,
tier = 7,
},
{
name = 'StainlessSteelSorter',
machine = 'Hand',
input = {
{'StainlessSteelSplitter', 1},
{'Processor', 3},
},
output = {
{'StainlessSteelSorter', 1},
},
ticks = 20,
tier = 4,
},
{
name = 'StainlessSteelCombustionEngine',
machine = 'Hand',
input = {
{'StainlessSteelPlate', 10},
{'StainlessSteelParts', 24},
{'Processor', 1},
{'Catalyst', 1},
},
output = {
{'StainlessSteelCombustionEngine', 1},
},
ticks = 100,
tier = 4,
},
{
name = 'StainlessSteelGenerator',
machine = 'Hand',
input = {
{'StainlessSteelPlate', 8},
{'CopperWire', 36},
{'ReinforcedFrame', 1},
{'Processor', 1},
},
output = {
{'StainlessSteelGenerator', 1},
},
ticks = 20,
tier = 4,
},
{
name = 'StainlessSteelLoader',
machine = 'Hand',
input = {
{'StainlessSteelRobotArm', 5},
{'StainlessSteelElectricEngine', 1},
{'Processor', 2},
{'ReinforcedFrame', 1},
},
output = {
{'StainlessSteelLoader', 1},
},
ticks = 20,
tier = 4,
},
{
name = 'StainlessSteelBatteryBox',
machine = 'Hand',
input = {
{'CopperConnector', 4},
{'Battery', 13},
{'StainlessSteelPlate', 2},
{'Processor', 1},
},
output = {
{'StainlessSteelBatteryBox', 1},
},
ticks = 20,
tier = 4,
},
{
name = 'StainlessSteelAssembler',
machine = 'Hand',
input = {
{'StainlessSteelRobotArm', 4},
{'StainlessSteelPlate', 3},
{'ReinforcedFrame', 2},
{'Processor', 4},
},
output = {
{'StainlessSteelAssembler', 1},
},
ticks = 20,
tier = 4,
},
{
name = 'StainlessSteelConstructor',
machine = 'Hand',
input = {
{'StainlessSteelRobotArm', 1},
{'StainlessSteelPlate', 3},
{'ReinforcedFrame', 1},
{'Processor', 2},
},
output = {
{'StainlessSteelConstructor', 1},
},
ticks = 20,
tier = 4,
},
{
name = 'StainlessSteelAutomaticFarm',
machine = 'Hand',
input = {
{'DirtSurface', 4},
{'StainlessSteelRobotArm', 4},
{'ReinforcedFrame', 3},
{'Processor', 6},
},
output = {
{'StainlessSteelAutomaticFarm', 1},
},
ticks = 20,
tier = 4,
},
{
name = 'StainlessSteelComputer',
machine = 'Hand',
input = {
{'StainlessSteelPlate', 1},
{'Processor', 4},
},
output = {
{'StainlessSteelComputer', 1},
},
ticks = 20,
tier = 4,
},
{
name = 'StainlessSteelPumpjack',
machine = 'Hand',
input = {
{'StainlessSteelPlate', 5},
{'StainlessSteelParts', 8},
{'StainlessSteelPipe', 5},
{'Processor', 3},
},
output = {
{'StainlessSteelPumpjack', 1},
},
ticks = 20,
tier = 4,
},
{
name = 'StainlessSteelDeepStorage',
machine = 'Hand',
input = {
{'StorageCore', 1},
{'StainlessSteelPlate', 8},
{'BasicFrame', 2},
{'Processor', 2},
},
output = {
{'StainlessSteelDeepStorage', 1},
},
ticks = 60,
tier = 4,
},
{
name = 'QuantumCircuit2',
machine = 'Assembler',
input = {
{'QuantumCore', 4},
{'Processor', 2},
{'Resistor', 6},
{'Transistor', 6},
},
output = {
{'QuantumCircuit', 1},
},
ticks = 200,
tier = 4,
},
{
name = 'StorageCore',
machine = 'Hand',
input = {
{'QuantumCore', 1},
{'Processor', 2},
{'StainlessSteelParts', 4},
},
output = {
{'StorageCore', 1},
},
ticks = 100,
tier = 4,
},
{
name = 'QuantumCircuit',
machine = 'Hand',
input = {
{'QuantumCore', 6},
{'Processor', 3},
{'Resistor', 6},
},
output = {
{'QuantumCircuit', 1},
},
ticks = 200,
tier = 4,
},
{
name = 'PowerCoil',
machine = 'Hand',
input = {
{'AdvancedCoil', 3},
{'Processor', 2},
},
output = {
{'PowerCoil', 1},
},
ticks = 200,
tier = 5,
},
{
name = 'AdvancedSteampack',
machine = 'Hand',
input = {
{'StainlessSteelParts', 30},
{'StainlessSteelPlate', 10},
{'CopperPipe', 30},
{'Processor', 10},
},
output = {
{'AdvancedSteampack', 1},
},
ticks = 20,
},
{
name = 'AdvancedJetpack',
machine = 'Hand',
input = {
{'StainlessSteelParts', 10},
{'StainlessSteelPlate', 3},
{'StainlessSteelPipe', 6},
{'Processor', 10},
{'StainlessSteelElectricEngine', 2},
},
output = {
{'AdvancedJetpack', 1},
},
ticks = 20,
},
{
name = 'AdvancedNightVision',
machine = 'Hand',
input = {
{'StainlessSteelParts', 64},
{'Processor', 16},
{'Glass', 10},
},
output = {
{'AdvancedNightVision', 1},
},
ticks = 400,
},
{
name = 'StainlessSteelAlternator',
machine = 'Hand',
input = {
{'AluminiumAlternator', 4},
{'CopperWire', 24},
{'StainlessSteelElectricEngine', 1},
{'Processor', 1},
},
output = {
{'StainlessSteelAlternator', 1},
},
ticks = 120,
tier = 4,
},
{
name = 'TitaniumSolarCell',
machine = 'Hand',
input = {
{'StainlessSteelSolarCell', 4},
{'CopperWire', 2},
{'Processor', 1},
},
output = {
{'TitaniumSolarCell', 1},
},
ticks = 80,
tier = 4,
},
{
name = 'CompositeSolarCell',
machine = 'Hand',
input = {
{'TitaniumSolarCell', 4},
{'CopperWire', 2},
{'Processor', 1},
},
output = {
{'CompositeSolarCell', 1},
},
ticks = 80,
tier = 5,
},
{
name = 'NeutroniumSolarCell',
machine = 'Hand',
input = {
{'CompositeSolarCell', 4},
{'CopperWire', 2},
{'Processor', 1},
},
output = {
{'NeutroniumSolarCell', 1},
},
ticks = 80,
tier = 6,
},
}