Implemented research cost, tweaked some values.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user