[ { "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": 1.0, "texture": "res://Assets/Images/Research/StoneageSymbol.png" }, { "id": "copperage", "inputs": [ { "item": "copper_ore", "amount": 12 }, { "item": "rope", "amount": 4 } ], "research": "stoneage", "crafttime": 1.0, "texture": "res://Assets/Images/Research/CopperageSymbol.png" }, { "id": "bronzeage", "inputs": [ { "item": "copper_ingot", "amount": 6 }, { "item": "tin_ingot", "amount": 4 } ], "research": "copperage", "crafttime": 1.0, "texture": "res://Assets/Images/Research/BronzeageSymbol.png" }, { "id": "ironage", "inputs": [ { "item": "bronze_ingot", "amount": 8 }, { "item": "dynamo_v1", "amount": 2 }, { "item": "battery_v1", "amount": 3 } ], "research": "bronzeage", "crafttime": 1.0, "texture": "res://Assets/Images/Research/IronageSymbol.png" } ]