Updated data with sub-researches to have a more advanced Tech-tree and purpose to research.
This commit is contained in:
+251
-251
@@ -1,252 +1,252 @@
|
||||
[
|
||||
{
|
||||
"id": "workbench",
|
||||
"inputs": [
|
||||
{
|
||||
"item": "stone",
|
||||
"amount": 4
|
||||
}
|
||||
],
|
||||
"research": "basics",
|
||||
"texture": "res://Assets/Images/Buildings/Workbench.png",
|
||||
"crafttime": 1.0,
|
||||
"stacksize": 1
|
||||
},
|
||||
{
|
||||
"id": "furnace",
|
||||
"inputs": [
|
||||
{
|
||||
"item": "stone",
|
||||
"amount": 12
|
||||
},
|
||||
{
|
||||
"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": 2
|
||||
},
|
||||
{
|
||||
"item": "rope",
|
||||
"amount": 2
|
||||
},
|
||||
{
|
||||
"item": "stone",
|
||||
"amount": 8
|
||||
}
|
||||
],
|
||||
"research": "stoneage",
|
||||
"texture": "res://Assets/Images/Buildings/Crusher.png",
|
||||
"crafttime": 1.0,
|
||||
"stacksize": 1
|
||||
},
|
||||
{
|
||||
"id": "press",
|
||||
"inputs": [
|
||||
{
|
||||
"item": "stone",
|
||||
"amount": 8
|
||||
},
|
||||
{
|
||||
"item": "rope",
|
||||
"amount": 2
|
||||
}
|
||||
],
|
||||
"research": "stoneage",
|
||||
"texture": "res://Assets/Images/Buildings/Press.png",
|
||||
"crafttime": 1.0,
|
||||
"stacksize": 1
|
||||
},
|
||||
{
|
||||
"id": "anvil",
|
||||
"inputs": [
|
||||
{
|
||||
"item": "stone",
|
||||
"amount": 10
|
||||
},
|
||||
{
|
||||
"item": "rope",
|
||||
"amount": 3
|
||||
}
|
||||
],
|
||||
"research": "stoneage",
|
||||
"texture": "res://Assets/Images/Buildings/Anvil.png",
|
||||
"crafttime": 1.0,
|
||||
"stacksize": 1
|
||||
},
|
||||
{
|
||||
"id": "loom",
|
||||
"inputs": [
|
||||
{
|
||||
"item": "copper_gear",
|
||||
"amount": 2
|
||||
},
|
||||
{
|
||||
"item": "rope",
|
||||
"amount": 4
|
||||
}
|
||||
],
|
||||
"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": 2
|
||||
},
|
||||
{
|
||||
"item": "heating_element_v1",
|
||||
"amount": 2
|
||||
}
|
||||
],
|
||||
"research": "copperage",
|
||||
"texture": "res://Assets/Images/Buildings/SteamGeneratorv1.png",
|
||||
"crafttime": 1.0,
|
||||
"stacksize": 1
|
||||
},
|
||||
{
|
||||
"id": "stone_chest",
|
||||
"inputs": [
|
||||
{
|
||||
"item": "stone_plate",
|
||||
"amount": 4
|
||||
},
|
||||
{
|
||||
"item": "rope",
|
||||
"amount": 2
|
||||
}
|
||||
],
|
||||
"research": "stoneage",
|
||||
"texture": "res://Assets/Images/Buildings/StoneChest.png",
|
||||
"crafttime": 1.0,
|
||||
"stacksize": 1
|
||||
},
|
||||
{
|
||||
"id": "copper_chest",
|
||||
"inputs": [
|
||||
{
|
||||
"item": "copper_plate",
|
||||
"amount": 4
|
||||
},
|
||||
{
|
||||
"item": "rope",
|
||||
"amount": 3
|
||||
}
|
||||
],
|
||||
"research": "copperage",
|
||||
"texture": "res://Assets/Images/Buildings/CopperChest.png",
|
||||
"crafttime": 1.0,
|
||||
"stacksize": 1
|
||||
},
|
||||
{
|
||||
"id": "bronze_chest",
|
||||
"inputs": [
|
||||
{
|
||||
"item": "bronze_plate",
|
||||
"amount": 4
|
||||
},
|
||||
{
|
||||
"item": "rope",
|
||||
"amount": 4
|
||||
}
|
||||
],
|
||||
"research": "bronzeage",
|
||||
"texture": "res://Assets/Images/Buildings/BronzeChest.png",
|
||||
"crafttime": 1.0,
|
||||
"stacksize": 1
|
||||
},
|
||||
{
|
||||
"id": "iron_chest",
|
||||
"inputs": [
|
||||
{
|
||||
"item": "iron_plate",
|
||||
"amount": 4
|
||||
},
|
||||
{
|
||||
"item": "rope",
|
||||
"amount": 5
|
||||
}
|
||||
],
|
||||
"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": 2
|
||||
},
|
||||
{
|
||||
"item": "heating_element_v1",
|
||||
"amount": 3
|
||||
}
|
||||
],
|
||||
"research": "ironage",
|
||||
"texture": "res://Assets/Images/Buildings/SteamGeneratorv2.png",
|
||||
"crafttime": 1.0,
|
||||
"stacksize": 1
|
||||
},
|
||||
{
|
||||
"id": "water_purifier",
|
||||
"inputs": [
|
||||
{
|
||||
"item": "heating_element_v1",
|
||||
"amount": 2
|
||||
},
|
||||
{
|
||||
"item": "glass_bottles",
|
||||
"amount": 3
|
||||
}
|
||||
],
|
||||
"research": "stoneage",
|
||||
"texture": "res://Assets/Images/Buildings/WaterPurifier.png",
|
||||
"crafttime": 1.0,
|
||||
"stacksize": 1
|
||||
},
|
||||
{
|
||||
"id": "glassblower",
|
||||
"inputs": [
|
||||
{
|
||||
"item": "heating_element_v1",
|
||||
"amount": 2
|
||||
},
|
||||
{
|
||||
"item": "stone",
|
||||
"amount": 8
|
||||
},
|
||||
{
|
||||
"item": "copper_rod",
|
||||
"amount": 2
|
||||
}
|
||||
],
|
||||
"research": "stoneage",
|
||||
"texture": "res://Assets/Images/Buildings/Glassblower.png",
|
||||
"crafttime": 1.0,
|
||||
"stacksize": 1
|
||||
}
|
||||
]
|
||||
{
|
||||
"id": "workbench",
|
||||
"inputs": [
|
||||
{
|
||||
"item": "stone",
|
||||
"amount": 4
|
||||
}
|
||||
],
|
||||
"research": "basics",
|
||||
"texture": "res://Assets/Images/Buildings/Workbench.png",
|
||||
"crafttime": 1.0,
|
||||
"stacksize": 1
|
||||
},
|
||||
{
|
||||
"id": "furnace",
|
||||
"inputs": [
|
||||
{
|
||||
"item": "stone",
|
||||
"amount": 12
|
||||
},
|
||||
{
|
||||
"item": "heating_element_v1",
|
||||
"amount": 1
|
||||
}
|
||||
],
|
||||
"research": "heat_control",
|
||||
"texture": "res://Assets/Images/Buildings/Furnace.png",
|
||||
"crafttime": 1.0,
|
||||
"stacksize": 1
|
||||
},
|
||||
{
|
||||
"id": "crusher",
|
||||
"inputs": [
|
||||
{
|
||||
"item": "stone_gear",
|
||||
"amount": 2
|
||||
},
|
||||
{
|
||||
"item": "rope",
|
||||
"amount": 2
|
||||
},
|
||||
{
|
||||
"item": "stone",
|
||||
"amount": 8
|
||||
}
|
||||
],
|
||||
"research": "basic_machines",
|
||||
"texture": "res://Assets/Images/Buildings/Crusher.png",
|
||||
"crafttime": 1.0,
|
||||
"stacksize": 1
|
||||
},
|
||||
{
|
||||
"id": "press",
|
||||
"inputs": [
|
||||
{
|
||||
"item": "stone",
|
||||
"amount": 8
|
||||
},
|
||||
{
|
||||
"item": "rope",
|
||||
"amount": 2
|
||||
}
|
||||
],
|
||||
"research": "basic_machines",
|
||||
"texture": "res://Assets/Images/Buildings/Press.png",
|
||||
"crafttime": 1.0,
|
||||
"stacksize": 1
|
||||
},
|
||||
{
|
||||
"id": "anvil",
|
||||
"inputs": [
|
||||
{
|
||||
"item": "stone",
|
||||
"amount": 10
|
||||
},
|
||||
{
|
||||
"item": "rope",
|
||||
"amount": 3
|
||||
}
|
||||
],
|
||||
"research": "basic_machines",
|
||||
"texture": "res://Assets/Images/Buildings/Anvil.png",
|
||||
"crafttime": 1.0,
|
||||
"stacksize": 1
|
||||
},
|
||||
{
|
||||
"id": "loom",
|
||||
"inputs": [
|
||||
{
|
||||
"item": "copper_gear",
|
||||
"amount": 2
|
||||
},
|
||||
{
|
||||
"item": "rope",
|
||||
"amount": 4
|
||||
}
|
||||
],
|
||||
"research": "textiles",
|
||||
"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": 2
|
||||
},
|
||||
{
|
||||
"item": "heating_element_v1",
|
||||
"amount": 2
|
||||
}
|
||||
],
|
||||
"research": "basic_electricity",
|
||||
"texture": "res://Assets/Images/Buildings/SteamGeneratorv1.png",
|
||||
"crafttime": 1.0,
|
||||
"stacksize": 1
|
||||
},
|
||||
{
|
||||
"id": "stone_chest",
|
||||
"inputs": [
|
||||
{
|
||||
"item": "stone_plate",
|
||||
"amount": 4
|
||||
},
|
||||
{
|
||||
"item": "rope",
|
||||
"amount": 2
|
||||
}
|
||||
],
|
||||
"research": "stone_storage",
|
||||
"texture": "res://Assets/Images/Buildings/StoneChest.png",
|
||||
"crafttime": 1.0,
|
||||
"stacksize": 1
|
||||
},
|
||||
{
|
||||
"id": "copper_chest",
|
||||
"inputs": [
|
||||
{
|
||||
"item": "copper_plate",
|
||||
"amount": 4
|
||||
},
|
||||
{
|
||||
"item": "rope",
|
||||
"amount": 3
|
||||
}
|
||||
],
|
||||
"research": "metalworking",
|
||||
"texture": "res://Assets/Images/Buildings/CopperChest.png",
|
||||
"crafttime": 1.0,
|
||||
"stacksize": 1
|
||||
},
|
||||
{
|
||||
"id": "bronze_chest",
|
||||
"inputs": [
|
||||
{
|
||||
"item": "bronze_plate",
|
||||
"amount": 4
|
||||
},
|
||||
{
|
||||
"item": "rope",
|
||||
"amount": 4
|
||||
}
|
||||
],
|
||||
"research": "bronze_storage",
|
||||
"texture": "res://Assets/Images/Buildings/BronzeChest.png",
|
||||
"crafttime": 1.0,
|
||||
"stacksize": 1
|
||||
},
|
||||
{
|
||||
"id": "iron_chest",
|
||||
"inputs": [
|
||||
{
|
||||
"item": "iron_plate",
|
||||
"amount": 4
|
||||
},
|
||||
{
|
||||
"item": "rope",
|
||||
"amount": 5
|
||||
}
|
||||
],
|
||||
"research": "iron_machining",
|
||||
"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": 2
|
||||
},
|
||||
{
|
||||
"item": "heating_element_v1",
|
||||
"amount": 3
|
||||
}
|
||||
],
|
||||
"research": "advanced_power",
|
||||
"texture": "res://Assets/Images/Buildings/SteamGeneratorv2.png",
|
||||
"crafttime": 1.0,
|
||||
"stacksize": 1
|
||||
},
|
||||
{
|
||||
"id": "water_purifier",
|
||||
"inputs": [
|
||||
{
|
||||
"item": "heating_element_v1",
|
||||
"amount": 2
|
||||
},
|
||||
{
|
||||
"item": "glass_bottles",
|
||||
"amount": 3
|
||||
}
|
||||
],
|
||||
"research": "glass_work",
|
||||
"texture": "res://Assets/Images/Buildings/WaterPurifier.png",
|
||||
"crafttime": 1.0,
|
||||
"stacksize": 1
|
||||
},
|
||||
{
|
||||
"id": "glassblower",
|
||||
"inputs": [
|
||||
{
|
||||
"item": "heating_element_v1",
|
||||
"amount": 2
|
||||
},
|
||||
{
|
||||
"item": "stone",
|
||||
"amount": 8
|
||||
},
|
||||
{
|
||||
"item": "copper_rod",
|
||||
"amount": 2
|
||||
}
|
||||
],
|
||||
"research": "glass_work",
|
||||
"texture": "res://Assets/Images/Buildings/Glassblower.png",
|
||||
"crafttime": 1.0,
|
||||
"stacksize": 1
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user