Module:HandRecipeDictionary: Difference between revisions
Jump to navigation
Jump to search
Created page with "return { { name = 'CircuitBoard', ingredients = { {'Log', 1}, }, results = { {'CircuitBoard', 1}, }, time = 20, tier = 1, }, { name = 'Circuit', ingredients = { {'CircuitBoard', 1}, {'Triod', 3}, }, results = { {'Circuit', 1}, }, time = 150, tier = 1, }, { name = 'Triod',..." |
No edit summary Tag: Manual revert |
||
(5 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
{ | { | ||
name = 'CircuitBoard', | name = 'CircuitBoard', | ||
input = { | |||
{'Log', 1}, | {'Log', 1}, | ||
}, | }, | ||
output = { | |||
{'CircuitBoard', 1}, | {'CircuitBoard', 1}, | ||
}, | }, | ||
ticks = 20, | |||
tier = 1, | tier = 1, | ||
}, | }, | ||
{ | { | ||
name = 'Circuit', | name = 'Circuit', | ||
input = { | |||
{'CircuitBoard', 1}, | {'CircuitBoard', 1}, | ||
{'Triod', 3}, | {'Triod', 3}, | ||
}, | }, | ||
output = { | |||
{'Circuit', 1}, | {'Circuit', 1}, | ||
}, | }, | ||
ticks = 150, | |||
tier = 1, | tier = 1, | ||
}, | }, | ||
{ | { | ||
name = 'Triod', | name = 'Triod', | ||
input = { | |||
{'Glass', 1}, | {'Glass', 1}, | ||
{'CopperWire', 3}, | {'CopperWire', 3}, | ||
}, | }, | ||
output = { | |||
{'Triod', 1}, | {'Triod', 1}, | ||
}, | }, | ||
ticks = 50, | |||
tier = 1, | tier = 1, | ||
}, | }, | ||
{ | { | ||
name = 'Resistor', | name = 'Resistor', | ||
input = { | |||
{'CoalDust', 1}, | {'CoalDust', 1}, | ||
{'Organics', 1}, | {'Organics', 1}, | ||
{'CopperWire', 1}, | {'CopperWire', 1}, | ||
}, | }, | ||
output = { | |||
{'Resistor', 1}, | {'Resistor', 1}, | ||
}, | }, | ||
ticks = 60, | |||
tier = 1, | tier = 1, | ||
}, | }, | ||
{ | { | ||
name = 'AdvancedCircuit', | name = 'AdvancedCircuit', | ||
input = { | |||
{'CircuitBoard', 1}, | {'CircuitBoard', 1}, | ||
{'Resistor', 2}, | {'Resistor', 2}, | ||
{'Circuit', 3}, | {'Circuit', 3}, | ||
}, | }, | ||
output = { | |||
{'AdvancedCircuit', 1}, | {'AdvancedCircuit', 1}, | ||
}, | }, | ||
ticks = 200, | |||
tier = 1, | tier = 1, | ||
}, | }, | ||
{ | { | ||
name = 'Transistor', | name = 'Transistor', | ||
input = { | |||
{'Silicon', 1}, | {'Silicon', 1}, | ||
{'CopperWire', 2}, | {'CopperWire', 2}, | ||
}, | }, | ||
output = { | |||
{'Transistor', 1}, | {'Transistor', 1}, | ||
}, | }, | ||
ticks = 80, | |||
tier = 1, | tier = 1, | ||
}, | }, | ||
{ | { | ||
name = 'Capacitor', | name = 'Capacitor', | ||
input = { | |||
{'AluminiumFoil', 2}, | {'AluminiumFoil', 2}, | ||
{'Log', 1}, | {'Log', 1}, | ||
}, | }, | ||
output = { | |||
{'Capacitor', 1}, | {'Capacitor', 1}, | ||
}, | }, | ||
ticks = 80, | |||
tier = 1, | tier = 1, | ||
}, | }, | ||
{ | { | ||
name = 'Processor', | name = 'Processor', | ||
input = { | |||
{'CircuitBoard', 1}, | {'CircuitBoard', 1}, | ||
{'AdvancedCircuit', 3}, | {'AdvancedCircuit', 3}, | ||
{'Resistor', 2}, | {'Resistor', 2}, | ||
}, | }, | ||
output = { | |||
{'Processor', 1}, | {'Processor', 1}, | ||
}, | }, | ||
ticks = 200, | |||
tier = 3, | tier = 3, | ||
}, | }, | ||
{ | { | ||
name = 'QuantumCore', | name = 'QuantumCore', | ||
input = { | |||
{'YttriumDust', 1}, | {'YttriumDust', 1}, | ||
{'CopperParts', 3}, | {'CopperParts', 3}, | ||
}, | }, | ||
output = { | |||
{'QuantumCore', 1}, | {'QuantumCore', 1}, | ||
}, | }, | ||
ticks = 100, | |||
tier = 4, | tier = 4, | ||
}, | }, | ||
{ | { | ||
name = 'QuantumCircuit', | name = 'QuantumCircuit', | ||
input = { | |||
{'QuantumCore', 2}, | {'QuantumCore', 2}, | ||
{'Processor', 3}, | {'Processor', 3}, | ||
{'Resistor', 6}, | {'Resistor', 6}, | ||
}, | }, | ||
output = { | |||
{'QuantumCircuit', 1}, | {'QuantumCircuit', 1}, | ||
}, | }, | ||
ticks = 200, | |||
tier = 4, | tier = 4, | ||
}, | }, | ||
{ | { | ||
name = 'QuantumProcessor', | name = 'QuantumProcessor', | ||
input = { | |||
{'QuantumCircuit', 3}, | {'QuantumCircuit', 3}, | ||
{'DecisionResonator', 1}, | {'DecisionResonator', 1}, | ||
{'Capacitor', 6}, | {'Capacitor', 6}, | ||
}, | }, | ||
output = { | |||
{'QuantumProcessor', 1}, | {'QuantumProcessor', 1}, | ||
}, | }, | ||
ticks = 200, | |||
tier = 5, | tier = 5, | ||
}, | }, | ||
{ | { | ||
name = 'QuantumBrain', | name = 'QuantumBrain', | ||
input = { | |||
{'QuantumProcessor', 3}, | {'QuantumProcessor', 3}, | ||
{'BrainMatrix', 1}, | {'BrainMatrix', 1}, | ||
{'Resistor', 10}, | {'Resistor', 10}, | ||
}, | }, | ||
output = { | |||
{'QuantumBrain', 1}, | {'QuantumBrain', 1}, | ||
}, | }, | ||
ticks = 200, | |||
tier = 6, | tier = 6, | ||
}, | }, | ||
{ | { | ||
name = 'UltimateCatalyst', | name = 'UltimateCatalyst', | ||
input = { | |||
{'Cell', 1}, | {'Cell', 1}, | ||
{'NeutroniumParts', 2}, | {'NeutroniumParts', 2}, | ||
{'Coke', 10}, | {'Coke', 10}, | ||
}, | }, | ||
output = { | |||
{'UltimateCatalyst', 1}, | {'UltimateCatalyst', 1}, | ||
}, | }, | ||
ticks = 200, | |||
tier = 7, | tier = 7, | ||
}, | }, | ||
{ | { | ||
name = 'Catalyst', | name = 'Catalyst', | ||
input = { | |||
{'Cell', 1}, | {'Cell', 1}, | ||
{'CopperWire', 40}, | {'CopperWire', 40}, | ||
{'Coal', 4}, | {'Coal', 4}, | ||
}, | }, | ||
output = { | |||
{'Catalyst', 1}, | {'Catalyst', 1}, | ||
}, | }, | ||
ticks = 200, | |||
tier = 3, | tier = 3, | ||
}, | }, | ||
{ | { | ||
name = 'PrimitiveBattery', | name = 'PrimitiveBattery', | ||
input = { | |||
{'Coke', 1}, | {'Coke', 1}, | ||
{'AluminiumParts', 1}, | {'AluminiumParts', 1}, | ||
{'SteelPlate', 1}, | {'SteelPlate', 1}, | ||
}, | }, | ||
output = { | |||
{'PrimitiveBattery', 1}, | {'PrimitiveBattery', 1}, | ||
}, | }, | ||
ticks = 100, | |||
tier = 3, | tier = 3, | ||
}, | }, | ||
{ | { | ||
name = 'BasicPlatform', | name = 'BasicPlatform', | ||
input = { | |||
{'BuildingMaterial', 2}, | {'BuildingMaterial', 2}, | ||
}, | }, | ||
output = { | |||
{'BasicPlatform', 1}, | {'BasicPlatform', 1}, | ||
}, | }, | ||
ticks = 10, | |||
tier = 1, | tier = 1, | ||
}, | }, | ||
{ | { | ||
name = 'Bricks', | name = 'Bricks', | ||
input = { | |||
{'BuildingMaterial', 2}, | {'BuildingMaterial', 2}, | ||
}, | }, | ||
output = { | |||
{'Bricks', 1}, | {'Bricks', 1}, | ||
}, | }, | ||
ticks = 10, | |||
tier = 1, | tier = 1, | ||
}, | }, | ||
{ | { | ||
name = 'GlassBlock', | name = 'GlassBlock', | ||
input = { | |||
{'BuildingMaterial', 2}, | {'BuildingMaterial', 2}, | ||
}, | }, | ||
output = { | |||
{'GlassBlock', 1}, | {'GlassBlock', 1}, | ||
}, | }, | ||
ticks = 10, | |||
tier = 1, | tier = 1, | ||
}, | }, | ||
{ | { | ||
name = 'WoodenPlanks', | name = 'WoodenPlanks', | ||
input = { | |||
{'BuildingMaterial', 2}, | {'BuildingMaterial', 2}, | ||
}, | }, | ||
output = { | |||
{'WoodenPlanks', 1}, | {'WoodenPlanks', 1}, | ||
}, | }, | ||
ticks = 10, | |||
tier = 1, | tier = 1, | ||
}, | }, | ||
{ | { | ||
name = 'StoneTiles', | name = 'StoneTiles', | ||
input = { | |||
{'BuildingMaterial', 2}, | {'BuildingMaterial', 2}, | ||
}, | }, | ||
output = { | |||
{'StoneTiles', 1}, | {'StoneTiles', 1}, | ||
}, | }, | ||
ticks = 10, | |||
tier = 1, | tier = 1, | ||
}, | }, | ||
{ | { | ||
name = 'RedTiles', | name = 'RedTiles', | ||
input = { | |||
{'BuildingMaterial', 2}, | {'BuildingMaterial', 2}, | ||
}, | }, | ||
output = { | |||
{'RedTiles', 1}, | {'RedTiles', 1}, | ||
}, | }, | ||
ticks = 10, | |||
tier = 1, | tier = 1, | ||
}, | }, | ||
{ | { | ||
name = 'DarkTiles', | name = 'DarkTiles', | ||
input = { | |||
{'BuildingMaterial', 2}, | {'BuildingMaterial', 2}, | ||
}, | }, | ||
output = { | |||
{'DarkTiles', 1}, | {'DarkTiles', 1}, | ||
}, | }, | ||
ticks = 10, | |||
tier = 1, | tier = 1, | ||
}, | }, | ||
{ | { | ||
name = 'Terracotta', | name = 'Terracotta', | ||
input = { | |||
{'BuildingMaterial', 2}, | {'BuildingMaterial', 2}, | ||
}, | }, | ||
output = { | |||
{'Terracotta', 1}, | {'Terracotta', 1}, | ||
}, | }, | ||
ticks = 10, | |||
tier = 1, | tier = 1, | ||
}, | }, | ||
{ | { | ||
name = 'TerracottaTiles', | name = 'TerracottaTiles', | ||
input = { | |||
{'BuildingMaterial', 2}, | {'BuildingMaterial', 2}, | ||
}, | }, | ||
output = { | |||
{'TerracottaTiles', 1}, | {'TerracottaTiles', 1}, | ||
}, | }, | ||
ticks = 10, | |||
tier = 1, | tier = 1, | ||
}, | }, | ||
{ | { | ||
name = 'RedBricks', | name = 'RedBricks', | ||
input = { | |||
{'BuildingMaterial', 2}, | {'BuildingMaterial', 2}, | ||
}, | }, | ||
output = { | |||
{'RedBricks', 1}, | {'RedBricks', 1}, | ||
}, | }, | ||
ticks = 10, | |||
tier = 1, | tier = 1, | ||
}, | }, | ||
{ | { | ||
name = 'DarkBricks', | name = 'DarkBricks', | ||
input = { | |||
{'BuildingMaterial', 2}, | {'BuildingMaterial', 2}, | ||
}, | }, | ||
output = { | |||
{'DarkBricks', 1}, | {'DarkBricks', 1}, | ||
}, | }, | ||
ticks = 10, | |||
tier = 1, | tier = 1, | ||
}, | }, | ||
{ | { | ||
name = 'TerracottaBricks', | name = 'TerracottaBricks', | ||
input = { | |||
{'BuildingMaterial', 2}, | {'BuildingMaterial', 2}, | ||
}, | }, | ||
output = { | |||
{'TerracottaBricks', 1}, | {'TerracottaBricks', 1}, | ||
}, | }, | ||
ticks = 10, | |||
tier = 1, | tier = 1, | ||
}, | }, | ||
{ | { | ||
name = 'Concrete', | name = 'Concrete', | ||
input = { | |||
{'BuildingMaterial', 4}, | {'BuildingMaterial', 4}, | ||
}, | }, | ||
output = { | |||
{'Concrete', 1}, | {'Concrete', 1}, | ||
}, | }, | ||
ticks = 10, | |||
tier = 2, | tier = 2, | ||
}, | }, | ||
{ | { | ||
name = 'ConcreteBricks', | name = 'ConcreteBricks', | ||
input = { | |||
{'BuildingMaterial', 4}, | {'BuildingMaterial', 4}, | ||
}, | }, | ||
output = { | |||
{'ConcreteBricks', 1}, | {'ConcreteBricks', 1}, | ||
}, | }, | ||
ticks = 10, | |||
tier = 2, | tier = 2, | ||
}, | }, | ||
{ | { | ||
name = 'ConcreteTiles', | name = 'ConcreteTiles', | ||
input = { | |||
{'BuildingMaterial', 4}, | {'BuildingMaterial', 4}, | ||
}, | }, | ||
output = { | |||
{'ConcreteTiles', 1}, | {'ConcreteTiles', 1}, | ||
}, | }, | ||
ticks = 10, | |||
tier = 2, | tier = 2, | ||
}, | }, | ||
{ | { | ||
name = 'ConcreteSmallTiles', | name = 'ConcreteSmallTiles', | ||
input = { | |||
{'BuildingMaterial', 4}, | {'BuildingMaterial', 4}, | ||
}, | }, | ||
output = { | |||
{'ConcreteSmallTiles', 1}, | {'ConcreteSmallTiles', 1}, | ||
}, | }, | ||
ticks = 10, | |||
tier = 2, | tier = 2, | ||
}, | }, | ||
{ | { | ||
name = 'PlasticBlock', | name = 'PlasticBlock', | ||
input = { | |||
{'BuildingMaterial', 4}, | {'BuildingMaterial', 4}, | ||
}, | }, | ||
output = { | |||
{'PlasticBlock', 1}, | {'PlasticBlock', 1}, | ||
}, | }, | ||
ticks = 10, | |||
tier = 2, | tier = 2, | ||
}, | }, | ||
{ | { | ||
name = 'ReinforcedConcrete', | name = 'ReinforcedConcrete', | ||
input = { | |||
{'BuildingMaterial', 8}, | {'BuildingMaterial', 8}, | ||
}, | }, | ||
output = { | |||
{'ReinforcedConcrete', 1}, | {'ReinforcedConcrete', 1}, | ||
}, | }, | ||
ticks = 10, | |||
tier = 3, | tier = 3, | ||
}, | }, | ||
{ | { | ||
name = 'ReinforcedConcreteTiles', | name = 'ReinforcedConcreteTiles', | ||
input = { | |||
{'BuildingMaterial', 8}, | {'BuildingMaterial', 8}, | ||
}, | }, | ||
output = { | |||
{'ReinforcedConcreteTiles', 1}, | {'ReinforcedConcreteTiles', 1}, | ||
}, | }, | ||
ticks = 10, | |||
tier = 3, | tier = 3, | ||
}, | }, | ||
{ | { | ||
name = 'ReinforcedConcreteSmallTiles', | name = 'ReinforcedConcreteSmallTiles', | ||
input = { | |||
{'BuildingMaterial', 8}, | {'BuildingMaterial', 8}, | ||
}, | }, | ||
output = { | |||
{'ReinforcedConcreteSmallTiles', 1}, | {'ReinforcedConcreteSmallTiles', 1}, | ||
}, | }, | ||
ticks = 10, | |||
tier = 3, | tier = 3, | ||
}, | }, | ||
{ | { | ||
name = 'ReinforcedConcreteBricks', | name = 'ReinforcedConcreteBricks', | ||
input = { | |||
{'BuildingMaterial', 8}, | {'BuildingMaterial', 8}, | ||
}, | }, | ||
output = { | |||
{'ReinforcedConcreteBricks', 1}, | {'ReinforcedConcreteBricks', 1}, | ||
}, | }, | ||
ticks = 10, | |||
tier = 3, | tier = 3, | ||
}, | }, | ||
{ | { | ||
name = 'DangerBlock', | name = 'DangerBlock', | ||
input = { | |||
{'BuildingMaterial', 8}, | {'BuildingMaterial', 8}, | ||
}, | }, | ||
output = { | |||
{'DangerBlock', 1}, | {'DangerBlock', 1}, | ||
}, | }, | ||
ticks = 10, | |||
tier = 3, | tier = 3, | ||
}, | }, | ||
{ | { | ||
name = 'Column', | name = 'Column', | ||
input = { | |||
{'BuildingMaterial', 3}, | {'BuildingMaterial', 3}, | ||
}, | }, | ||
output = { | |||
{'Column', 1}, | {'Column', 1}, | ||
}, | }, | ||
ticks = 20, | |||
tier = 1, | tier = 1, | ||
}, | }, | ||
{ | { | ||
name = 'FluetedColumn', | name = 'FluetedColumn', | ||
input = { | |||
{'BuildingMaterial', 3}, | {'BuildingMaterial', 3}, | ||
}, | }, | ||
output = { | |||
{'FluetedColumn', 1}, | {'FluetedColumn', 1}, | ||
}, | }, | ||
ticks = 20, | |||
tier = 1, | tier = 1, | ||
}, | }, | ||
{ | { | ||
name = 'Chair', | name = 'Chair', | ||
input = { | |||
{'BuildingMaterial', 3}, | {'BuildingMaterial', 3}, | ||
}, | }, | ||
output = { | |||
{'Chair', 1}, | {'Chair', 1}, | ||
}, | }, | ||
ticks = 20, | |||
tier = 1, | tier = 1, | ||
}, | }, | ||
{ | { | ||
name = 'CopperChair', | name = 'CopperChair', | ||
input = { | |||
{'BuildingMaterial', 3}, | {'BuildingMaterial', 3}, | ||
}, | }, | ||
output = { | |||
{'CopperChair', 1}, | {'CopperChair', 1}, | ||
}, | }, | ||
ticks = 20, | |||
tier = 1, | tier = 1, | ||
}, | }, | ||
{ | { | ||
name = 'Ladder', | name = 'Ladder', | ||
input = { | |||
{'BuildingMaterial', 3}, | {'BuildingMaterial', 3}, | ||
}, | }, | ||
output = { | |||
{'Ladder', 1}, | {'Ladder', 1}, | ||
}, | }, | ||
ticks = 20, | |||
tier = 1, | tier = 1, | ||
}, | }, | ||
{ | { | ||
name = 'Door', | name = 'Door', | ||
input = { | |||
{'BuildingMaterial', 3}, | {'BuildingMaterial', 3}, | ||
}, | }, | ||
output = { | |||
{'Door', 1}, | {'Door', 1}, | ||
}, | }, | ||
ticks = 20, | |||
tier = 1, | tier = 1, | ||
}, | }, | ||
{ | { | ||
name = 'Window', | name = 'Window', | ||
input = { | |||
{'BuildingMaterial', 3}, | {'BuildingMaterial', 3}, | ||
}, | }, | ||
output = { | |||
{'Window', 1}, | {'Window', 1}, | ||
}, | }, | ||
ticks = 20, | |||
tier = 1, | tier = 1, | ||
}, | }, | ||
{ | { | ||
name = 'PlasticWindow', | name = 'PlasticWindow', | ||
input = { | |||
{'BuildingMaterial', 3}, | {'BuildingMaterial', 3}, | ||
}, | }, | ||
output = { | |||
{'PlasticWindow', 1}, | {'PlasticWindow', 1}, | ||
}, | }, | ||
ticks = 20, | |||
tier = 1, | tier = 1, | ||
}, | }, | ||
{ | { | ||
name = 'Table', | name = 'Table', | ||
input = { | |||
{'BuildingMaterial', 3}, | {'BuildingMaterial', 3}, | ||
}, | }, | ||
output = { | |||
{'Table', 1}, | {'Table', 1}, | ||
}, | }, | ||
ticks = 20, | |||
tier = 1, | tier = 1, | ||
}, | }, | ||
{ | { | ||
name = 'Bed', | name = 'Bed', | ||
input = { | |||
{'BuildingMaterial', 3}, | {'BuildingMaterial', 3}, | ||
}, | }, | ||
output = { | |||
{'Bed', 1}, | {'Bed', 1}, | ||
}, | }, | ||
ticks = 20, | |||
tier = 1, | tier = 1, | ||
}, | }, | ||
{ | { | ||
name = 'Rack', | name = 'Rack', | ||
input = { | |||
{'BuildingMaterial', 3}, | {'BuildingMaterial', 3}, | ||
}, | }, | ||
output = { | |||
{'Rack', 1}, | {'Rack', 1}, | ||
}, | }, | ||
ticks = 20, | |||
tier = 1, | tier = 1, | ||
}, | }, | ||
{ | { | ||
name = 'WoodenStairs', | name = 'WoodenStairs', | ||
input = { | |||
{'BuildingMaterial', 3}, | {'BuildingMaterial', 3}, | ||
}, | }, | ||
output = { | |||
{'WoodenStairs', 1}, | {'WoodenStairs', 1}, | ||
}, | }, | ||
ticks = 20, | |||
tier = 1, | tier = 1, | ||
}, | }, | ||
{ | { | ||
name = 'Fence', | name = 'Fence', | ||
input = { | |||
{'BuildingMaterial', 3}, | {'BuildingMaterial', 3}, | ||
}, | }, | ||
output = { | |||
{'Fence', 1}, | {'Fence', 1}, | ||
}, | }, | ||
ticks = 20, | |||
tier = 1, | tier = 1, | ||
}, | }, | ||
{ | { | ||
name = 'SteelFence', | name = 'SteelFence', | ||
input = { | |||
{'BuildingMaterial', 3}, | {'BuildingMaterial', 3}, | ||
}, | }, | ||
output = { | |||
{'SteelFence', 1}, | {'SteelFence', 1}, | ||
}, | }, | ||
ticks = 20, | |||
tier = 1, | tier = 1, | ||
}, | }, | ||
{ | { | ||
name = 'StainlessSteelFence', | name = 'StainlessSteelFence', | ||
input = { | |||
{'BuildingMaterial', 3}, | {'BuildingMaterial', 3}, | ||
}, | }, | ||
output = { | |||
{'StainlessSteelFence', 1}, | {'StainlessSteelFence', 1}, | ||
}, | }, | ||
ticks = 20, | |||
tier = 1, | tier = 1, | ||
}, | }, | ||
{ | { | ||
name = 'BasicBattery', | name = 'BasicBattery', | ||
input = { | |||
{'Battery', 4}, | {'Battery', 4}, | ||
{'CopperParts', 1}, | {'CopperParts', 1}, | ||
}, | }, | ||
output = { | |||
{'BasicBattery', 1}, | {'BasicBattery', 1}, | ||
}, | }, | ||
ticks = 100, | |||
}, | }, | ||
{ | { | ||
name = 'AdvancedBattery', | name = 'AdvancedBattery', | ||
input = { | |||
{'BasicBattery', 5}, | {'BasicBattery', 5}, | ||
{'Circuit', 1}, | {'Circuit', 1}, | ||
}, | }, | ||
output = { | |||
{'AdvancedBattery', 1}, | {'AdvancedBattery', 1}, | ||
}, | }, | ||
ticks = 200, | |||
}, | }, | ||
{ | { | ||
name = 'SuperiorBattery', | name = 'SuperiorBattery', | ||
input = { | |||
{'AdvancedBattery', 5}, | {'AdvancedBattery', 5}, | ||
{'AdvancedCircuit', 1}, | {'AdvancedCircuit', 1}, | ||
}, | }, | ||
output = { | |||
{'SuperiorBattery', 1}, | {'SuperiorBattery', 1}, | ||
}, | }, | ||
ticks = 300, | |||
}, | }, | ||
{ | { | ||
name = 'UltimateBattery', | name = 'UltimateBattery', | ||
input = { | |||
{'SuperiorBattery', 5}, | {'SuperiorBattery', 5}, | ||
{'Processor', 1}, | {'Processor', 1}, | ||
}, | }, | ||
output = { | |||
{'UltimateBattery', 1}, | {'UltimateBattery', 1}, | ||
}, | }, | ||
ticks = 400, | |||
}, | }, | ||
{ | { | ||
name = 'Cell', | name = 'Cell', | ||
input = { | |||
{'AluminiumPlate', 1}, | {'AluminiumPlate', 1}, | ||
{'AluminiumParts', 1}, | {'AluminiumParts', 1}, | ||
}, | }, | ||
output = { | |||
{'Cell', 1}, | {'Cell', 1}, | ||
}, | }, | ||
ticks = 200, | |||
tier = 3, | tier = 3, | ||
}, | }, | ||
{ | { | ||
name = 'BasicCoil', | name = 'BasicCoil', | ||
input = { | |||
{'CopperWire', 16}, | {'CopperWire', 16}, | ||
{'SteelPlate', 2}, | {'SteelPlate', 2}, | ||
}, | }, | ||
output = { | |||
{'BasicCoil', 1}, | {'BasicCoil', 1}, | ||
}, | }, | ||
ticks = 200, | |||
tier = 2, | tier = 2, | ||
}, | }, | ||
{ | { | ||
name = 'AdvancedCoil', | name = 'AdvancedCoil', | ||
input = { | |||
{'BasicCoil', 3}, | {'BasicCoil', 3}, | ||
{'StainlessSteelPlate', 2}, | {'StainlessSteelPlate', 2}, | ||
}, | }, | ||
output = { | |||
{'AdvancedCoil', 1}, | {'AdvancedCoil', 1}, | ||
}, | }, | ||
ticks = 200, | |||
tier = 3, | tier = 3, | ||
}, | }, | ||
{ | { | ||
name = 'PowerCoil', | name = 'PowerCoil', | ||
input = { | |||
{'AdvancedCoil', 3}, | {'AdvancedCoil', 3}, | ||
{'Processor', 2}, | {'Processor', 2}, | ||
}, | }, | ||
output = { | |||
{'PowerCoil', 1}, | {'PowerCoil', 1}, | ||
}, | }, | ||
ticks = 200, | |||
tier = 5, | tier = 5, | ||
}, | }, | ||
{ | { | ||
name = 'BasicFrame', | name = 'BasicFrame', | ||
input = { | |||
{'SteelPlate', 4}, | {'SteelPlate', 4}, | ||
{'SteelParts', 4}, | {'SteelParts', 4}, | ||
}, | }, | ||
output = { | |||
{'BasicFrame', 1}, | {'BasicFrame', 1}, | ||
}, | }, | ||
ticks = 200, | |||
tier = 2, | tier = 2, | ||
}, | }, | ||
{ | { | ||
name = 'ReinforcedFrame', | name = 'ReinforcedFrame', | ||
input = { | |||
{'BasicFrame', 3}, | {'BasicFrame', 3}, | ||
{'AluminiumParts', 6}, | {'AluminiumParts', 6}, | ||
}, | }, | ||
output = { | |||
{'ReinforcedFrame', 1}, | {'ReinforcedFrame', 1}, | ||
}, | }, | ||
ticks = 200, | |||
tier = 3, | tier = 3, | ||
}, | }, | ||
{ | { | ||
name = 'ModularFrame', | name = 'ModularFrame', | ||
input = { | |||
{'ReinforcedFrame', 3}, | {'ReinforcedFrame', 3}, | ||
{'StainlessSteelParts', 10}, | {'StainlessSteelParts', 10}, | ||
}, | }, | ||
output = { | |||
{'ModularFrame', 1}, | {'ModularFrame', 1}, | ||
}, | }, | ||
ticks = 200, | |||
tier = 5, | tier = 5, | ||
}, | }, | ||
{ | { | ||
name = 'UraniumCell', | name = 'UraniumCell', | ||
input = { | |||
{'Uranium235Dust', 3}, | {'Uranium235Dust', 3}, | ||
{'UraniumDust', 20}, | {'UraniumDust', 20}, | ||
{'Cell', 1}, | {'Cell', 1}, | ||
}, | }, | ||
output = { | |||
{'UraniumCell', 1}, | {'UraniumCell', 1}, | ||
}, | }, | ||
ticks = 200, | |||
tier = 5, | tier = 5, | ||
}, | }, | ||
{ | { | ||
name = 'ThoriumCell', | name = 'ThoriumCell', | ||
input = { | |||
{'ThoriumDust', 40}, | {'ThoriumDust', 40}, | ||
{'Cell', 1}, | {'Cell', 1}, | ||
}, | }, | ||
output = { | |||
{'ThoriumCell', 1}, | {'ThoriumCell', 1}, | ||
}, | }, | ||
ticks = 200, | |||
tier = 6, | tier = 6, | ||
}, | }, | ||
{ | { | ||
name = 'Uranium233Cell', | name = 'Uranium233Cell', | ||
input = { | |||
{'Uranium233Dust', 3}, | {'Uranium233Dust', 3}, | ||
{'Cell', 1}, | {'Cell', 1}, | ||
}, | }, | ||
output = { | |||
{'Uranium233Cell', 1}, | {'Uranium233Cell', 1}, | ||
}, | }, | ||
ticks = 200, | |||
}, | }, | ||
{ | { | ||
name = 'PlutoniumCell', | name = 'PlutoniumCell', | ||
input = { | |||
{'PlutoniumDust', 3}, | {'PlutoniumDust', 3}, | ||
{'Cell', 1}, | {'Cell', 1}, | ||
}, | }, | ||
output = { | |||
{'PlutoniumCell', 1}, | {'PlutoniumCell', 1}, | ||
}, | }, | ||
ticks = 200, | |||
}, | }, | ||
{ | { | ||
name = 'ReflectorCell', | name = 'ReflectorCell', | ||
input = { | |||
{'Cell', 1}, | {'Cell', 1}, | ||
{'BerylliumDust', 3}, | {'BerylliumDust', 3}, | ||
}, | }, | ||
output = { | |||
{'ReflectorCell', 1}, | {'ReflectorCell', 1}, | ||
}, | }, | ||
ticks = 100, | |||
}, | }, | ||
{ | { | ||
name = 'PlatinumReflector', | name = 'PlatinumReflector', | ||
input = { | |||
{'Cell', 1}, | {'Cell', 1}, | ||
{'PlatinumFoil', 1}, | {'PlatinumFoil', 1}, | ||
}, | }, | ||
output = { | |||
{'PlatinumReflector', 1}, | {'PlatinumReflector', 1}, | ||
}, | }, | ||
ticks = 100, | |||
tier = 6, | tier = 6, | ||
}, | }, | ||
{ | { | ||
name = 'BrainMatrix', | name = 'BrainMatrix', | ||
input = { | |||
{'CarbonFiberSheet', 1}, | {'CarbonFiberSheet', 1}, | ||
{'PlatinumFoil', 1}, | {'PlatinumFoil', 1}, | ||
}, | }, | ||
output = { | |||
{'BrainMatrix', 1}, | {'BrainMatrix', 1}, | ||
}, | }, | ||
ticks = 100, | |||
tier = 6, | tier = 6, | ||
}, | }, | ||
{ | { | ||
name = 'DecisionResonator', | name = 'DecisionResonator', | ||
input = { | |||
{'StainlessSteelParts', 4}, | {'StainlessSteelParts', 4}, | ||
{'MicaFlakes', 1}, | {'MicaFlakes', 1}, | ||
}, | }, | ||
output = { | |||
{'DecisionResonator', 1}, | {'DecisionResonator', 1}, | ||
}, | }, | ||
ticks = 100, | |||
tier = 5, | tier = 5, | ||
}, | }, | ||
{ | { | ||
name = 'ControlCell', | name = 'ControlCell', | ||
input = { | |||
{'Cell', 1}, | {'Cell', 1}, | ||
{'YttriumDust', 3}, | {'YttriumDust', 3}, | ||
}, | }, | ||
output = { | |||
{'ControlCell', 1}, | {'ControlCell', 1}, | ||
}, | }, | ||
ticks = 100, | |||
}, | }, | ||
{ | { | ||
name = 'Dirt', | name = 'Dirt', | ||
input = { | |||
{'SandSurface', 1}, | {'SandSurface', 1}, | ||
{'Organics', 1}, | {'Organics', 1}, | ||
}, | }, | ||
output = { | |||
{'DirtSurface', 1}, | {'DirtSurface', 1}, | ||
}, | }, | ||
ticks = 200, | |||
}, | }, | ||
{ | { | ||
name = 'CarbonFiberSheet', | name = 'CarbonFiberSheet', | ||
input = { | |||
{'CarbonFiber', 2}, | {'CarbonFiber', 2}, | ||
}, | }, | ||
output = { | |||
{'CarbonFiberSheet', 1}, | {'CarbonFiberSheet', 1}, | ||
}, | }, | ||
ticks = 200, | |||
}, | }, | ||
{ | { | ||
name = 'BuildingMaterial', | name = 'BuildingMaterial', | ||
input = { | |||
{'StoneSurface', 1}, | {'StoneSurface', 1}, | ||
}, | }, | ||
output = { | |||
{'BuildingMaterial', 1}, | {'BuildingMaterial', 1}, | ||
}, | }, | ||
ticks = 10, | |||
}, | }, | ||
} | } |
Latest revision as of 13:30, 31 July 2025
Documentation for this module may be created at Module:HandRecipeDictionary/doc
return {
{
name = 'CircuitBoard',
input = {
{'Log', 1},
},
output = {
{'CircuitBoard', 1},
},
ticks = 20,
tier = 1,
},
{
name = 'Circuit',
input = {
{'CircuitBoard', 1},
{'Triod', 3},
},
output = {
{'Circuit', 1},
},
ticks = 150,
tier = 1,
},
{
name = 'Triod',
input = {
{'Glass', 1},
{'CopperWire', 3},
},
output = {
{'Triod', 1},
},
ticks = 50,
tier = 1,
},
{
name = 'Resistor',
input = {
{'CoalDust', 1},
{'Organics', 1},
{'CopperWire', 1},
},
output = {
{'Resistor', 1},
},
ticks = 60,
tier = 1,
},
{
name = 'AdvancedCircuit',
input = {
{'CircuitBoard', 1},
{'Resistor', 2},
{'Circuit', 3},
},
output = {
{'AdvancedCircuit', 1},
},
ticks = 200,
tier = 1,
},
{
name = 'Transistor',
input = {
{'Silicon', 1},
{'CopperWire', 2},
},
output = {
{'Transistor', 1},
},
ticks = 80,
tier = 1,
},
{
name = 'Capacitor',
input = {
{'AluminiumFoil', 2},
{'Log', 1},
},
output = {
{'Capacitor', 1},
},
ticks = 80,
tier = 1,
},
{
name = 'Processor',
input = {
{'CircuitBoard', 1},
{'AdvancedCircuit', 3},
{'Resistor', 2},
},
output = {
{'Processor', 1},
},
ticks = 200,
tier = 3,
},
{
name = 'QuantumCore',
input = {
{'YttriumDust', 1},
{'CopperParts', 3},
},
output = {
{'QuantumCore', 1},
},
ticks = 100,
tier = 4,
},
{
name = 'QuantumCircuit',
input = {
{'QuantumCore', 2},
{'Processor', 3},
{'Resistor', 6},
},
output = {
{'QuantumCircuit', 1},
},
ticks = 200,
tier = 4,
},
{
name = 'QuantumProcessor',
input = {
{'QuantumCircuit', 3},
{'DecisionResonator', 1},
{'Capacitor', 6},
},
output = {
{'QuantumProcessor', 1},
},
ticks = 200,
tier = 5,
},
{
name = 'QuantumBrain',
input = {
{'QuantumProcessor', 3},
{'BrainMatrix', 1},
{'Resistor', 10},
},
output = {
{'QuantumBrain', 1},
},
ticks = 200,
tier = 6,
},
{
name = 'UltimateCatalyst',
input = {
{'Cell', 1},
{'NeutroniumParts', 2},
{'Coke', 10},
},
output = {
{'UltimateCatalyst', 1},
},
ticks = 200,
tier = 7,
},
{
name = 'Catalyst',
input = {
{'Cell', 1},
{'CopperWire', 40},
{'Coal', 4},
},
output = {
{'Catalyst', 1},
},
ticks = 200,
tier = 3,
},
{
name = 'PrimitiveBattery',
input = {
{'Coke', 1},
{'AluminiumParts', 1},
{'SteelPlate', 1},
},
output = {
{'PrimitiveBattery', 1},
},
ticks = 100,
tier = 3,
},
{
name = 'BasicPlatform',
input = {
{'BuildingMaterial', 2},
},
output = {
{'BasicPlatform', 1},
},
ticks = 10,
tier = 1,
},
{
name = 'Bricks',
input = {
{'BuildingMaterial', 2},
},
output = {
{'Bricks', 1},
},
ticks = 10,
tier = 1,
},
{
name = 'GlassBlock',
input = {
{'BuildingMaterial', 2},
},
output = {
{'GlassBlock', 1},
},
ticks = 10,
tier = 1,
},
{
name = 'WoodenPlanks',
input = {
{'BuildingMaterial', 2},
},
output = {
{'WoodenPlanks', 1},
},
ticks = 10,
tier = 1,
},
{
name = 'StoneTiles',
input = {
{'BuildingMaterial', 2},
},
output = {
{'StoneTiles', 1},
},
ticks = 10,
tier = 1,
},
{
name = 'RedTiles',
input = {
{'BuildingMaterial', 2},
},
output = {
{'RedTiles', 1},
},
ticks = 10,
tier = 1,
},
{
name = 'DarkTiles',
input = {
{'BuildingMaterial', 2},
},
output = {
{'DarkTiles', 1},
},
ticks = 10,
tier = 1,
},
{
name = 'Terracotta',
input = {
{'BuildingMaterial', 2},
},
output = {
{'Terracotta', 1},
},
ticks = 10,
tier = 1,
},
{
name = 'TerracottaTiles',
input = {
{'BuildingMaterial', 2},
},
output = {
{'TerracottaTiles', 1},
},
ticks = 10,
tier = 1,
},
{
name = 'RedBricks',
input = {
{'BuildingMaterial', 2},
},
output = {
{'RedBricks', 1},
},
ticks = 10,
tier = 1,
},
{
name = 'DarkBricks',
input = {
{'BuildingMaterial', 2},
},
output = {
{'DarkBricks', 1},
},
ticks = 10,
tier = 1,
},
{
name = 'TerracottaBricks',
input = {
{'BuildingMaterial', 2},
},
output = {
{'TerracottaBricks', 1},
},
ticks = 10,
tier = 1,
},
{
name = 'Concrete',
input = {
{'BuildingMaterial', 4},
},
output = {
{'Concrete', 1},
},
ticks = 10,
tier = 2,
},
{
name = 'ConcreteBricks',
input = {
{'BuildingMaterial', 4},
},
output = {
{'ConcreteBricks', 1},
},
ticks = 10,
tier = 2,
},
{
name = 'ConcreteTiles',
input = {
{'BuildingMaterial', 4},
},
output = {
{'ConcreteTiles', 1},
},
ticks = 10,
tier = 2,
},
{
name = 'ConcreteSmallTiles',
input = {
{'BuildingMaterial', 4},
},
output = {
{'ConcreteSmallTiles', 1},
},
ticks = 10,
tier = 2,
},
{
name = 'PlasticBlock',
input = {
{'BuildingMaterial', 4},
},
output = {
{'PlasticBlock', 1},
},
ticks = 10,
tier = 2,
},
{
name = 'ReinforcedConcrete',
input = {
{'BuildingMaterial', 8},
},
output = {
{'ReinforcedConcrete', 1},
},
ticks = 10,
tier = 3,
},
{
name = 'ReinforcedConcreteTiles',
input = {
{'BuildingMaterial', 8},
},
output = {
{'ReinforcedConcreteTiles', 1},
},
ticks = 10,
tier = 3,
},
{
name = 'ReinforcedConcreteSmallTiles',
input = {
{'BuildingMaterial', 8},
},
output = {
{'ReinforcedConcreteSmallTiles', 1},
},
ticks = 10,
tier = 3,
},
{
name = 'ReinforcedConcreteBricks',
input = {
{'BuildingMaterial', 8},
},
output = {
{'ReinforcedConcreteBricks', 1},
},
ticks = 10,
tier = 3,
},
{
name = 'DangerBlock',
input = {
{'BuildingMaterial', 8},
},
output = {
{'DangerBlock', 1},
},
ticks = 10,
tier = 3,
},
{
name = 'Column',
input = {
{'BuildingMaterial', 3},
},
output = {
{'Column', 1},
},
ticks = 20,
tier = 1,
},
{
name = 'FluetedColumn',
input = {
{'BuildingMaterial', 3},
},
output = {
{'FluetedColumn', 1},
},
ticks = 20,
tier = 1,
},
{
name = 'Chair',
input = {
{'BuildingMaterial', 3},
},
output = {
{'Chair', 1},
},
ticks = 20,
tier = 1,
},
{
name = 'CopperChair',
input = {
{'BuildingMaterial', 3},
},
output = {
{'CopperChair', 1},
},
ticks = 20,
tier = 1,
},
{
name = 'Ladder',
input = {
{'BuildingMaterial', 3},
},
output = {
{'Ladder', 1},
},
ticks = 20,
tier = 1,
},
{
name = 'Door',
input = {
{'BuildingMaterial', 3},
},
output = {
{'Door', 1},
},
ticks = 20,
tier = 1,
},
{
name = 'Window',
input = {
{'BuildingMaterial', 3},
},
output = {
{'Window', 1},
},
ticks = 20,
tier = 1,
},
{
name = 'PlasticWindow',
input = {
{'BuildingMaterial', 3},
},
output = {
{'PlasticWindow', 1},
},
ticks = 20,
tier = 1,
},
{
name = 'Table',
input = {
{'BuildingMaterial', 3},
},
output = {
{'Table', 1},
},
ticks = 20,
tier = 1,
},
{
name = 'Bed',
input = {
{'BuildingMaterial', 3},
},
output = {
{'Bed', 1},
},
ticks = 20,
tier = 1,
},
{
name = 'Rack',
input = {
{'BuildingMaterial', 3},
},
output = {
{'Rack', 1},
},
ticks = 20,
tier = 1,
},
{
name = 'WoodenStairs',
input = {
{'BuildingMaterial', 3},
},
output = {
{'WoodenStairs', 1},
},
ticks = 20,
tier = 1,
},
{
name = 'Fence',
input = {
{'BuildingMaterial', 3},
},
output = {
{'Fence', 1},
},
ticks = 20,
tier = 1,
},
{
name = 'SteelFence',
input = {
{'BuildingMaterial', 3},
},
output = {
{'SteelFence', 1},
},
ticks = 20,
tier = 1,
},
{
name = 'StainlessSteelFence',
input = {
{'BuildingMaterial', 3},
},
output = {
{'StainlessSteelFence', 1},
},
ticks = 20,
tier = 1,
},
{
name = 'BasicBattery',
input = {
{'Battery', 4},
{'CopperParts', 1},
},
output = {
{'BasicBattery', 1},
},
ticks = 100,
},
{
name = 'AdvancedBattery',
input = {
{'BasicBattery', 5},
{'Circuit', 1},
},
output = {
{'AdvancedBattery', 1},
},
ticks = 200,
},
{
name = 'SuperiorBattery',
input = {
{'AdvancedBattery', 5},
{'AdvancedCircuit', 1},
},
output = {
{'SuperiorBattery', 1},
},
ticks = 300,
},
{
name = 'UltimateBattery',
input = {
{'SuperiorBattery', 5},
{'Processor', 1},
},
output = {
{'UltimateBattery', 1},
},
ticks = 400,
},
{
name = 'Cell',
input = {
{'AluminiumPlate', 1},
{'AluminiumParts', 1},
},
output = {
{'Cell', 1},
},
ticks = 200,
tier = 3,
},
{
name = 'BasicCoil',
input = {
{'CopperWire', 16},
{'SteelPlate', 2},
},
output = {
{'BasicCoil', 1},
},
ticks = 200,
tier = 2,
},
{
name = 'AdvancedCoil',
input = {
{'BasicCoil', 3},
{'StainlessSteelPlate', 2},
},
output = {
{'AdvancedCoil', 1},
},
ticks = 200,
tier = 3,
},
{
name = 'PowerCoil',
input = {
{'AdvancedCoil', 3},
{'Processor', 2},
},
output = {
{'PowerCoil', 1},
},
ticks = 200,
tier = 5,
},
{
name = 'BasicFrame',
input = {
{'SteelPlate', 4},
{'SteelParts', 4},
},
output = {
{'BasicFrame', 1},
},
ticks = 200,
tier = 2,
},
{
name = 'ReinforcedFrame',
input = {
{'BasicFrame', 3},
{'AluminiumParts', 6},
},
output = {
{'ReinforcedFrame', 1},
},
ticks = 200,
tier = 3,
},
{
name = 'ModularFrame',
input = {
{'ReinforcedFrame', 3},
{'StainlessSteelParts', 10},
},
output = {
{'ModularFrame', 1},
},
ticks = 200,
tier = 5,
},
{
name = 'UraniumCell',
input = {
{'Uranium235Dust', 3},
{'UraniumDust', 20},
{'Cell', 1},
},
output = {
{'UraniumCell', 1},
},
ticks = 200,
tier = 5,
},
{
name = 'ThoriumCell',
input = {
{'ThoriumDust', 40},
{'Cell', 1},
},
output = {
{'ThoriumCell', 1},
},
ticks = 200,
tier = 6,
},
{
name = 'Uranium233Cell',
input = {
{'Uranium233Dust', 3},
{'Cell', 1},
},
output = {
{'Uranium233Cell', 1},
},
ticks = 200,
},
{
name = 'PlutoniumCell',
input = {
{'PlutoniumDust', 3},
{'Cell', 1},
},
output = {
{'PlutoniumCell', 1},
},
ticks = 200,
},
{
name = 'ReflectorCell',
input = {
{'Cell', 1},
{'BerylliumDust', 3},
},
output = {
{'ReflectorCell', 1},
},
ticks = 100,
},
{
name = 'PlatinumReflector',
input = {
{'Cell', 1},
{'PlatinumFoil', 1},
},
output = {
{'PlatinumReflector', 1},
},
ticks = 100,
tier = 6,
},
{
name = 'BrainMatrix',
input = {
{'CarbonFiberSheet', 1},
{'PlatinumFoil', 1},
},
output = {
{'BrainMatrix', 1},
},
ticks = 100,
tier = 6,
},
{
name = 'DecisionResonator',
input = {
{'StainlessSteelParts', 4},
{'MicaFlakes', 1},
},
output = {
{'DecisionResonator', 1},
},
ticks = 100,
tier = 5,
},
{
name = 'ControlCell',
input = {
{'Cell', 1},
{'YttriumDust', 3},
},
output = {
{'ControlCell', 1},
},
ticks = 100,
},
{
name = 'Dirt',
input = {
{'SandSurface', 1},
{'Organics', 1},
},
output = {
{'DirtSurface', 1},
},
ticks = 200,
},
{
name = 'CarbonFiberSheet',
input = {
{'CarbonFiber', 2},
},
output = {
{'CarbonFiberSheet', 1},
},
ticks = 200,
},
{
name = 'BuildingMaterial',
input = {
{'StoneSurface', 1},
},
output = {
{'BuildingMaterial', 1},
},
ticks = 10,
},
}