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
+124 -31
View File
@@ -2,7 +2,10 @@
{
"id": "workbench",
"inputs": [
{ "item": "stone", "amount": 1 }
{
"item": "stone",
"amount": 4
}
],
"research": "basics",
"texture": "res://Assets/Images/Buildings/Workbench.png",
@@ -12,8 +15,14 @@
{
"id": "furnace",
"inputs": [
{ "item": "stone", "amount": 1 },
{ "item": "heating_element_v1", "amount": 1 }
{
"item": "stone",
"amount": 12
},
{
"item": "heating_element_v1",
"amount": 1
}
],
"research": "stoneage",
"texture": "res://Assets/Images/Buildings/Furnace.png",
@@ -23,9 +32,18 @@
{
"id": "crusher",
"inputs": [
{ "item": "stone_gear", "amount": 1 },
{ "item": "rope", "amount": 1 },
{ "item": "stone", "amount": 1 }
{
"item": "stone_gear",
"amount": 2
},
{
"item": "rope",
"amount": 2
},
{
"item": "stone",
"amount": 8
}
],
"research": "stoneage",
"texture": "res://Assets/Images/Buildings/Crusher.png",
@@ -35,8 +53,14 @@
{
"id": "press",
"inputs": [
{ "item": "stone", "amount": 1 },
{ "item": "rope", "amount": 1 }
{
"item": "stone",
"amount": 8
},
{
"item": "rope",
"amount": 2
}
],
"research": "stoneage",
"texture": "res://Assets/Images/Buildings/Press.png",
@@ -46,8 +70,14 @@
{
"id": "anvil",
"inputs": [
{ "item": "stone", "amount": 1 },
{ "item": "rope", "amount": 1 }
{
"item": "stone",
"amount": 10
},
{
"item": "rope",
"amount": 3
}
],
"research": "stoneage",
"texture": "res://Assets/Images/Buildings/Anvil.png",
@@ -57,8 +87,14 @@
{
"id": "loom",
"inputs": [
{ "item": "copper_gear", "amount": 1 },
{ "item": "rope", "amount": 1 }
{
"item": "copper_gear",
"amount": 2
},
{
"item": "rope",
"amount": 4
}
],
"research": "copperage",
"texture": "res://Assets/Images/Buildings/Loom.png",
@@ -68,9 +104,18 @@
{
"id": "steam_generator_v1",
"inputs": [
{ "item": "dynamo_v1", "amount": 1 },
{ "item": "battery_v1", "amount": 1 },
{ "item": "heating_element_v1", "amount": 1 }
{
"item": "dynamo_v1",
"amount": 1
},
{
"item": "battery_v1",
"amount": 2
},
{
"item": "heating_element_v1",
"amount": 2
}
],
"research": "copperage",
"texture": "res://Assets/Images/Buildings/SteamGeneratorv1.png",
@@ -80,8 +125,14 @@
{
"id": "stone_chest",
"inputs": [
{ "item": "stone_plate", "amount": 1 },
{ "item": "rope", "amount": 1 }
{
"item": "stone_plate",
"amount": 4
},
{
"item": "rope",
"amount": 2
}
],
"research": "stoneage",
"texture": "res://Assets/Images/Buildings/StoneChest.png",
@@ -91,8 +142,14 @@
{
"id": "copper_chest",
"inputs": [
{ "item": "copper_plate", "amount": 1 },
{ "item": "rope", "amount": 1 }
{
"item": "copper_plate",
"amount": 4
},
{
"item": "rope",
"amount": 3
}
],
"research": "copperage",
"texture": "res://Assets/Images/Buildings/CopperChest.png",
@@ -102,8 +159,14 @@
{
"id": "bronze_chest",
"inputs": [
{ "item": "bronze_plate", "amount": 1 },
{ "item": "rope", "amount": 1 }
{
"item": "bronze_plate",
"amount": 4
},
{
"item": "rope",
"amount": 4
}
],
"research": "bronzeage",
"texture": "res://Assets/Images/Buildings/BronzeChest.png",
@@ -113,8 +176,14 @@
{
"id": "iron_chest",
"inputs": [
{ "item": "iron_plate", "amount": 1 },
{ "item": "rope", "amount": 1 }
{
"item": "iron_plate",
"amount": 4
},
{
"item": "rope",
"amount": 5
}
],
"research": "ironage",
"texture": "res://Assets/Images/Buildings/IronChest.png",
@@ -124,9 +193,18 @@
{
"id": "steam_generator_v2",
"inputs": [
{ "item": "dynamo_v2", "amount": 1 },
{ "item": "battery_v2", "amount": 1 },
{ "item": "heating_element_v1", "amount": 1 }
{
"item": "dynamo_v2",
"amount": 1
},
{
"item": "battery_v2",
"amount": 2
},
{
"item": "heating_element_v1",
"amount": 3
}
],
"research": "ironage",
"texture": "res://Assets/Images/Buildings/SteamGeneratorv2.png",
@@ -136,8 +214,14 @@
{
"id": "water_purifier",
"inputs": [
{ "item": "heating_element_v1", "amount": 1 },
{ "item": "glass_bottles", "amount": 1 }
{
"item": "heating_element_v1",
"amount": 2
},
{
"item": "glass_bottles",
"amount": 3
}
],
"research": "stoneage",
"texture": "res://Assets/Images/Buildings/WaterPurifier.png",
@@ -147,9 +231,18 @@
{
"id": "glassblower",
"inputs": [
{ "item": "heating_element_v1", "amount": 1 },
{ "item": "stone", "amount": 1 },
{ "item": "copper_rod", "amount": 1 }
{
"item": "heating_element_v1",
"amount": 2
},
{
"item": "stone",
"amount": 8
},
{
"item": "copper_rod",
"amount": 2
}
],
"research": "stoneage",
"texture": "res://Assets/Images/Buildings/Glassblower.png",