[ { "id": "basics", "inputs": [], "research": "", "crafttime": 1.0, "texture": "res://Assets/Images/Research/BasicsSymbol.png" }, { "id": "stoneage", "inputs": [ { "item": "stone", "amount": 8 }, { "item": "coal", "amount": 4 } ], "research": "basics", "crafttime": 4.0, "texture": "res://Assets/Images/Research/StoneageSymbol.png", "effects": [ { "stat": "robot_count_increase", "value": 10 } ] }, { "id": "stone_tools", "inputs": [ { "item": "stone", "amount": 10 }, { "item": "spider_silk", "amount": 4 } ], "research": "stoneage", "crafttime": 5.0, "texture": "res://Assets/Images/Items/StoneGearSymbol.png" }, { "id": "basic_machines", "inputs": [ { "item": "stone_gear", "amount": 3 }, { "item": "rope", "amount": 3 }, { "item": "stone", "amount": 10 } ], "research": "stone_tools", "crafttime": 7.0, "texture": "res://Assets/Images/Items/StoneGearSymbol.png" }, { "id": "heat_control", "inputs": [ { "item": "stone_gear", "amount": 2 }, { "item": "coal", "amount": 8 } ], "research": "basic_machines", "crafttime": 8.0, "texture": "res://Assets/Images/Items/Heaterv1Symbol.png" }, { "id": "glass_work", "inputs": [ { "item": "sand", "amount": 6 }, { "item": "heating_element_v1", "amount": 2 }, { "item": "coal", "amount": 4 } ], "research": "heat_control", "crafttime": 9.0, "texture": "res://Assets/Images/Items/GlassSymbol.png" }, { "id": "stone_storage", "inputs": [ { "item": "stone_plate", "amount": 4 }, { "item": "rope", "amount": 2 } ], "research": "basic_machines", "crafttime": 6.0, "texture": "res://Assets/Images/Items/StonePlateSymbol.png" }, { "id": "stone_robotics", "inputs": [ { "item": "stone_gear", "amount": 4 }, { "item": "rope", "amount": 4 } ], "research": "stone_tools", "crafttime": 8.0, "texture": "res://Assets/Images/Items/StoneRobotSymbol.png" }, { "id": "joint_tuning", "inputs": [ { "item": "stone_gear", "amount": 3 }, { "item": "rope", "amount": 4 } ], "research": "stone_robotics", "crafttime": 10.0, "texture": "res://Assets/Images/Items/StoneGearSymbol.png", "effects": [ { "stat": "robot_speed_bonus", "value": 0.1 }, { "stat": "robot_minimum_efficiency_bonus", "value": 0.05 } ] }, { "id": "copperage", "inputs": [ { "item": "copper_ore", "amount": 12 }, { "item": "rope", "amount": 4 } ], "research": "heat_control", "crafttime": 12.0, "texture": "res://Assets/Images/Research/CopperageSymbol.png", "effects": [ { "stat": "robot_count_increase", "value": 10 } ] }, { "id": "copper_smelting", "inputs": [ { "item": "copper_ore", "amount": 12 }, { "item": "coal", "amount": 6 } ], "research": "copperage", "crafttime": 13.0, "texture": "res://Assets/Images/Items/CopperIngotSymbol.png" }, { "id": "tin_working", "inputs": [ { "item": "copper_ingot", "amount": 4 }, { "item": "coal", "amount": 4 } ], "research": "copper_smelting", "crafttime": 14.0, "texture": "res://Assets/Images/Items/TinIngotSymbol.png" }, { "id": "metalworking", "inputs": [ { "item": "copper_ingot", "amount": 6 }, { "item": "tin_ingot", "amount": 4 }, { "item": "stone_gear", "amount": 2 } ], "research": "tin_working", "crafttime": 16.0, "texture": "res://Assets/Images/Items/CopperGearSymbol.png" }, { "id": "textiles", "inputs": [ { "item": "rope", "amount": 8 }, { "item": "spider_silk", "amount": 8 }, { "item": "copper_gear", "amount": 2 } ], "research": "metalworking", "crafttime": 15.0, "texture": "res://Assets/Images/Items/RopeSymbol.png" }, { "id": "basic_electricity", "inputs": [ { "item": "copper_wire", "amount": 6 }, { "item": "copper_rod", "amount": 3 }, { "item": "tin_rod", "amount": 2 }, { "item": "water", "amount": 4 } ], "research": "metalworking", "crafttime": 18.0, "texture": "res://Assets/Images/Items/Batteryv1Symbol.png" }, { "id": "copper_robotics", "inputs": [ { "item": "battery_v1", "amount": 2 }, { "item": "copper_gear", "amount": 2 }, { "item": "tin_gear", "amount": 2 } ], "research": "basic_electricity", "crafttime": 20.0, "texture": "res://Assets/Images/Items/CopperRobotSymbol.png" }, { "id": "efficient_actuators", "inputs": [ { "item": "battery_v1", "amount": 1 }, { "item": "copper_wire", "amount": 6 }, { "item": "copper_gear", "amount": 2 } ], "research": "copper_robotics", "crafttime": 22.0, "texture": "res://Assets/Images/Items/CopperWireSymbol.png", "effects": [ { "stat": "robot_energy_use_reduction", "value": 0.12 }, { "stat": "robot_speed_bonus", "value": 0.08 } ] }, { "id": "cooling_channels", "inputs": [ { "item": "copper_plate", "amount": 3 }, { "item": "water", "amount": 6 }, { "item": "heating_element_v1", "amount": 1 } ], "research": "efficient_actuators", "crafttime": 21.0, "texture": "res://Assets/Images/Resources/WaterSymbol.png", "effects": [ { "stat": "robot_heat_gain_reduction", "value": 0.15 }, { "stat": "robot_cooling_bonus", "value": 0.25 } ] }, { "id": "bronzeage", "inputs": [ { "item": "copper_ingot", "amount": 6 }, { "item": "tin_ingot", "amount": 4 } ], "research": "basic_electricity", "crafttime": 24.0, "texture": "res://Assets/Images/Research/BronzeageSymbol.png", "effects": [ { "stat": "robot_count_increase", "value": 10 } ] }, { "id": "bronze_smelting", "inputs": [ { "item": "copper_ingot", "amount": 8 }, { "item": "tin_ingot", "amount": 4 }, { "item": "coal", "amount": 6 } ], "research": "bronzeage", "crafttime": 26.0, "texture": "res://Assets/Images/Items/BronzeIngotSymbol.png" }, { "id": "bronze_machining", "inputs": [ { "item": "bronze_ingot", "amount": 8 }, { "item": "copper_gear", "amount": 2 } ], "research": "bronze_smelting", "crafttime": 29.0, "texture": "res://Assets/Images/Items/BronzeGearSymbol.png" }, { "id": "bronze_storage", "inputs": [ { "item": "bronze_plate", "amount": 4 }, { "item": "rope", "amount": 6 } ], "research": "bronze_machining", "crafttime": 27.0, "texture": "res://Assets/Images/Items/BronzePlateSymbol.png" }, { "id": "bronze_robotics", "inputs": [ { "item": "bronze_gear", "amount": 3 }, { "item": "bronze_plate", "amount": 3 }, { "item": "battery_v1", "amount": 2 } ], "research": "bronze_machining", "crafttime": 32.0, "texture": "res://Assets/Images/Items/BronzeRobotSymbol.png" }, { "id": "sealed_bearings", "inputs": [ { "item": "bronze_gear", "amount": 3 }, { "item": "bronze_plate", "amount": 4 }, { "item": "glass_bottles", "amount": 2 } ], "research": "bronze_robotics", "crafttime": 35.0, "texture": "res://Assets/Images/Items/BronzeGearSymbol.png", "effects": [ { "stat": "robot_maintenance_loss_reduction", "value": 0.2 }, { "stat": "robot_minimum_efficiency_bonus", "value": 0.08 } ] }, { "id": "ironage", "inputs": [ { "item": "bronze_ingot", "amount": 8 }, { "item": "dynamo_v1", "amount": 2 }, { "item": "battery_v1", "amount": 3 } ], "research": "bronze_robotics", "crafttime": 38.0, "texture": "res://Assets/Images/Research/IronageSymbol.png", "effects": [ { "stat": "robot_count_increase", "value": 10 } ] }, { "id": "iron_smelting", "inputs": [ { "item": "bronze_ingot", "amount": 6 }, { "item": "coal", "amount": 10 } ], "research": "ironage", "crafttime": 40.0, "texture": "res://Assets/Images/Items/IronIngotSymbol.png" }, { "id": "iron_machining", "inputs": [ { "item": "iron_ingot", "amount": 8 }, { "item": "bronze_gear", "amount": 3 } ], "research": "iron_smelting", "crafttime": 44.0, "texture": "res://Assets/Images/Items/IronGearSymbol.png" }, { "id": "advanced_power", "inputs": [ { "item": "battery_v1", "amount": 3 }, { "item": "iron_rod", "amount": 4 }, { "item": "copper_wire", "amount": 6 } ], "research": "iron_machining", "crafttime": 48.0, "texture": "res://Assets/Images/Items/Batteryv2Symbol.png" }, { "id": "iron_robotics", "inputs": [ { "item": "battery_v2", "amount": 2 }, { "item": "iron_gear", "amount": 3 }, { "item": "iron_plate", "amount": 4 } ], "research": "advanced_power", "crafttime": 54.0, "texture": "res://Assets/Images/Items/IronRobotSymbol.png" }, { "id": "regulated_power_cores", "inputs": [ { "item": "battery_v2", "amount": 2 }, { "item": "dynamo_v2", "amount": 1 }, { "item": "iron_rod", "amount": 4 } ], "research": "iron_robotics", "crafttime": 58.0, "texture": "res://Assets/Images/Items/Batteryv2Symbol.png", "effects": [ { "stat": "robot_energy_use_reduction", "value": 0.18 }, { "stat": "robot_heat_gain_reduction", "value": 0.12 } ] }, { "id": "precision_drive_train", "inputs": [ { "item": "iron_gear", "amount": 4 }, { "item": "iron_plate", "amount": 4 }, { "item": "battery_v2", "amount": 1 } ], "research": "regulated_power_cores", "crafttime": 62.0, "texture": "res://Assets/Images/Items/IronGearSymbol.png", "effects": [ { "stat": "robot_speed_bonus", "value": 0.18 }, { "stat": "robot_maintenance_loss_reduction", "value": 0.12 } ] } ]