Updated data with sub-researches to have a more advanced Tech-tree and purpose to research.
This commit is contained in:
+368
-4
@@ -22,6 +22,110 @@
|
||||
"crafttime": 1.0,
|
||||
"texture": "res://Assets/Images/Research/StoneageSymbol.png"
|
||||
},
|
||||
{
|
||||
"id": "stone_tools",
|
||||
"inputs": [
|
||||
{
|
||||
"item": "stone",
|
||||
"amount": 10
|
||||
},
|
||||
{
|
||||
"item": "spider_silk",
|
||||
"amount": 4
|
||||
}
|
||||
],
|
||||
"research": "stoneage",
|
||||
"crafttime": 1.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": 1.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": 1.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": 1.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": 1.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": 1.0,
|
||||
"texture": "res://Assets/Images/Items/StoneRobotSymbol.png"
|
||||
},
|
||||
{
|
||||
"id": "copperage",
|
||||
"inputs": [
|
||||
@@ -34,10 +138,126 @@
|
||||
"amount": 4
|
||||
}
|
||||
],
|
||||
"research": "stoneage",
|
||||
"research": "heat_control",
|
||||
"crafttime": 1.0,
|
||||
"texture": "res://Assets/Images/Research/CopperageSymbol.png"
|
||||
},
|
||||
{
|
||||
"id": "copper_smelting",
|
||||
"inputs": [
|
||||
{
|
||||
"item": "copper_ore",
|
||||
"amount": 12
|
||||
},
|
||||
{
|
||||
"item": "coal",
|
||||
"amount": 6
|
||||
}
|
||||
],
|
||||
"research": "copperage",
|
||||
"crafttime": 1.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": 1.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": 1.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": 1.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": 1.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": 1.0,
|
||||
"texture": "res://Assets/Images/Items/CopperRobotSymbol.png"
|
||||
},
|
||||
{
|
||||
"id": "bronzeage",
|
||||
"inputs": [
|
||||
@@ -50,10 +270,82 @@
|
||||
"amount": 4
|
||||
}
|
||||
],
|
||||
"research": "copperage",
|
||||
"research": "basic_electricity",
|
||||
"crafttime": 1.0,
|
||||
"texture": "res://Assets/Images/Research/BronzeageSymbol.png"
|
||||
},
|
||||
{
|
||||
"id": "bronze_smelting",
|
||||
"inputs": [
|
||||
{
|
||||
"item": "copper_ingot",
|
||||
"amount": 8
|
||||
},
|
||||
{
|
||||
"item": "tin_ingot",
|
||||
"amount": 4
|
||||
},
|
||||
{
|
||||
"item": "coal",
|
||||
"amount": 6
|
||||
}
|
||||
],
|
||||
"research": "bronzeage",
|
||||
"crafttime": 1.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": 1.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": 1.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": 1.0,
|
||||
"texture": "res://Assets/Images/Items/BronzeRobotSymbol.png"
|
||||
},
|
||||
{
|
||||
"id": "ironage",
|
||||
"inputs": [
|
||||
@@ -70,8 +362,80 @@
|
||||
"amount": 3
|
||||
}
|
||||
],
|
||||
"research": "bronzeage",
|
||||
"research": "bronze_robotics",
|
||||
"crafttime": 1.0,
|
||||
"texture": "res://Assets/Images/Research/IronageSymbol.png"
|
||||
},
|
||||
{
|
||||
"id": "iron_smelting",
|
||||
"inputs": [
|
||||
{
|
||||
"item": "bronze_ingot",
|
||||
"amount": 6
|
||||
},
|
||||
{
|
||||
"item": "coal",
|
||||
"amount": 10
|
||||
}
|
||||
],
|
||||
"research": "ironage",
|
||||
"crafttime": 1.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": 1.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": 1.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": 1.0,
|
||||
"texture": "res://Assets/Images/Items/IronRobotSymbol.png"
|
||||
}
|
||||
]
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user