Implemented research cost, tweaked some values.

This commit is contained in:
2026-05-09 22:30:18 +02:00
parent fc21c7c8d3
commit 09df4334b9
8 changed files with 119 additions and 39 deletions
+8 -8
View File
@@ -20,7 +20,13 @@
],
"research": "basics",
"crafttime": 4.0,
"texture": "res://Assets/Images/Research/StoneageSymbol.png"
"texture": "res://Assets/Images/Research/StoneageSymbol.png",
"effects": [
{
"stat": "robot_count_increase",
"value": 10
}
]
},
{
"id": "stone_tools",
@@ -36,13 +42,7 @@
],
"research": "stoneage",
"crafttime": 5.0,
"texture": "res://Assets/Images/Items/StoneGearSymbol.png",
"effects": [
{
"stat": "robot_count_increase",
"value": 10
}
]
"texture": "res://Assets/Images/Items/StoneGearSymbol.png"
},
{
"id": "basic_machines",