159 lines
3.9 KiB
JSON
159 lines
3.9 KiB
JSON
[
|
|
{
|
|
"id": "workbench",
|
|
"inputs": [
|
|
{ "item": "stone", "amount": 1 }
|
|
],
|
|
"research": "basics",
|
|
"texture": "res://Assets/Images/Buildings/Workbench.png",
|
|
"crafttime": 1.0,
|
|
"stacksize": 1
|
|
},
|
|
{
|
|
"id": "furnace",
|
|
"inputs": [
|
|
{ "item": "stone", "amount": 1 },
|
|
{ "item": "heating_element_v1", "amount": 1 }
|
|
],
|
|
"research": "stoneage",
|
|
"texture": "res://Assets/Images/Buildings/Furnace.png",
|
|
"crafttime": 1.0,
|
|
"stacksize": 1
|
|
},
|
|
{
|
|
"id": "crusher",
|
|
"inputs": [
|
|
{ "item": "stone_gear", "amount": 1 },
|
|
{ "item": "rope", "amount": 1 },
|
|
{ "item": "stone", "amount": 1 }
|
|
],
|
|
"research": "stoneage",
|
|
"texture": "res://Assets/Images/Buildings/Crusher.png",
|
|
"crafttime": 1.0,
|
|
"stacksize": 1
|
|
},
|
|
{
|
|
"id": "press",
|
|
"inputs": [
|
|
{ "item": "stone", "amount": 1 },
|
|
{ "item": "rope", "amount": 1 }
|
|
],
|
|
"research": "stoneage",
|
|
"texture": "res://Assets/Images/Buildings/Press.png",
|
|
"crafttime": 1.0,
|
|
"stacksize": 1
|
|
},
|
|
{
|
|
"id": "anvil",
|
|
"inputs": [
|
|
{ "item": "stone", "amount": 1 },
|
|
{ "item": "rope", "amount": 1 }
|
|
],
|
|
"research": "stoneage",
|
|
"texture": "res://Assets/Images/Buildings/Anvil.png",
|
|
"crafttime": 1.0,
|
|
"stacksize": 1
|
|
},
|
|
{
|
|
"id": "loom",
|
|
"inputs": [
|
|
{ "item": "copper_gear", "amount": 1 },
|
|
{ "item": "rope", "amount": 1 }
|
|
],
|
|
"research": "copperage",
|
|
"texture": "res://Assets/Images/Buildings/Loom.png",
|
|
"crafttime": 1.0,
|
|
"stacksize": 1
|
|
},
|
|
{
|
|
"id": "steam_generator_v1",
|
|
"inputs": [
|
|
{ "item": "dynamo_v1", "amount": 1 },
|
|
{ "item": "battery_v1", "amount": 1 },
|
|
{ "item": "heating_element_v1", "amount": 1 }
|
|
],
|
|
"research": "copperage",
|
|
"texture": "res://Assets/Images/Buildings/SteamGeneratorv1.png",
|
|
"crafttime": 1.0,
|
|
"stacksize": 1
|
|
},
|
|
{
|
|
"id": "stone_chest",
|
|
"inputs": [
|
|
{ "item": "stone_plate", "amount": 1 },
|
|
{ "item": "rope", "amount": 1 }
|
|
],
|
|
"research": "stoneage",
|
|
"texture": "res://Assets/Images/Buildings/StoneChest.png",
|
|
"crafttime": 1.0,
|
|
"stacksize": 1
|
|
},
|
|
{
|
|
"id": "copper_chest",
|
|
"inputs": [
|
|
{ "item": "copper_plate", "amount": 1 },
|
|
{ "item": "rope", "amount": 1 }
|
|
],
|
|
"research": "copperage",
|
|
"texture": "res://Assets/Images/Buildings/CopperChest.png",
|
|
"crafttime": 1.0,
|
|
"stacksize": 1
|
|
},
|
|
{
|
|
"id": "bronze_chest",
|
|
"inputs": [
|
|
{ "item": "bronze_plate", "amount": 1 },
|
|
{ "item": "rope", "amount": 1 }
|
|
],
|
|
"research": "bronzeage",
|
|
"texture": "res://Assets/Images/Buildings/BronzeChest.png",
|
|
"crafttime": 1.0,
|
|
"stacksize": 1
|
|
},
|
|
{
|
|
"id": "iron_chest",
|
|
"inputs": [
|
|
{ "item": "iron_plate", "amount": 1 },
|
|
{ "item": "rope", "amount": 1 }
|
|
],
|
|
"research": "ironage",
|
|
"texture": "res://Assets/Images/Buildings/IronChest.png",
|
|
"crafttime": 1.0,
|
|
"stacksize": 1
|
|
},
|
|
{
|
|
"id": "steam_generator_v2",
|
|
"inputs": [
|
|
{ "item": "dynamo_v2", "amount": 1 },
|
|
{ "item": "battery_v2", "amount": 1 },
|
|
{ "item": "heating_element_v1", "amount": 1 }
|
|
],
|
|
"research": "ironage",
|
|
"texture": "res://Assets/Images/Buildings/SteamGeneratorv2.png",
|
|
"crafttime": 1.0,
|
|
"stacksize": 1
|
|
},
|
|
{
|
|
"id": "water_purifier",
|
|
"inputs": [
|
|
{ "item": "heating_element_v1", "amount": 1 },
|
|
{ "item": "glass_bottles", "amount": 1 }
|
|
],
|
|
"research": "stoneage",
|
|
"texture": "res://Assets/Images/Buildings/WaterPurifier.png",
|
|
"crafttime": 1.0,
|
|
"stacksize": 1
|
|
},
|
|
{
|
|
"id": "glassblower",
|
|
"inputs": [
|
|
{ "item": "heating_element_v1", "amount": 1 },
|
|
{ "item": "stone", "amount": 1 },
|
|
{ "item": "copper_rod", "amount": 1 }
|
|
],
|
|
"research": "stoneage",
|
|
"texture": "res://Assets/Images/Buildings/Glassblower.png",
|
|
"crafttime": 1.0,
|
|
"stacksize": 1
|
|
}
|
|
] |