Module:Data/Resistor/InInput: Difference between revisions
Jump to navigation
Jump to search
Created page with "return { { name = 'AdvancedCircuit2', input = { {'CircuitBoard', 1}, {'Transistor', 2}, {'Resistor', 3}, }, output = { {'AdvancedCircuit', 1}, }, ticks = 200, tier = 2, }, { name = 'Processor3', input = { {'CircuitBoard', 1}, {'DopedSiliconWafer', 1}, {'Resistor', 2}, {'Capacitor', 3},..." |
No edit summary |
||
| Line 2: | Line 2: | ||
{ | { | ||
name = 'AdvancedCircuit2', | name = 'AdvancedCircuit2', | ||
machine = 'Assembler', | |||
input = { | input = { | ||
{'CircuitBoard', 1}, | {'CircuitBoard', 1}, | ||
| Line 15: | Line 16: | ||
{ | { | ||
name = 'Processor3', | name = 'Processor3', | ||
machine = 'Assembler', | |||
input = { | input = { | ||
{'CircuitBoard', 1}, | {'CircuitBoard', 1}, | ||
| Line 29: | Line 31: | ||
{ | { | ||
name = 'QuantumCircuit2', | name = 'QuantumCircuit2', | ||
machine = 'Assembler', | |||
input = { | input = { | ||
{'QuantumCore', | {'QuantumCore', 4}, | ||
{'Processor', 2}, | {'Processor', 2}, | ||
{'Resistor', 6}, | {'Resistor', 6}, | ||
| Line 43: | Line 46: | ||
{ | { | ||
name = 'QuantumBrain2', | name = 'QuantumBrain2', | ||
machine = 'Assembler', | |||
input = { | input = { | ||
{'QuantumProcessor', 2}, | {'QuantumProcessor', 2}, | ||
| Line 57: | Line 61: | ||
{ | { | ||
name = 'AdvancedCircuit', | name = 'AdvancedCircuit', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'CircuitBoard', 1}, | {'CircuitBoard', 1}, | ||
| Line 70: | Line 75: | ||
{ | { | ||
name = 'Processor', | name = 'Processor', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'CircuitBoard', 1}, | {'CircuitBoard', 1}, | ||
| Line 83: | Line 89: | ||
{ | { | ||
name = 'QuantumCircuit', | name = 'QuantumCircuit', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'QuantumCore', | {'QuantumCore', 6}, | ||
{'Processor', 3}, | {'Processor', 3}, | ||
{'Resistor', 6}, | {'Resistor', 6}, | ||
| Line 96: | Line 103: | ||
{ | { | ||
name = 'QuantumBrain', | name = 'QuantumBrain', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'QuantumProcessor', 3}, | {'QuantumProcessor', 3}, | ||
Latest revision as of 10:33, 30 October 2025
Documentation for this module may be created at Module:Data/Resistor/InInput/doc
return {
{
name = 'AdvancedCircuit2',
machine = 'Assembler',
input = {
{'CircuitBoard', 1},
{'Transistor', 2},
{'Resistor', 3},
},
output = {
{'AdvancedCircuit', 1},
},
ticks = 200,
tier = 2,
},
{
name = 'Processor3',
machine = 'Assembler',
input = {
{'CircuitBoard', 1},
{'DopedSiliconWafer', 1},
{'Resistor', 2},
{'Capacitor', 3},
},
output = {
{'Processor', 2},
},
ticks = 200,
tier = 5,
},
{
name = 'QuantumCircuit2',
machine = 'Assembler',
input = {
{'QuantumCore', 4},
{'Processor', 2},
{'Resistor', 6},
{'Transistor', 6},
},
output = {
{'QuantumCircuit', 1},
},
ticks = 200,
tier = 4,
},
{
name = 'QuantumBrain2',
machine = 'Assembler',
input = {
{'QuantumProcessor', 2},
{'BrainMatrix', 1},
{'Resistor', 10},
{'UltimateCatalyst', 1},
},
output = {
{'QuantumBrain', 1},
},
ticks = 200,
tier = 6,
},
{
name = 'AdvancedCircuit',
machine = 'Hand',
input = {
{'CircuitBoard', 1},
{'Resistor', 2},
{'Circuit', 3},
},
output = {
{'AdvancedCircuit', 1},
},
ticks = 200,
tier = 1,
},
{
name = 'Processor',
machine = 'Hand',
input = {
{'CircuitBoard', 1},
{'AdvancedCircuit', 3},
{'Resistor', 2},
},
output = {
{'Processor', 1},
},
ticks = 200,
tier = 3,
},
{
name = 'QuantumCircuit',
machine = 'Hand',
input = {
{'QuantumCore', 6},
{'Processor', 3},
{'Resistor', 6},
},
output = {
{'QuantumCircuit', 1},
},
ticks = 200,
tier = 4,
},
{
name = 'QuantumBrain',
machine = 'Hand',
input = {
{'QuantumProcessor', 3},
{'BrainMatrix', 1},
{'Resistor', 10},
},
output = {
{'QuantumBrain', 1},
},
ticks = 200,
tier = 6,
},
}