Module:AssemblerRecipeDictionary: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: Reverted |
No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
return { | return { | ||
{ | |||
name = 'CircuitBoard2', | |||
machine = 'Assembler', | |||
input = { | |||
{'Log', 1}, | |||
{'PolyethyleneSheet', 2}, | |||
}, | |||
output = { | |||
{'CircuitBoard', 4}, | |||
}, | |||
ticks = 20, | |||
tier = 4, | |||
}, | |||
{ | |||
name = 'CircuitBoard3', | |||
machine = 'Assembler', | |||
input = { | |||
{'CarbonFiberSheet', 1}, | |||
{'PolyethyleneSheet', 2}, | |||
}, | |||
output = { | |||
{'CircuitBoard', 8}, | |||
}, | |||
ticks = 20, | |||
tier = 5, | |||
}, | |||
{ | |||
name = 'Circuit2', | |||
machine = 'Assembler', | |||
input = { | |||
{'CircuitBoard', 1}, | |||
{'Transistor', 2}, | |||
}, | |||
output = { | |||
{'Circuit', 1}, | |||
}, | |||
ticks = 200, | |||
tier = 2, | |||
}, | |||
{ | |||
name = 'Resistor2', | |||
machine = 'Assembler', | |||
input = { | |||
{'CoalDust', 1}, | |||
{'CopperWire', 3}, | |||
}, | |||
output = { | |||
{'Resistor', 1}, | |||
}, | |||
ticks = 60, | |||
tier = 2, | |||
}, | |||
{ | |||
name = 'Resistor3', | |||
machine = 'Assembler', | |||
input = { | |||
{'CopperWire', 4}, | |||
{'CoalDust', 1}, | |||
{'PolyethyleneSheet', 1}, | |||
}, | |||
output = { | |||
{'Resistor', 2}, | |||
}, | |||
ticks = 60, | |||
tier = 3, | |||
}, | |||
{ | |||
name = 'Resistor4', | |||
machine = 'Assembler', | |||
input = { | |||
{'CopperWire', 4}, | |||
{'TantalumWire', 1}, | |||
{'PolyethyleneSheet', 1}, | |||
}, | |||
output = { | |||
{'Resistor', 4}, | |||
}, | |||
ticks = 60, | |||
tier = 5, | |||
}, | |||
{ | |||
name = 'Resistor5', | |||
machine = 'Assembler', | |||
input = { | |||
{'CopperWire', 6}, | |||
{'TantalumWire', 1}, | |||
{'CarbonFiberSheet', 1}, | |||
}, | |||
output = { | |||
{'Resistor', 8}, | |||
}, | |||
ticks = 60, | |||
tier = 5, | |||
}, | |||
{ | |||
name = 'AdvancedCircuit2', | |||
machine = 'Assembler', | |||
input = { | |||
{'CircuitBoard', 1}, | |||
{'Transistor', 2}, | |||
{'Resistor', 5}, | |||
}, | |||
output = { | |||
{'AdvancedCircuit', 1}, | |||
}, | |||
ticks = 90, | |||
tier = 2, | |||
}, | |||
{ | |||
name = 'Transistor2', | |||
machine = 'Assembler', | |||
input = { | |||
{'Silicon', 1}, | |||
{'CopperWire', 3}, | |||
{'PolyethyleneSheet', 1}, | |||
}, | |||
output = { | |||
{'Transistor', 2}, | |||
}, | |||
ticks = 60, | |||
tier = 2, | |||
}, | |||
{ | |||
name = 'Transistor3', | |||
machine = 'Assembler', | |||
input = { | |||
{'SiliconWafer', 1}, | |||
{'CopperWire', 4}, | |||
{'PolyethyleneSheet', 1}, | |||
}, | |||
output = { | |||
{'Transistor', 4}, | |||
}, | |||
ticks = 60, | |||
tier = 3, | |||
}, | |||
{ | |||
name = 'Transistor4', | |||
machine = 'Assembler', | |||
input = { | |||
{'DopedSiliconWafer', 1}, | |||
{'CopperWire', 6}, | |||
{'PolyethyleneSheet', 1}, | |||
}, | |||
output = { | |||
{'Transistor', 8}, | |||
}, | |||
ticks = 60, | |||
tier = 4, | |||
}, | |||
{ | |||
name = 'Capacitor2', | |||
machine = 'Assembler', | |||
input = { | |||
{'AluminiumFoil', 2}, | |||
{'MicaFlakes', 1}, | |||
}, | |||
output = { | |||
{'Capacitor', 4}, | |||
}, | |||
ticks = 60, | |||
tier = 2, | |||
}, | |||
{ | |||
name = 'Capacitor3', | |||
machine = 'Assembler', | |||
input = { | |||
{'TantalumFoil', 2}, | |||
{'PolyethyleneSheet', 1}, | |||
}, | |||
output = { | |||
{'Capacitor', 8}, | |||
}, | |||
ticks = 60, | |||
tier = 5, | |||
}, | |||
{ | |||
name = 'Capacitor4', | |||
machine = 'Assembler', | |||
input = { | |||
{'TantalumFoil', 3}, | |||
{'CarbonFiberSheet', 2}, | |||
}, | |||
output = { | |||
{'Capacitor', 16}, | |||
}, | |||
ticks = 60, | |||
tier = 5, | |||
}, | |||
{ | |||
name = 'SiliconWafer', | |||
machine = 'Assembler', | |||
input = { | |||
{'SiliconMonocrystal', 1}, | |||
}, | |||
output = { | |||
{'SiliconWafer', 16}, | |||
}, | |||
ticks = 200, | |||
tier = 3, | |||
}, | |||
{ | |||
name = 'DopedSiliconWafer', | |||
machine = 'Assembler', | |||
input = { | |||
{'DopedSiliconMonocrystal', 1}, | |||
}, | |||
output = { | |||
{'DopedSiliconWafer', 16}, | |||
}, | |||
ticks = 200, | |||
tier = 4, | |||
}, | |||
{ | |||
name = 'Processor2', | |||
machine = 'Assembler', | |||
input = { | |||
{'CircuitBoard', 1}, | |||
{'AdvancedCircuit', 2}, | |||
{'SiliconWafer', 1}, | |||
{'Capacitor', 2}, | |||
}, | |||
output = { | |||
{'Processor', 1}, | |||
}, | |||
ticks = 200, | |||
tier = 4, | |||
}, | |||
{ | |||
name = 'Processor3', | |||
machine = 'Assembler', | |||
input = { | |||
{'CircuitBoard', 1}, | |||
{'AdvancedCircuit', 1}, | |||
{'DopedSiliconWafer', 1}, | |||
{'Capacitor', 3}, | |||
}, | |||
output = { | |||
{'Processor', 2}, | |||
}, | |||
ticks = 200, | |||
tier = 5, | |||
}, | |||
{ | |||
name = 'QuantumCore', | |||
machine = 'Assembler', | |||
input = { | |||
{'YttriumDust', 1}, | |||
{'CopperParts', 3}, | |||
}, | |||
output = { | |||
{'QuantumCore', 1}, | |||
{'QuantumCore', 1}, | |||
}, | |||
ticks = 100, | |||
tier = 5, | |||
}, | |||
{ | |||
name = 'QuantumCircuit2', | |||
machine = 'Assembler', | |||
input = { | |||
{'QuantumCore', 4}, | |||
{'Processor', 2}, | |||
{'Resistor', 6}, | |||
{'Transistor', 6}, | |||
}, | |||
output = { | |||
{'QuantumCircuit', 1}, | |||
}, | |||
ticks = 200, | |||
tier = 4, | |||
}, | |||
{ | |||
name = 'QuantumProcessor2', | |||
machine = 'Assembler', | |||
input = { | |||
{'QuantumCircuit', 2}, | |||
{'DecisionResonator', 6}, | |||
{'Capacitor', 6}, | |||
{'Transistor', 6}, | |||
}, | |||
output = { | |||
{'QuantumProcessor', 1}, | |||
}, | |||
ticks = 200, | |||
tier = 5, | |||
}, | |||
{ | |||
name = 'QuantumBrain2', | |||
machine = 'Assembler', | |||
input = { | |||
{'QuantumProcessor', 2}, | |||
{'BrainMatrix', 1}, | |||
{'Resistor', 10}, | |||
{'UltimateCatalyst', 1}, | |||
}, | |||
output = { | |||
{'QuantumBrain', 1}, | |||
}, | |||
ticks = 200, | |||
tier = 6, | |||
}, | |||
{ | |||
name = 'Catalyst2', | |||
machine = 'Assembler', | |||
input = { | |||
{'Cell', 1}, | |||
{'GoldWire', 10}, | |||
{'CoalDust', 4}, | |||
}, | |||
output = { | |||
{'Catalyst', 1}, | |||
}, | |||
ticks = 200, | |||
tier = 4, | |||
}, | |||
{ | |||
name = 'Cell2', | |||
machine = 'Assembler', | |||
input = { | |||
{'DepletedUraniumCell', 1}, | |||
}, | |||
output = { | |||
{'Cell', 1}, | |||
}, | |||
ticks = 600, | |||
tier = 5, | |||
}, | |||
{ | |||
name = 'Battery', | |||
machine = 'Assembler', | |||
input = { | |||
{'SulfuricAcid', 100}, | |||
{'CopperParts', 1}, | |||
{'SteelPlate', 1}, | |||
}, | |||
output = { | |||
{'Battery', 1}, | |||
}, | |||
ticks = 200, | |||
tier = 4, | |||
}, | |||
{ | |||
name = 'CompositePlate', | |||
machine = 'Assembler', | |||
input = { | |||
{'TitaniumPlate', 1}, | |||
{'CarbonFiberSheet', 1}, | |||
{'PolyethyleneSheet', 1}, | |||
}, | |||
output = { | |||
{'CompositePlate', 1}, | |||
}, | |||
ticks = 300, | |||
tier = 6, | |||
}, | |||
{ | |||
name = 'CompositePlate2', | |||
machine = 'Assembler', | |||
input = { | |||
{'TitaniumPlate', 1}, | |||
{'CarbonFiberSheet', 1}, | |||
{'PolyethyleneSheet', 1}, | |||
{'NeutroniumPlate', 1}, | |||
}, | |||
output = { | |||
{'CompositePlate', 4}, | |||
}, | |||
ticks = 300, | |||
tier = 7, | |||
}, | |||
{ | |||
name = 'GoldWire', | |||
machine = 'Assembler', | |||
input = { | |||
{'GoldPlate', 1}, | |||
}, | |||
output = { | |||
{'GoldWire', 2}, | |||
}, | |||
ticks = 100, | |||
}, | |||
{ | |||
name = 'DecisionResonator2', | |||
machine = 'Assembler', | |||
input = { | |||
{'StainlessSteelParts', 4}, | |||
{'RubyCrystal', 1}, | |||
}, | |||
output = { | |||
{'DecisionResonator', 2}, | |||
}, | |||
ticks = 100, | |||
tier = 5, | |||
}, | |||
{ | |||
name = 'DecisionResonator3', | |||
machine = 'Assembler', | |||
input = { | |||
{'StainlessSteelParts', 4}, | |||
{'SiliconWafer', 1}, | |||
{'CompositePlate', 1}, | |||
}, | |||
output = { | |||
{'DecisionResonator', 2}, | |||
}, | |||
ticks = 100, | |||
tier = 5, | |||
}, | |||
{ | |||
name = 'DecisionResonator4', | |||
machine = 'Assembler', | |||
input = { | |||
{'StainlessSteelParts', 4}, | |||
{'DopedSiliconWafer', 1}, | |||
{'CompositePlate', 1}, | |||
}, | |||
output = { | |||
{'DecisionResonator', 4}, | |||
}, | |||
ticks = 100, | |||
tier = 5, | |||
}, | |||
{ | |||
name = 'ControlCell', | |||
machine = 'Assembler', | |||
input = { | |||
{'Cell', 1}, | |||
{'YttriumDust', 3}, | |||
}, | |||
output = { | |||
{'ControlCell', 1}, | |||
}, | |||
ticks = 100, | |||
}, | |||
{ | { | ||
name = 'CopperWire2', | name = 'CopperWire2', | ||
machine = 'Assembler', | |||
input = { | input = { | ||
{'CopperPlate', 1}, | {'CopperPlate', 1}, | ||
| Line 12: | Line 448: | ||
{ | { | ||
name = 'GoldWire2', | name = 'GoldWire2', | ||
machine = 'Assembler', | |||
input = { | input = { | ||
{'GoldPlate', 1}, | {'GoldPlate', 1}, | ||
| Line 22: | Line 459: | ||
{ | { | ||
name = 'PlatinumFoil', | name = 'PlatinumFoil', | ||
machine = 'Assembler', | |||
input = { | input = { | ||
{'PlatinumPlate', 1}, | {'PlatinumPlate', 1}, | ||
| Line 33: | Line 471: | ||
{ | { | ||
name = 'PlatinumWire2', | name = 'PlatinumWire2', | ||
machine = 'Assembler', | |||
input = { | input = { | ||
{'PlatinumPlate', 1}, | {'PlatinumPlate', 1}, | ||
| Line 43: | Line 482: | ||
{ | { | ||
name = 'AluminiumFoil', | name = 'AluminiumFoil', | ||
machine = 'Assembler', | |||
input = { | input = { | ||
{'AluminiumPlate', 1}, | {'AluminiumPlate', 1}, | ||
| Line 54: | Line 494: | ||
{ | { | ||
name = 'YttriumWire2', | name = 'YttriumWire2', | ||
machine = 'Assembler', | |||
input = { | input = { | ||
{'YttriumPlate', 1}, | {'YttriumPlate', 1}, | ||
| Line 64: | Line 505: | ||
{ | { | ||
name = 'TantalumFoil', | name = 'TantalumFoil', | ||
machine = 'Assembler', | |||
input = { | input = { | ||
{'TantalumPlate', 1}, | {'TantalumPlate', 1}, | ||
| Line 75: | Line 517: | ||
{ | { | ||
name = 'TantalumWire2', | name = 'TantalumWire2', | ||
machine = 'Assembler', | |||
input = { | input = { | ||
{'TantalumPlate', 1}, | {'TantalumPlate', 1}, | ||
Latest revision as of 23:01, 27 January 2026
Documentation for this module may be created at Module:AssemblerRecipeDictionary/doc
return {
{
name = 'CircuitBoard2',
machine = 'Assembler',
input = {
{'Log', 1},
{'PolyethyleneSheet', 2},
},
output = {
{'CircuitBoard', 4},
},
ticks = 20,
tier = 4,
},
{
name = 'CircuitBoard3',
machine = 'Assembler',
input = {
{'CarbonFiberSheet', 1},
{'PolyethyleneSheet', 2},
},
output = {
{'CircuitBoard', 8},
},
ticks = 20,
tier = 5,
},
{
name = 'Circuit2',
machine = 'Assembler',
input = {
{'CircuitBoard', 1},
{'Transistor', 2},
},
output = {
{'Circuit', 1},
},
ticks = 200,
tier = 2,
},
{
name = 'Resistor2',
machine = 'Assembler',
input = {
{'CoalDust', 1},
{'CopperWire', 3},
},
output = {
{'Resistor', 1},
},
ticks = 60,
tier = 2,
},
{
name = 'Resistor3',
machine = 'Assembler',
input = {
{'CopperWire', 4},
{'CoalDust', 1},
{'PolyethyleneSheet', 1},
},
output = {
{'Resistor', 2},
},
ticks = 60,
tier = 3,
},
{
name = 'Resistor4',
machine = 'Assembler',
input = {
{'CopperWire', 4},
{'TantalumWire', 1},
{'PolyethyleneSheet', 1},
},
output = {
{'Resistor', 4},
},
ticks = 60,
tier = 5,
},
{
name = 'Resistor5',
machine = 'Assembler',
input = {
{'CopperWire', 6},
{'TantalumWire', 1},
{'CarbonFiberSheet', 1},
},
output = {
{'Resistor', 8},
},
ticks = 60,
tier = 5,
},
{
name = 'AdvancedCircuit2',
machine = 'Assembler',
input = {
{'CircuitBoard', 1},
{'Transistor', 2},
{'Resistor', 5},
},
output = {
{'AdvancedCircuit', 1},
},
ticks = 90,
tier = 2,
},
{
name = 'Transistor2',
machine = 'Assembler',
input = {
{'Silicon', 1},
{'CopperWire', 3},
{'PolyethyleneSheet', 1},
},
output = {
{'Transistor', 2},
},
ticks = 60,
tier = 2,
},
{
name = 'Transistor3',
machine = 'Assembler',
input = {
{'SiliconWafer', 1},
{'CopperWire', 4},
{'PolyethyleneSheet', 1},
},
output = {
{'Transistor', 4},
},
ticks = 60,
tier = 3,
},
{
name = 'Transistor4',
machine = 'Assembler',
input = {
{'DopedSiliconWafer', 1},
{'CopperWire', 6},
{'PolyethyleneSheet', 1},
},
output = {
{'Transistor', 8},
},
ticks = 60,
tier = 4,
},
{
name = 'Capacitor2',
machine = 'Assembler',
input = {
{'AluminiumFoil', 2},
{'MicaFlakes', 1},
},
output = {
{'Capacitor', 4},
},
ticks = 60,
tier = 2,
},
{
name = 'Capacitor3',
machine = 'Assembler',
input = {
{'TantalumFoil', 2},
{'PolyethyleneSheet', 1},
},
output = {
{'Capacitor', 8},
},
ticks = 60,
tier = 5,
},
{
name = 'Capacitor4',
machine = 'Assembler',
input = {
{'TantalumFoil', 3},
{'CarbonFiberSheet', 2},
},
output = {
{'Capacitor', 16},
},
ticks = 60,
tier = 5,
},
{
name = 'SiliconWafer',
machine = 'Assembler',
input = {
{'SiliconMonocrystal', 1},
},
output = {
{'SiliconWafer', 16},
},
ticks = 200,
tier = 3,
},
{
name = 'DopedSiliconWafer',
machine = 'Assembler',
input = {
{'DopedSiliconMonocrystal', 1},
},
output = {
{'DopedSiliconWafer', 16},
},
ticks = 200,
tier = 4,
},
{
name = 'Processor2',
machine = 'Assembler',
input = {
{'CircuitBoard', 1},
{'AdvancedCircuit', 2},
{'SiliconWafer', 1},
{'Capacitor', 2},
},
output = {
{'Processor', 1},
},
ticks = 200,
tier = 4,
},
{
name = 'Processor3',
machine = 'Assembler',
input = {
{'CircuitBoard', 1},
{'AdvancedCircuit', 1},
{'DopedSiliconWafer', 1},
{'Capacitor', 3},
},
output = {
{'Processor', 2},
},
ticks = 200,
tier = 5,
},
{
name = 'QuantumCore',
machine = 'Assembler',
input = {
{'YttriumDust', 1},
{'CopperParts', 3},
},
output = {
{'QuantumCore', 1},
{'QuantumCore', 1},
},
ticks = 100,
tier = 5,
},
{
name = 'QuantumCircuit2',
machine = 'Assembler',
input = {
{'QuantumCore', 4},
{'Processor', 2},
{'Resistor', 6},
{'Transistor', 6},
},
output = {
{'QuantumCircuit', 1},
},
ticks = 200,
tier = 4,
},
{
name = 'QuantumProcessor2',
machine = 'Assembler',
input = {
{'QuantumCircuit', 2},
{'DecisionResonator', 6},
{'Capacitor', 6},
{'Transistor', 6},
},
output = {
{'QuantumProcessor', 1},
},
ticks = 200,
tier = 5,
},
{
name = 'QuantumBrain2',
machine = 'Assembler',
input = {
{'QuantumProcessor', 2},
{'BrainMatrix', 1},
{'Resistor', 10},
{'UltimateCatalyst', 1},
},
output = {
{'QuantumBrain', 1},
},
ticks = 200,
tier = 6,
},
{
name = 'Catalyst2',
machine = 'Assembler',
input = {
{'Cell', 1},
{'GoldWire', 10},
{'CoalDust', 4},
},
output = {
{'Catalyst', 1},
},
ticks = 200,
tier = 4,
},
{
name = 'Cell2',
machine = 'Assembler',
input = {
{'DepletedUraniumCell', 1},
},
output = {
{'Cell', 1},
},
ticks = 600,
tier = 5,
},
{
name = 'Battery',
machine = 'Assembler',
input = {
{'SulfuricAcid', 100},
{'CopperParts', 1},
{'SteelPlate', 1},
},
output = {
{'Battery', 1},
},
ticks = 200,
tier = 4,
},
{
name = 'CompositePlate',
machine = 'Assembler',
input = {
{'TitaniumPlate', 1},
{'CarbonFiberSheet', 1},
{'PolyethyleneSheet', 1},
},
output = {
{'CompositePlate', 1},
},
ticks = 300,
tier = 6,
},
{
name = 'CompositePlate2',
machine = 'Assembler',
input = {
{'TitaniumPlate', 1},
{'CarbonFiberSheet', 1},
{'PolyethyleneSheet', 1},
{'NeutroniumPlate', 1},
},
output = {
{'CompositePlate', 4},
},
ticks = 300,
tier = 7,
},
{
name = 'GoldWire',
machine = 'Assembler',
input = {
{'GoldPlate', 1},
},
output = {
{'GoldWire', 2},
},
ticks = 100,
},
{
name = 'DecisionResonator2',
machine = 'Assembler',
input = {
{'StainlessSteelParts', 4},
{'RubyCrystal', 1},
},
output = {
{'DecisionResonator', 2},
},
ticks = 100,
tier = 5,
},
{
name = 'DecisionResonator3',
machine = 'Assembler',
input = {
{'StainlessSteelParts', 4},
{'SiliconWafer', 1},
{'CompositePlate', 1},
},
output = {
{'DecisionResonator', 2},
},
ticks = 100,
tier = 5,
},
{
name = 'DecisionResonator4',
machine = 'Assembler',
input = {
{'StainlessSteelParts', 4},
{'DopedSiliconWafer', 1},
{'CompositePlate', 1},
},
output = {
{'DecisionResonator', 4},
},
ticks = 100,
tier = 5,
},
{
name = 'ControlCell',
machine = 'Assembler',
input = {
{'Cell', 1},
{'YttriumDust', 3},
},
output = {
{'ControlCell', 1},
},
ticks = 100,
},
{
name = 'CopperWire2',
machine = 'Assembler',
input = {
{'CopperPlate', 1},
},
output = {
{'CopperWire', 2},
},
ticks = 40,
},
{
name = 'GoldWire2',
machine = 'Assembler',
input = {
{'GoldPlate', 1},
},
output = {
{'GoldWire', 2},
},
ticks = 40,
},
{
name = 'PlatinumFoil',
machine = 'Assembler',
input = {
{'PlatinumPlate', 1},
},
output = {
{'PlatinumFoil', 3},
},
ticks = 80,
tier = 5,
},
{
name = 'PlatinumWire2',
machine = 'Assembler',
input = {
{'PlatinumPlate', 1},
},
output = {
{'PlatinumWire', 2},
},
ticks = 40,
},
{
name = 'AluminiumFoil',
machine = 'Assembler',
input = {
{'AluminiumPlate', 1},
},
output = {
{'AluminiumFoil', 3},
},
ticks = 80,
tier = 2,
},
{
name = 'YttriumWire2',
machine = 'Assembler',
input = {
{'YttriumPlate', 1},
},
output = {
{'YttriumWire', 2},
},
ticks = 40,
},
{
name = 'TantalumFoil',
machine = 'Assembler',
input = {
{'TantalumPlate', 1},
},
output = {
{'TantalumFoil', 3},
},
ticks = 80,
tier = 5,
},
{
name = 'TantalumWire2',
machine = 'Assembler',
input = {
{'TantalumPlate', 1},
},
output = {
{'TantalumWire', 2},
},
ticks = 40,
},
}