Added increase to robotcount when completing research, added value modifiers for robot types.

This commit is contained in:
2026-05-09 15:46:16 +02:00
parent 78d1014067
commit aee2ee7f3d
7 changed files with 135 additions and 20 deletions
+28 -4
View File
@@ -36,7 +36,13 @@
],
"research": "stoneage",
"crafttime": 5.0,
"texture": "res://Assets/Images/Items/StoneGearSymbol.png"
"texture": "res://Assets/Images/Items/StoneGearSymbol.png",
"effects": [
{
"stat": "robot_count_increase",
"value": 10
}
]
},
{
"id": "basic_machines",
@@ -166,7 +172,13 @@
],
"research": "heat_control",
"crafttime": 12.0,
"texture": "res://Assets/Images/Research/CopperageSymbol.png"
"texture": "res://Assets/Images/Research/CopperageSymbol.png",
"effects": [
{
"stat": "robot_count_increase",
"value": 10
}
]
},
{
"id": "copper_smelting",
@@ -358,7 +370,13 @@
],
"research": "basic_electricity",
"crafttime": 24.0,
"texture": "res://Assets/Images/Research/BronzeageSymbol.png"
"texture": "res://Assets/Images/Research/BronzeageSymbol.png",
"effects": [
{
"stat": "robot_count_increase",
"value": 10
}
]
},
{
"id": "bronze_smelting",
@@ -480,7 +498,13 @@
],
"research": "bronze_robotics",
"crafttime": 38.0,
"texture": "res://Assets/Images/Research/IronageSymbol.png"
"texture": "res://Assets/Images/Research/IronageSymbol.png",
"effects": [
{
"stat": "robot_count_increase",
"value": 10
}
]
},
{
"id": "iron_smelting",