Module:HandRecipeDictionary: Difference between revisions

From Evospace
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',
         ingredients = {
         input = {
             {'Log', 1},
             {'Log', 1},
         },
         },
         results = {
         output = {
             {'CircuitBoard', 1},
             {'CircuitBoard', 1},
         },
         },
         time = 20,
         ticks = 20,
         tier = 1,
         tier = 1,
     },
     },
     {
     {
         name = 'Circuit',
         name = 'Circuit',
         ingredients = {
         input = {
             {'CircuitBoard', 1},
             {'CircuitBoard', 1},
             {'Triod', 3},
             {'Triod', 3},
         },
         },
         results = {
         output = {
             {'Circuit', 1},
             {'Circuit', 1},
         },
         },
         time = 150,
         ticks = 150,
         tier = 1,
         tier = 1,
     },
     },
     {
     {
         name = 'Triod',
         name = 'Triod',
         ingredients = {
         input = {
             {'Glass', 1},
             {'Glass', 1},
             {'CopperWire', 3},
             {'CopperWire', 3},
         },
         },
         results = {
         output = {
             {'Triod', 1},
             {'Triod', 1},
         },
         },
         time = 50,
         ticks = 50,
         tier = 1,
         tier = 1,
     },
     },
     {
     {
         name = 'Resistor',
         name = 'Resistor',
         ingredients = {
         input = {
             {'CoalDust', 1},
             {'CoalDust', 1},
             {'Organics', 1},
             {'Organics', 1},
             {'CopperWire', 1},
             {'CopperWire', 1},
         },
         },
         results = {
         output = {
             {'Resistor', 1},
             {'Resistor', 1},
         },
         },
         time = 60,
         ticks = 60,
         tier = 1,
         tier = 1,
     },
     },
     {
     {
         name = 'AdvancedCircuit',
         name = 'AdvancedCircuit',
         ingredients = {
         input = {
             {'CircuitBoard', 1},
             {'CircuitBoard', 1},
             {'Resistor', 2},
             {'Resistor', 2},
             {'Circuit', 3},
             {'Circuit', 3},
         },
         },
         results = {
         output = {
             {'AdvancedCircuit', 1},
             {'AdvancedCircuit', 1},
         },
         },
         time = 200,
         ticks = 200,
         tier = 1,
         tier = 1,
     },
     },
     {
     {
         name = 'Transistor',
         name = 'Transistor',
         ingredients = {
         input = {
             {'Silicon', 1},
             {'Silicon', 1},
             {'CopperWire', 2},
             {'CopperWire', 2},
         },
         },
         results = {
         output = {
             {'Transistor', 1},
             {'Transistor', 1},
         },
         },
         time = 80,
         ticks = 80,
         tier = 1,
         tier = 1,
     },
     },
     {
     {
         name = 'Capacitor',
         name = 'Capacitor',
         ingredients = {
         input = {
             {'AluminiumFoil', 2},
             {'AluminiumFoil', 2},
             {'Log', 1},
             {'Log', 1},
         },
         },
         results = {
         output = {
             {'Capacitor', 1},
             {'Capacitor', 1},
         },
         },
         time = 80,
         ticks = 80,
         tier = 1,
         tier = 1,
     },
     },
     {
     {
         name = 'Processor',
         name = 'Processor',
         ingredients = {
         input = {
             {'CircuitBoard', 1},
             {'CircuitBoard', 1},
             {'AdvancedCircuit', 3},
             {'AdvancedCircuit', 3},
             {'Resistor', 2},
             {'Resistor', 2},
         },
         },
         results = {
         output = {
             {'Processor', 1},
             {'Processor', 1},
         },
         },
         time = 200,
         ticks = 200,
         tier = 3,
         tier = 3,
     },
     },
     {
     {
         name = 'QuantumCore',
         name = 'QuantumCore',
         ingredients = {
         input = {
             {'YttriumDust', 1},
             {'YttriumDust', 1},
             {'CopperParts', 3},
             {'CopperParts', 3},
         },
         },
         results = {
         output = {
             {'QuantumCore', 1},
             {'QuantumCore', 1},
         },
         },
         time = 100,
         ticks = 100,
         tier = 4,
         tier = 4,
     },
     },
     {
     {
         name = 'QuantumCircuit',
         name = 'QuantumCircuit',
         ingredients = {
         input = {
             {'QuantumCore', 2},
             {'QuantumCore', 2},
             {'Processor', 3},
             {'Processor', 3},
             {'Resistor', 6},
             {'Resistor', 6},
         },
         },
         results = {
         output = {
             {'QuantumCircuit', 1},
             {'QuantumCircuit', 1},
         },
         },
         time = 200,
         ticks = 200,
         tier = 4,
         tier = 4,
     },
     },
     {
     {
         name = 'QuantumProcessor',
         name = 'QuantumProcessor',
         ingredients = {
         input = {
             {'QuantumCircuit', 3},
             {'QuantumCircuit', 3},
             {'DecisionResonator', 1},
             {'DecisionResonator', 1},
             {'Capacitor', 6},
             {'Capacitor', 6},
         },
         },
         results = {
         output = {
             {'QuantumProcessor', 1},
             {'QuantumProcessor', 1},
         },
         },
         time = 200,
         ticks = 200,
         tier = 5,
         tier = 5,
     },
     },
     {
     {
         name = 'QuantumBrain',
         name = 'QuantumBrain',
         ingredients = {
         input = {
             {'QuantumProcessor', 3},
             {'QuantumProcessor', 3},
             {'BrainMatrix', 1},
             {'BrainMatrix', 1},
             {'Resistor', 10},
             {'Resistor', 10},
         },
         },
         results = {
         output = {
             {'QuantumBrain', 1},
             {'QuantumBrain', 1},
         },
         },
         time = 200,
         ticks = 200,
         tier = 6,
         tier = 6,
     },
     },
     {
     {
         name = 'UltimateCatalyst',
         name = 'UltimateCatalyst',
         ingredients = {
         input = {
             {'Cell', 1},
             {'Cell', 1},
             {'NeutroniumParts', 2},
             {'NeutroniumParts', 2},
             {'Coke', 10},
             {'Coke', 10},
         },
         },
         results = {
         output = {
             {'UltimateCatalyst', 1},
             {'UltimateCatalyst', 1},
         },
         },
         time = 200,
         ticks = 200,
         tier = 7,
         tier = 7,
     },
     },
     {
     {
         name = 'Catalyst',
         name = 'Catalyst',
         ingredients = {
         input = {
             {'Cell', 1},
             {'Cell', 1},
             {'CopperWire', 40},
             {'CopperWire', 40},
             {'Coal', 4},
             {'Coal', 4},
         },
         },
         results = {
         output = {
             {'Catalyst', 1},
             {'Catalyst', 1},
         },
         },
         time = 200,
         ticks = 200,
         tier = 3,
         tier = 3,
     },
     },
     {
     {
         name = 'PrimitiveBattery',
         name = 'PrimitiveBattery',
         ingredients = {
         input = {
             {'Coke', 1},
             {'Coke', 1},
             {'AluminiumParts', 1},
             {'AluminiumParts', 1},
             {'SteelPlate', 1},
             {'SteelPlate', 1},
         },
         },
         results = {
         output = {
             {'PrimitiveBattery', 1},
             {'PrimitiveBattery', 1},
         },
         },
         time = 100,
         ticks = 100,
         tier = 3,
         tier = 3,
     },
     },
     {
     {
         name = 'BasicPlatform',
         name = 'BasicPlatform',
         ingredients = {
         input = {
             {'BuildingMaterial', 2},
             {'BuildingMaterial', 2},
         },
         },
         results = {
         output = {
             {'BasicPlatform', 1},
             {'BasicPlatform', 1},
         },
         },
         time = 10,
         ticks = 10,
         tier = 1,
         tier = 1,
     },
     },
     {
     {
         name = 'Bricks',
         name = 'Bricks',
         ingredients = {
         input = {
             {'BuildingMaterial', 2},
             {'BuildingMaterial', 2},
         },
         },
         results = {
         output = {
             {'Bricks', 1},
             {'Bricks', 1},
         },
         },
         time = 10,
         ticks = 10,
         tier = 1,
         tier = 1,
     },
     },
     {
     {
         name = 'GlassBlock',
         name = 'GlassBlock',
         ingredients = {
         input = {
             {'BuildingMaterial', 2},
             {'BuildingMaterial', 2},
         },
         },
         results = {
         output = {
             {'GlassBlock', 1},
             {'GlassBlock', 1},
         },
         },
         time = 10,
         ticks = 10,
         tier = 1,
         tier = 1,
     },
     },
     {
     {
         name = 'WoodenPlanks',
         name = 'WoodenPlanks',
         ingredients = {
         input = {
             {'BuildingMaterial', 2},
             {'BuildingMaterial', 2},
         },
         },
         results = {
         output = {
             {'WoodenPlanks', 1},
             {'WoodenPlanks', 1},
         },
         },
         time = 10,
         ticks = 10,
         tier = 1,
         tier = 1,
     },
     },
     {
     {
         name = 'StoneTiles',
         name = 'StoneTiles',
         ingredients = {
         input = {
             {'BuildingMaterial', 2},
             {'BuildingMaterial', 2},
         },
         },
         results = {
         output = {
             {'StoneTiles', 1},
             {'StoneTiles', 1},
         },
         },
         time = 10,
         ticks = 10,
         tier = 1,
         tier = 1,
     },
     },
     {
     {
         name = 'RedTiles',
         name = 'RedTiles',
         ingredients = {
         input = {
             {'BuildingMaterial', 2},
             {'BuildingMaterial', 2},
         },
         },
         results = {
         output = {
             {'RedTiles', 1},
             {'RedTiles', 1},
         },
         },
         time = 10,
         ticks = 10,
         tier = 1,
         tier = 1,
     },
     },
     {
     {
         name = 'DarkTiles',
         name = 'DarkTiles',
         ingredients = {
         input = {
             {'BuildingMaterial', 2},
             {'BuildingMaterial', 2},
         },
         },
         results = {
         output = {
             {'DarkTiles', 1},
             {'DarkTiles', 1},
         },
         },
         time = 10,
         ticks = 10,
         tier = 1,
         tier = 1,
     },
     },
     {
     {
         name = 'Terracotta',
         name = 'Terracotta',
         ingredients = {
         input = {
             {'BuildingMaterial', 2},
             {'BuildingMaterial', 2},
         },
         },
         results = {
         output = {
             {'Terracotta', 1},
             {'Terracotta', 1},
         },
         },
         time = 10,
         ticks = 10,
         tier = 1,
         tier = 1,
     },
     },
     {
     {
         name = 'TerracottaTiles',
         name = 'TerracottaTiles',
         ingredients = {
         input = {
             {'BuildingMaterial', 2},
             {'BuildingMaterial', 2},
         },
         },
         results = {
         output = {
             {'TerracottaTiles', 1},
             {'TerracottaTiles', 1},
         },
         },
         time = 10,
         ticks = 10,
         tier = 1,
         tier = 1,
     },
     },
     {
     {
         name = 'RedBricks',
         name = 'RedBricks',
         ingredients = {
         input = {
             {'BuildingMaterial', 2},
             {'BuildingMaterial', 2},
         },
         },
         results = {
         output = {
             {'RedBricks', 1},
             {'RedBricks', 1},
         },
         },
         time = 10,
         ticks = 10,
         tier = 1,
         tier = 1,
     },
     },
     {
     {
         name = 'DarkBricks',
         name = 'DarkBricks',
         ingredients = {
         input = {
             {'BuildingMaterial', 2},
             {'BuildingMaterial', 2},
         },
         },
         results = {
         output = {
             {'DarkBricks', 1},
             {'DarkBricks', 1},
         },
         },
         time = 10,
         ticks = 10,
         tier = 1,
         tier = 1,
     },
     },
     {
     {
         name = 'TerracottaBricks',
         name = 'TerracottaBricks',
         ingredients = {
         input = {
             {'BuildingMaterial', 2},
             {'BuildingMaterial', 2},
         },
         },
         results = {
         output = {
             {'TerracottaBricks', 1},
             {'TerracottaBricks', 1},
         },
         },
         time = 10,
         ticks = 10,
         tier = 1,
         tier = 1,
     },
     },
     {
     {
         name = 'Concrete',
         name = 'Concrete',
         ingredients = {
         input = {
             {'BuildingMaterial', 4},
             {'BuildingMaterial', 4},
         },
         },
         results = {
         output = {
             {'Concrete', 1},
             {'Concrete', 1},
         },
         },
         time = 10,
         ticks = 10,
         tier = 2,
         tier = 2,
     },
     },
     {
     {
         name = 'ConcreteBricks',
         name = 'ConcreteBricks',
         ingredients = {
         input = {
             {'BuildingMaterial', 4},
             {'BuildingMaterial', 4},
         },
         },
         results = {
         output = {
             {'ConcreteBricks', 1},
             {'ConcreteBricks', 1},
         },
         },
         time = 10,
         ticks = 10,
         tier = 2,
         tier = 2,
     },
     },
     {
     {
         name = 'ConcreteTiles',
         name = 'ConcreteTiles',
         ingredients = {
         input = {
             {'BuildingMaterial', 4},
             {'BuildingMaterial', 4},
         },
         },
         results = {
         output = {
             {'ConcreteTiles', 1},
             {'ConcreteTiles', 1},
         },
         },
         time = 10,
         ticks = 10,
         tier = 2,
         tier = 2,
     },
     },
     {
     {
         name = 'ConcreteSmallTiles',
         name = 'ConcreteSmallTiles',
         ingredients = {
         input = {
             {'BuildingMaterial', 4},
             {'BuildingMaterial', 4},
         },
         },
         results = {
         output = {
             {'ConcreteSmallTiles', 1},
             {'ConcreteSmallTiles', 1},
         },
         },
         time = 10,
         ticks = 10,
         tier = 2,
         tier = 2,
     },
     },
     {
     {
         name = 'PlasticBlock',
         name = 'PlasticBlock',
         ingredients = {
         input = {
             {'BuildingMaterial', 4},
             {'BuildingMaterial', 4},
         },
         },
         results = {
         output = {
             {'PlasticBlock', 1},
             {'PlasticBlock', 1},
         },
         },
         time = 10,
         ticks = 10,
         tier = 2,
         tier = 2,
     },
     },
     {
     {
         name = 'ReinforcedConcrete',
         name = 'ReinforcedConcrete',
         ingredients = {
         input = {
             {'BuildingMaterial', 8},
             {'BuildingMaterial', 8},
         },
         },
         results = {
         output = {
             {'ReinforcedConcrete', 1},
             {'ReinforcedConcrete', 1},
         },
         },
         time = 10,
         ticks = 10,
         tier = 3,
         tier = 3,
     },
     },
     {
     {
         name = 'ReinforcedConcreteTiles',
         name = 'ReinforcedConcreteTiles',
         ingredients = {
         input = {
             {'BuildingMaterial', 8},
             {'BuildingMaterial', 8},
         },
         },
         results = {
         output = {
             {'ReinforcedConcreteTiles', 1},
             {'ReinforcedConcreteTiles', 1},
         },
         },
         time = 10,
         ticks = 10,
         tier = 3,
         tier = 3,
     },
     },
     {
     {
         name = 'ReinforcedConcreteSmallTiles',
         name = 'ReinforcedConcreteSmallTiles',
         ingredients = {
         input = {
             {'BuildingMaterial', 8},
             {'BuildingMaterial', 8},
         },
         },
         results = {
         output = {
             {'ReinforcedConcreteSmallTiles', 1},
             {'ReinforcedConcreteSmallTiles', 1},
         },
         },
         time = 10,
         ticks = 10,
         tier = 3,
         tier = 3,
     },
     },
     {
     {
         name = 'ReinforcedConcreteBricks',
         name = 'ReinforcedConcreteBricks',
         ingredients = {
         input = {
             {'BuildingMaterial', 8},
             {'BuildingMaterial', 8},
         },
         },
         results = {
         output = {
             {'ReinforcedConcreteBricks', 1},
             {'ReinforcedConcreteBricks', 1},
         },
         },
         time = 10,
         ticks = 10,
         tier = 3,
         tier = 3,
     },
     },
     {
     {
         name = 'DangerBlock',
         name = 'DangerBlock',
         ingredients = {
         input = {
             {'BuildingMaterial', 8},
             {'BuildingMaterial', 8},
         },
         },
         results = {
         output = {
             {'DangerBlock', 1},
             {'DangerBlock', 1},
         },
         },
         time = 10,
         ticks = 10,
         tier = 3,
         tier = 3,
     },
     },
     {
     {
         name = 'Column',
         name = 'Column',
         ingredients = {
         input = {
             {'BuildingMaterial', 3},
             {'BuildingMaterial', 3},
         },
         },
         results = {
         output = {
             {'Column', 1},
             {'Column', 1},
         },
         },
         time = 20,
         ticks = 20,
         tier = 1,
         tier = 1,
     },
     },
     {
     {
         name = 'FluetedColumn',
         name = 'FluetedColumn',
         ingredients = {
         input = {
             {'BuildingMaterial', 3},
             {'BuildingMaterial', 3},
         },
         },
         results = {
         output = {
             {'FluetedColumn', 1},
             {'FluetedColumn', 1},
         },
         },
         time = 20,
         ticks = 20,
         tier = 1,
         tier = 1,
     },
     },
     {
     {
         name = 'Chair',
         name = 'Chair',
         ingredients = {
         input = {
             {'BuildingMaterial', 3},
             {'BuildingMaterial', 3},
         },
         },
         results = {
         output = {
             {'Chair', 1},
             {'Chair', 1},
         },
         },
         time = 20,
         ticks = 20,
         tier = 1,
         tier = 1,
     },
     },
     {
     {
         name = 'CopperChair',
         name = 'CopperChair',
         ingredients = {
         input = {
             {'BuildingMaterial', 3},
             {'BuildingMaterial', 3},
         },
         },
         results = {
         output = {
             {'CopperChair', 1},
             {'CopperChair', 1},
         },
         },
         time = 20,
         ticks = 20,
         tier = 1,
         tier = 1,
     },
     },
     {
     {
         name = 'Ladder',
         name = 'Ladder',
         ingredients = {
         input = {
             {'BuildingMaterial', 3},
             {'BuildingMaterial', 3},
         },
         },
         results = {
         output = {
             {'Ladder', 1},
             {'Ladder', 1},
         },
         },
         time = 20,
         ticks = 20,
         tier = 1,
         tier = 1,
     },
     },
     {
     {
         name = 'Door',
         name = 'Door',
         ingredients = {
         input = {
             {'BuildingMaterial', 3},
             {'BuildingMaterial', 3},
         },
         },
         results = {
         output = {
             {'Door', 1},
             {'Door', 1},
         },
         },
         time = 20,
         ticks = 20,
         tier = 1,
         tier = 1,
     },
     },
     {
     {
         name = 'Window',
         name = 'Window',
         ingredients = {
         input = {
             {'BuildingMaterial', 3},
             {'BuildingMaterial', 3},
         },
         },
         results = {
         output = {
             {'Window', 1},
             {'Window', 1},
         },
         },
         time = 20,
         ticks = 20,
         tier = 1,
         tier = 1,
     },
     },
     {
     {
         name = 'PlasticWindow',
         name = 'PlasticWindow',
         ingredients = {
         input = {
             {'BuildingMaterial', 3},
             {'BuildingMaterial', 3},
         },
         },
         results = {
         output = {
             {'PlasticWindow', 1},
             {'PlasticWindow', 1},
         },
         },
         time = 20,
         ticks = 20,
         tier = 1,
         tier = 1,
     },
     },
     {
     {
         name = 'Table',
         name = 'Table',
         ingredients = {
         input = {
             {'BuildingMaterial', 3},
             {'BuildingMaterial', 3},
         },
         },
         results = {
         output = {
             {'Table', 1},
             {'Table', 1},
         },
         },
         time = 20,
         ticks = 20,
         tier = 1,
         tier = 1,
     },
     },
     {
     {
         name = 'Bed',
         name = 'Bed',
         ingredients = {
         input = {
             {'BuildingMaterial', 3},
             {'BuildingMaterial', 3},
         },
         },
         results = {
         output = {
             {'Bed', 1},
             {'Bed', 1},
         },
         },
         time = 20,
         ticks = 20,
         tier = 1,
         tier = 1,
     },
     },
     {
     {
         name = 'Rack',
         name = 'Rack',
         ingredients = {
         input = {
             {'BuildingMaterial', 3},
             {'BuildingMaterial', 3},
         },
         },
         results = {
         output = {
             {'Rack', 1},
             {'Rack', 1},
         },
         },
         time = 20,
         ticks = 20,
         tier = 1,
         tier = 1,
     },
     },
     {
     {
         name = 'WoodenStairs',
         name = 'WoodenStairs',
         ingredients = {
         input = {
             {'BuildingMaterial', 3},
             {'BuildingMaterial', 3},
         },
         },
         results = {
         output = {
             {'WoodenStairs', 1},
             {'WoodenStairs', 1},
         },
         },
         time = 20,
         ticks = 20,
         tier = 1,
         tier = 1,
     },
     },
     {
     {
         name = 'Fence',
         name = 'Fence',
         ingredients = {
         input = {
             {'BuildingMaterial', 3},
             {'BuildingMaterial', 3},
         },
         },
         results = {
         output = {
             {'Fence', 1},
             {'Fence', 1},
         },
         },
         time = 20,
         ticks = 20,
         tier = 1,
         tier = 1,
     },
     },
     {
     {
         name = 'SteelFence',
         name = 'SteelFence',
         ingredients = {
         input = {
             {'BuildingMaterial', 3},
             {'BuildingMaterial', 3},
         },
         },
         results = {
         output = {
             {'SteelFence', 1},
             {'SteelFence', 1},
         },
         },
         time = 20,
         ticks = 20,
         tier = 1,
         tier = 1,
     },
     },
     {
     {
         name = 'StainlessSteelFence',
         name = 'StainlessSteelFence',
         ingredients = {
         input = {
             {'BuildingMaterial', 3},
             {'BuildingMaterial', 3},
         },
         },
         results = {
         output = {
             {'StainlessSteelFence', 1},
             {'StainlessSteelFence', 1},
         },
         },
         time = 20,
         ticks = 20,
         tier = 1,
         tier = 1,
     },
     },
     {
     {
         name = 'BasicBattery',
         name = 'BasicBattery',
         ingredients = {
         input = {
             {'Battery', 4},
             {'Battery', 4},
             {'CopperParts', 1},
             {'CopperParts', 1},
         },
         },
         results = {
         output = {
             {'BasicBattery', 1},
             {'BasicBattery', 1},
         },
         },
         time = 100,
         ticks = 100,
     },
     },
     {
     {
         name = 'AdvancedBattery',
         name = 'AdvancedBattery',
         ingredients = {
         input = {
             {'BasicBattery', 5},
             {'BasicBattery', 5},
             {'Circuit', 1},
             {'Circuit', 1},
         },
         },
         results = {
         output = {
             {'AdvancedBattery', 1},
             {'AdvancedBattery', 1},
         },
         },
         time = 200,
         ticks = 200,
     },
     },
     {
     {
         name = 'SuperiorBattery',
         name = 'SuperiorBattery',
         ingredients = {
         input = {
             {'AdvancedBattery', 5},
             {'AdvancedBattery', 5},
             {'AdvancedCircuit', 1},
             {'AdvancedCircuit', 1},
         },
         },
         results = {
         output = {
             {'SuperiorBattery', 1},
             {'SuperiorBattery', 1},
         },
         },
         time = 300,
         ticks = 300,
     },
     },
     {
     {
         name = 'UltimateBattery',
         name = 'UltimateBattery',
         ingredients = {
         input = {
             {'SuperiorBattery', 5},
             {'SuperiorBattery', 5},
             {'Processor', 1},
             {'Processor', 1},
         },
         },
         results = {
         output = {
             {'UltimateBattery', 1},
             {'UltimateBattery', 1},
         },
         },
         time = 400,
         ticks = 400,
     },
     },
     {
     {
         name = 'Cell',
         name = 'Cell',
         ingredients = {
         input = {
             {'AluminiumPlate', 1},
             {'AluminiumPlate', 1},
             {'AluminiumParts', 1},
             {'AluminiumParts', 1},
         },
         },
         results = {
         output = {
             {'Cell', 1},
             {'Cell', 1},
         },
         },
         time = 200,
         ticks = 200,
         tier = 3,
         tier = 3,
     },
     },
     {
     {
         name = 'BasicCoil',
         name = 'BasicCoil',
         ingredients = {
         input = {
             {'CopperWire', 16},
             {'CopperWire', 16},
             {'SteelPlate', 2},
             {'SteelPlate', 2},
         },
         },
         results = {
         output = {
             {'BasicCoil', 1},
             {'BasicCoil', 1},
         },
         },
         time = 200,
         ticks = 200,
         tier = 2,
         tier = 2,
     },
     },
     {
     {
         name = 'AdvancedCoil',
         name = 'AdvancedCoil',
         ingredients = {
         input = {
             {'BasicCoil', 3},
             {'BasicCoil', 3},
             {'StainlessSteelPlate', 2},
             {'StainlessSteelPlate', 2},
         },
         },
         results = {
         output = {
             {'AdvancedCoil', 1},
             {'AdvancedCoil', 1},
         },
         },
         time = 200,
         ticks = 200,
         tier = 3,
         tier = 3,
     },
     },
     {
     {
         name = 'PowerCoil',
         name = 'PowerCoil',
         ingredients = {
         input = {
             {'AdvancedCoil', 3},
             {'AdvancedCoil', 3},
             {'Processor', 2},
             {'Processor', 2},
         },
         },
         results = {
         output = {
             {'PowerCoil', 1},
             {'PowerCoil', 1},
         },
         },
         time = 200,
         ticks = 200,
         tier = 5,
         tier = 5,
     },
     },
     {
     {
         name = 'BasicFrame',
         name = 'BasicFrame',
         ingredients = {
         input = {
             {'SteelPlate', 4},
             {'SteelPlate', 4},
             {'SteelParts', 4},
             {'SteelParts', 4},
         },
         },
         results = {
         output = {
             {'BasicFrame', 1},
             {'BasicFrame', 1},
         },
         },
         time = 200,
         ticks = 200,
         tier = 2,
         tier = 2,
     },
     },
     {
     {
         name = 'ReinforcedFrame',
         name = 'ReinforcedFrame',
         ingredients = {
         input = {
             {'BasicFrame', 3},
             {'BasicFrame', 3},
             {'AluminiumParts', 6},
             {'AluminiumParts', 6},
         },
         },
         results = {
         output = {
             {'ReinforcedFrame', 1},
             {'ReinforcedFrame', 1},
         },
         },
         time = 200,
         ticks = 200,
         tier = 3,
         tier = 3,
     },
     },
     {
     {
         name = 'ModularFrame',
         name = 'ModularFrame',
         ingredients = {
         input = {
             {'ReinforcedFrame', 3},
             {'ReinforcedFrame', 3},
             {'StainlessSteelParts', 10},
             {'StainlessSteelParts', 10},
         },
         },
         results = {
         output = {
             {'ModularFrame', 1},
             {'ModularFrame', 1},
         },
         },
         time = 200,
         ticks = 200,
         tier = 5,
         tier = 5,
     },
     },
     {
     {
         name = 'UraniumCell',
         name = 'UraniumCell',
         ingredients = {
         input = {
             {'Uranium235Dust', 3},
             {'Uranium235Dust', 3},
             {'UraniumDust', 20},
             {'UraniumDust', 20},
             {'Cell', 1},
             {'Cell', 1},
         },
         },
         results = {
         output = {
             {'UraniumCell', 1},
             {'UraniumCell', 1},
         },
         },
         time = 200,
         ticks = 200,
         tier = 5,
         tier = 5,
     },
     },
     {
     {
         name = 'ThoriumCell',
         name = 'ThoriumCell',
         ingredients = {
         input = {
             {'ThoriumDust', 40},
             {'ThoriumDust', 40},
             {'Cell', 1},
             {'Cell', 1},
         },
         },
         results = {
         output = {
             {'ThoriumCell', 1},
             {'ThoriumCell', 1},
         },
         },
         time = 200,
         ticks = 200,
         tier = 6,
         tier = 6,
     },
     },
     {
     {
         name = 'Uranium233Cell',
         name = 'Uranium233Cell',
         ingredients = {
         input = {
             {'Uranium233Dust', 3},
             {'Uranium233Dust', 3},
             {'Cell', 1},
             {'Cell', 1},
         },
         },
         results = {
         output = {
             {'Uranium233Cell', 1},
             {'Uranium233Cell', 1},
         },
         },
         time = 200,
         ticks = 200,
     },
     },
     {
     {
         name = 'PlutoniumCell',
         name = 'PlutoniumCell',
         ingredients = {
         input = {
             {'PlutoniumDust', 3},
             {'PlutoniumDust', 3},
             {'Cell', 1},
             {'Cell', 1},
         },
         },
         results = {
         output = {
             {'PlutoniumCell', 1},
             {'PlutoniumCell', 1},
         },
         },
         time = 200,
         ticks = 200,
     },
     },
     {
     {
         name = 'ReflectorCell',
         name = 'ReflectorCell',
         ingredients = {
         input = {
             {'Cell', 1},
             {'Cell', 1},
             {'BerylliumDust', 3},
             {'BerylliumDust', 3},
         },
         },
         results = {
         output = {
             {'ReflectorCell', 1},
             {'ReflectorCell', 1},
         },
         },
         time = 100,
         ticks = 100,
     },
     },
     {
     {
         name = 'PlatinumReflector',
         name = 'PlatinumReflector',
         ingredients = {
         input = {
             {'Cell', 1},
             {'Cell', 1},
             {'PlatinumFoil', 1},
             {'PlatinumFoil', 1},
         },
         },
         results = {
         output = {
             {'PlatinumReflector', 1},
             {'PlatinumReflector', 1},
         },
         },
         time = 100,
         ticks = 100,
         tier = 6,
         tier = 6,
     },
     },
     {
     {
         name = 'BrainMatrix',
         name = 'BrainMatrix',
         ingredients = {
         input = {
             {'CarbonFiberSheet', 1},
             {'CarbonFiberSheet', 1},
             {'PlatinumFoil', 1},
             {'PlatinumFoil', 1},
         },
         },
         results = {
         output = {
             {'BrainMatrix', 1},
             {'BrainMatrix', 1},
         },
         },
         time = 100,
         ticks = 100,
         tier = 6,
         tier = 6,
     },
     },
     {
     {
         name = 'DecisionResonator',
         name = 'DecisionResonator',
         ingredients = {
         input = {
             {'StainlessSteelParts', 4},
             {'StainlessSteelParts', 4},
             {'MicaFlakes', 1},
             {'MicaFlakes', 1},
         },
         },
         results = {
         output = {
             {'DecisionResonator', 1},
             {'DecisionResonator', 1},
         },
         },
         time = 100,
         ticks = 100,
         tier = 5,
         tier = 5,
     },
     },
     {
     {
         name = 'ControlCell',
         name = 'ControlCell',
         ingredients = {
         input = {
             {'Cell', 1},
             {'Cell', 1},
             {'YttriumDust', 3},
             {'YttriumDust', 3},
         },
         },
         results = {
         output = {
             {'ControlCell', 1},
             {'ControlCell', 1},
         },
         },
         time = 100,
         ticks = 100,
     },
     },
     {
     {
         name = 'Dirt',
         name = 'Dirt',
         ingredients = {
         input = {
             {'SandSurface', 1},
             {'SandSurface', 1},
             {'Organics', 1},
             {'Organics', 1},
         },
         },
         results = {
         output = {
             {'DirtSurface', 1},
             {'DirtSurface', 1},
         },
         },
         time = 200,
         ticks = 200,
     },
     },
     {
     {
         name = 'CarbonFiberSheet',
         name = 'CarbonFiberSheet',
         ingredients = {
         input = {
             {'CarbonFiber', 2},
             {'CarbonFiber', 2},
         },
         },
         results = {
         output = {
             {'CarbonFiberSheet', 1},
             {'CarbonFiberSheet', 1},
         },
         },
         time = 200,
         ticks = 200,
     },
     },
     {
     {
         name = 'BuildingMaterial',
         name = 'BuildingMaterial',
         ingredients = {
         input = {
             {'StoneSurface', 1},
             {'StoneSurface', 1},
         },
         },
         results = {
         output = {
             {'BuildingMaterial', 1},
             {'BuildingMaterial', 1},
         },
         },
         time = 10,
         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,
    },
}