Files
RuinAdventurer/Assets/Recipes.json
T

864 lines
20 KiB
JSON

[
{
"id": "iron_ore",
"inputs": [],
"output": {
"item": "iron_ore",
"amount": 1
},
"workstation": "",
"texture": "res://Assets/Images/Resources/IronSymbol.png",
"research": "bronzeage",
"crafttime": 1.0,
"stacksize": 99
},
{
"id": "tin_ore",
"inputs": [],
"output": {
"item": "tin_ore",
"amount": 1
},
"workstation": "",
"texture": "res://Assets/Images/Resources/TinSymbol.png",
"research": "copperage",
"crafttime": 1.0,
"stacksize": 99
},
{
"id": "copper_ore",
"inputs": [],
"output": {
"item": "copper_ore",
"amount": 1
},
"workstation": "",
"texture": "res://Assets/Images/Resources/CopperSymbol.png",
"research": "stoneage",
"crafttime": 1.0,
"stacksize": 99
},
{
"id": "mushroom",
"inputs": [],
"output": {
"item": "mushroom",
"amount": 1
},
"workstation": "",
"texture": "res://Assets/Images/Resources/MushroomSymbol.png",
"research": "basics",
"crafttime": 1.0,
"stacksize": 99
},
{
"id": "spider_silk",
"inputs": [],
"output": {
"item": "spider_silk",
"amount": 1
},
"workstation": "",
"texture": "res://Assets/Images/Resources/SpiderSilkSymbol.png",
"research": "basics",
"crafttime": 1.0,
"stacksize": 99
},
{
"id": "coal",
"inputs": [],
"output": {
"item": "coal",
"amount": 1
},
"workstation": "",
"texture": "res://Assets/Images/Resources/CoalSymbol.png",
"research": "basics",
"crafttime": 1.0,
"stacksize": 99
},
{
"id": "water",
"inputs": [],
"output": {
"item": "water",
"amount": 1
},
"workstation": "",
"texture": "res://Assets/Images/Resources/WaterSymbol.png",
"research": "basics",
"crafttime": 1.0,
"stacksize": 99
},
{
"id": "stone",
"inputs": [],
"output": {
"item": "stone",
"amount": 1
},
"workstation": "",
"texture": "res://Assets/Images/Resources/StoneSymbol.png",
"research": "basics",
"crafttime": 1.0,
"stacksize": 99
},
{
"id": "sand",
"inputs": [
{
"item": "stone",
"amount": 2
}
],
"output": {
"item": "sand",
"amount": 1
},
"workstation": "crusher",
"texture": "res://Assets/Images/Items/SandSymbol.png",
"research": "stoneage",
"crafttime": 1.0,
"stacksize": 99
},
{
"id": "stone_gear",
"inputs": [
{
"item": "stone",
"amount": 3
}
],
"output": {
"item": "stone_gear",
"amount": 1
},
"workstation": "workbench",
"texture": "res://Assets/Images/Items/StoneGearSymbol.png",
"research": "stoneage",
"crafttime": 1.0,
"stacksize": 99
},
{
"id": "copper_gear",
"inputs": [
{
"item": "copper_ingot",
"amount": 2
}
],
"output": {
"item": "copper_gear",
"amount": 1
},
"workstation": "anvil",
"texture": "res://Assets/Images/Items/CopperGearSymbol.png",
"research": "copperage",
"crafttime": 1.0,
"stacksize": 99
},
{
"id": "tin_gear",
"inputs": [
{
"item": "tin_ingot",
"amount": 2
}
],
"output": {
"item": "tin_gear",
"amount": 1
},
"workstation": "anvil",
"texture": "res://Assets/Images/Items/TinGearSymbol.png",
"research": "copperage",
"crafttime": 1.0,
"stacksize": 99
},
{
"id": "bronze_gear",
"inputs": [
{
"item": "bronze_ingot",
"amount": 2
}
],
"output": {
"item": "bronze_gear",
"amount": 1
},
"workstation": "anvil",
"texture": "res://Assets/Images/Items/BronzeGearSymbol.png",
"research": "bronzeage",
"crafttime": 1.0,
"stacksize": 99
},
{
"id": "bronze_ingot",
"inputs": [
{
"item": "tin_ingot",
"amount": 1
},
{
"item": "copper_ingot",
"amount": 2
},
{
"item": "coal",
"amount": 2
}
],
"output": {
"item": "bronze_ingot",
"amount": 1
},
"workstation": "furnace",
"texture": "res://Assets/Images/Items/BronzeIngotSymbol.png",
"research": "bronzeage",
"crafttime": 1.0,
"stacksize": 99
},
{
"id": "iron_gear",
"inputs": [
{
"item": "iron_ingot",
"amount": 2
}
],
"output": {
"item": "iron_gear",
"amount": 1
},
"workstation": "anvil",
"texture": "res://Assets/Images/Items/IronGearSymbol.png",
"research": "ironage",
"crafttime": 1.0,
"stacksize": 99
},
{
"id": "iron_ingot",
"inputs": [
{
"item": "iron_ore",
"amount": 3
},
{
"item": "coal",
"amount": 2
}
],
"output": {
"item": "iron_ingot",
"amount": 1
},
"workstation": "furnace",
"texture": "res://Assets/Images/Items/IronIngotSymbol.png",
"research": "ironage",
"crafttime": 1.0,
"stacksize": 99
},
{
"id": "tin_ingot",
"inputs": [
{
"item": "tin_ore",
"amount": 2
},
{
"item": "coal",
"amount": 1
}
],
"output": {
"item": "tin_ingot",
"amount": 1
},
"workstation": "furnace",
"texture": "res://Assets/Images/Items/TinIngotSymbol.png",
"research": "copperage",
"crafttime": 1.0,
"stacksize": 99
},
{
"id": "copper_ingot",
"inputs": [
{
"item": "copper_ore",
"amount": 2
},
{
"item": "coal",
"amount": 1
}
],
"output": {
"item": "copper_ingot",
"amount": 1
},
"workstation": "furnace",
"texture": "res://Assets/Images/Items/CopperIngotSymbol.png",
"research": "copperage",
"crafttime": 1.0,
"stacksize": 99
},
{
"id": "rope",
"inputs": [
{
"item": "spider_silk",
"amount": 2
}
],
"output": {
"item": "rope",
"amount": 1
},
"workstation": "workbench",
"texture": "res://Assets/Images/Items/RopeSymbol.png",
"research": "stoneage",
"crafttime": 1.0,
"stacksize": 99
},
{
"id": "stone_robot",
"inputs": [
{
"item": "stone",
"amount": 6
},
{
"item": "rope",
"amount": 3
},
{
"item": "stone_gear",
"amount": 2
}
],
"output": {
"item": "stone_robot",
"amount": 1
},
"workstation": "workbench",
"texture": "res://Assets/Images/Items/StoneRobotSymbol.png",
"research": "stoneage",
"crafttime": 1.0,
"stacksize": 99
},
{
"id": "copper_robot",
"inputs": [
{
"item": "copper_plate",
"amount": 2
},
{
"item": "rope",
"amount": 3
},
{
"item": "copper_gear",
"amount": 2
},
{
"item": "battery_v1",
"amount": 1
}
],
"output": {
"item": "copper_robot",
"amount": 1
},
"workstation": "anvil",
"texture": "res://Assets/Images/Items/CopperRobotSymbol.png",
"research": "copperage",
"crafttime": 1.0,
"stacksize": 99
},
{
"id": "tin_robot",
"inputs": [
{
"item": "tin_plate",
"amount": 2
},
{
"item": "rope",
"amount": 3
},
{
"item": "tin_gear",
"amount": 2
},
{
"item": "battery_v1",
"amount": 1
}
],
"output": {
"item": "tin_robot",
"amount": 1
},
"workstation": "anvil",
"texture": "res://Assets/Images/Items/TinRobotSymbol.png",
"research": "copperage",
"crafttime": 1.0,
"stacksize": 99
},
{
"id": "bronze_robot",
"inputs": [
{
"item": "bronze_plate",
"amount": 3
},
{
"item": "rope",
"amount": 4
},
{
"item": "bronze_gear",
"amount": 2
},
{
"item": "battery_v1",
"amount": 2
}
],
"output": {
"item": "bronze_robot",
"amount": 1
},
"workstation": "anvil",
"texture": "res://Assets/Images/Items/BronzeRobotSymbol.png",
"research": "bronzeage",
"crafttime": 1.0,
"stacksize": 99
},
{
"id": "iron_robot",
"inputs": [
{
"item": "iron_plate",
"amount": 4
},
{
"item": "rope",
"amount": 6
},
{
"item": "iron_gear",
"amount": 3
},
{
"item": "battery_v2",
"amount": 2
}
],
"output": {
"item": "iron_robot",
"amount": 1
},
"workstation": "anvil",
"texture": "res://Assets/Images/Items/IronRobotSymbol.png",
"research": "ironage",
"crafttime": 1.0,
"stacksize": 99
},
{
"id": "glass",
"inputs": [
{
"item": "sand",
"amount": 2
},
{
"item": "coal",
"amount": 1
}
],
"output": {
"item": "glass",
"amount": 1
},
"workstation": "furnace",
"texture": "res://Assets/Images/Items/GlassSymbol.png",
"research": "stoneage",
"crafttime": 1.0,
"stacksize": 99
},
{
"id": "fabric",
"inputs": [
{
"item": "rope",
"amount": 2
},
{
"item": "spider_silk",
"amount": 3
}
],
"output": {
"item": "fabric",
"amount": 1
},
"workstation": "loom",
"texture": "res://Assets/Images/Items/RopeSymbol.png",
"research": "copperage",
"crafttime": 1.0,
"stacksize": 99
},
{
"id": "copper_rod",
"inputs": [
{
"item": "copper_ingot",
"amount": 1
}
],
"output": {
"item": "copper_rod",
"amount": 1
},
"workstation": "anvil",
"texture": "res://Assets/Images/Items/CopperRodSymbol.png",
"research": "copperage",
"crafttime": 1.0,
"stacksize": 99
},
{
"id": "tin_rod",
"inputs": [
{
"item": "tin_ingot",
"amount": 1
}
],
"output": {
"item": "tin_rod",
"amount": 1
},
"workstation": "anvil",
"texture": "res://Assets/Images/Items/TinRodSymbol.png",
"research": "copperage",
"crafttime": 1.0,
"stacksize": 99
},
{
"id": "bronze_rod",
"inputs": [
{
"item": "bronze_ingot",
"amount": 1
}
],
"output": {
"item": "bronze_rod",
"amount": 1
},
"workstation": "anvil",
"texture": "res://Assets/Images/Items/BronzeRodSymbol.png",
"research": "bronzeage",
"crafttime": 1.0,
"stacksize": 99
},
{
"id": "iron_rod",
"inputs": [
{
"item": "iron_ingot",
"amount": 1
}
],
"output": {
"item": "iron_rod",
"amount": 1
},
"workstation": "anvil",
"texture": "res://Assets/Images/Items/IronRodSymbol.png",
"research": "ironage",
"crafttime": 1.0,
"stacksize": 99
},
{
"id": "battery_v1",
"inputs": [
{
"item": "copper_rod",
"amount": 2
},
{
"item": "tin_rod",
"amount": 1
},
{
"item": "water",
"amount": 2
}
],
"output": {
"item": "battery_v1",
"amount": 1
},
"workstation": "workbench",
"texture": "res://Assets/Images/Items/Batteryv1Symbol.png",
"research": "copperage",
"crafttime": 1.0,
"stacksize": 99
},
{
"id": "dynamo_v1",
"inputs": [
{
"item": "battery_v1",
"amount": 1
},
{
"item": "tin_rod",
"amount": 2
},
{
"item": "copper_wire",
"amount": 3
}
],
"output": {
"item": "dynamo_v1",
"amount": 1
},
"workstation": "anvil",
"texture": "res://Assets/Images/Items/Dynamov1Symbol.png",
"research": "copperage",
"crafttime": 1.0,
"stacksize": 99
},
{
"id": "copper_wire",
"inputs": [
{
"item": "copper_ingot",
"amount": 1
}
],
"output": {
"item": "copper_wire",
"amount": 1
},
"workstation": "anvil",
"texture": "res://Assets/Images/Items/CopperWireSymbol.png",
"research": "copperage",
"crafttime": 1.0,
"stacksize": 99
},
{
"id": "heating_element_v1",
"inputs": [
{
"item": "stone",
"amount": 4
}
],
"output": {
"item": "heating_element_v1",
"amount": 1
},
"workstation": "workbench",
"texture": "res://Assets/Images/Items/Heaterv1Symbol.png",
"research": "stoneage",
"crafttime": 1.0,
"stacksize": 99
},
{
"id": "stone_plate",
"inputs": [
{
"item": "stone",
"amount": 3
}
],
"output": {
"item": "stone_plate",
"amount": 1
},
"workstation": "workbench",
"texture": "res://Assets/Images/Items/StonePlateSymbol.png",
"research": "stoneage",
"crafttime": 1.0,
"stacksize": 99
},
{
"id": "copper_plate",
"inputs": [
{
"item": "copper_ingot",
"amount": 2
}
],
"output": {
"item": "copper_plate",
"amount": 1
},
"workstation": "anvil",
"texture": "res://Assets/Images/Items/CopperPlateSymbol.png",
"research": "copperage",
"crafttime": 1.0,
"stacksize": 99
},
{
"id": "iron_plate",
"inputs": [
{
"item": "iron_ingot",
"amount": 2
}
],
"output": {
"item": "iron_plate",
"amount": 1
},
"workstation": "anvil",
"texture": "res://Assets/Images/Items/IronPlateSymbol.png",
"research": "ironage",
"crafttime": 1.0,
"stacksize": 99
},
{
"id": "bronze_plate",
"inputs": [
{
"item": "bronze_ingot",
"amount": 2
}
],
"output": {
"item": "bronze_plate",
"amount": 1
},
"workstation": "anvil",
"texture": "res://Assets/Images/Items/BronzePlateSymbol.png",
"research": "bronzeage",
"crafttime": 1.0,
"stacksize": 99
},
{
"id": "tin_plate",
"inputs": [
{
"item": "tin_ingot",
"amount": 2
}
],
"output": {
"item": "tin_plate",
"amount": 1
},
"workstation": "anvil",
"texture": "res://Assets/Images/Items/TinPlateSymbol.png",
"research": "copperage",
"crafttime": 1.0,
"stacksize": 99
},
{
"id": "battery_v2",
"inputs": [
{
"item": "iron_rod",
"amount": 1
},
{
"item": "copper_rod",
"amount": 2
},
{
"item": "water",
"amount": 3
}
],
"output": {
"item": "battery_v2",
"amount": 1
},
"workstation": "workbench",
"texture": "res://Assets/Images/Items/Batteryv2Symbol.png",
"research": "ironage",
"crafttime": 1.0,
"stacksize": 99
},
{
"id": "dynamo_v2",
"inputs": [
{
"item": "battery_v2",
"amount": 2
},
{
"item": "iron_rod",
"amount": 3
},
{
"item": "copper_wire",
"amount": 4
},
{
"item": "tin_plate",
"amount": 2
}
],
"output": {
"item": "dynamo_v2",
"amount": 1
},
"workstation": "anvil",
"texture": "res://Assets/Images/Items/Dynamov2Symbol.png",
"research": "ironage",
"crafttime": 1.0,
"stacksize": 99
},
{
"id": "steam",
"inputs": [
{
"item": "water",
"amount": 2
},
{
"item": "coal",
"amount": 2
}
],
"output": {
"item": "steam",
"amount": 1
},
"workstation": "steam_generator_v1",
"texture": "res://Assets/Images/Items/SteamSymbol.png",
"research": "copperage",
"crafttime": 1.0,
"stacksize": 99
},
{
"id": "glass_bottles",
"inputs": [
{
"item": "glass",
"amount": 2
},
{
"item": "coal",
"amount": 1
}
],
"output": {
"item": "glass_bottles",
"amount": 1
},
"workstation": "glassblower",
"texture": "res://Assets/Images/Items/GlassBottleSymbol.png",
"research": "stoneage",
"crafttime": 1.0,
"stacksize": 99
}
]