Added increase to robotcount when completing research, added value modifiers for robot types.
This commit is contained in:
+28
-4
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user