Tweaked the ingredient values for each building, recipe and research

This commit is contained in:
2026-05-09 10:46:38 +02:00
parent 053b91a736
commit 1ad3454f6a
3 changed files with 185 additions and 92 deletions
+9 -9
View File
@@ -11,11 +11,11 @@
"inputs": [
{
"item": "stone",
"amount": 1
"amount": 8
},
{
"item": "coal",
"amount": 1
"amount": 4
}
],
"research": "basics",
@@ -27,11 +27,11 @@
"inputs": [
{
"item": "copper_ore",
"amount": 1
"amount": 12
},
{
"item": "rope",
"amount": 1
"amount": 4
}
],
"research": "stoneage",
@@ -43,11 +43,11 @@
"inputs": [
{
"item": "copper_ingot",
"amount": 1
"amount": 6
},
{
"item": "tin_ingot",
"amount": 1
"amount": 4
}
],
"research": "copperage",
@@ -59,15 +59,15 @@
"inputs": [
{
"item": "bronze_ingot",
"amount": 1
"amount": 8
},
{
"item": "dynamo_v1",
"amount": 1
"amount": 2
},
{
"item": "battery_v1",
"amount": 1
"amount": 3
}
],
"research": "bronzeage",