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",
+52 -52
View File
@@ -108,7 +108,7 @@
"inputs": [
{
"item": "stone",
"amount": 1
"amount": 2
}
],
"output": {
@@ -126,7 +126,7 @@
"inputs": [
{
"item": "stone",
"amount": 1
"amount": 3
}
],
"output": {
@@ -144,7 +144,7 @@
"inputs": [
{
"item": "copper_ingot",
"amount": 1
"amount": 2
}
],
"output": {
@@ -162,7 +162,7 @@
"inputs": [
{
"item": "tin_ingot",
"amount": 1
"amount": 2
}
],
"output": {
@@ -180,7 +180,7 @@
"inputs": [
{
"item": "bronze_ingot",
"amount": 1
"amount": 2
}
],
"output": {
@@ -202,11 +202,11 @@
},
{
"item": "copper_ingot",
"amount": 1
"amount": 2
},
{
"item": "coal",
"amount": 1
"amount": 2
}
],
"output": {
@@ -224,7 +224,7 @@
"inputs": [
{
"item": "iron_ingot",
"amount": 1
"amount": 2
}
],
"output": {
@@ -242,11 +242,11 @@
"inputs": [
{
"item": "iron_ore",
"amount": 1
"amount": 3
},
{
"item": "coal",
"amount": 1
"amount": 2
}
],
"output": {
@@ -264,7 +264,7 @@
"inputs": [
{
"item": "tin_ore",
"amount": 1
"amount": 2
},
{
"item": "coal",
@@ -286,7 +286,7 @@
"inputs": [
{
"item": "copper_ore",
"amount": 1
"amount": 2
},
{
"item": "coal",
@@ -308,7 +308,7 @@
"inputs": [
{
"item": "spider_silk",
"amount": 1
"amount": 2
}
],
"output": {
@@ -326,15 +326,15 @@
"inputs": [
{
"item": "stone",
"amount": 1
"amount": 6
},
{
"item": "rope",
"amount": 1
"amount": 3
},
{
"item": "stone_gear",
"amount": 1
"amount": 2
}
],
"output": {
@@ -352,15 +352,15 @@
"inputs": [
{
"item": "copper_plate",
"amount": 1
"amount": 2
},
{
"item": "rope",
"amount": 1
"amount": 3
},
{
"item": "copper_gear",
"amount": 1
"amount": 2
},
{
"item": "battery_v1",
@@ -382,15 +382,15 @@
"inputs": [
{
"item": "tin_plate",
"amount": 1
"amount": 2
},
{
"item": "rope",
"amount": 1
"amount": 3
},
{
"item": "tin_gear",
"amount": 1
"amount": 2
},
{
"item": "battery_v1",
@@ -412,19 +412,19 @@
"inputs": [
{
"item": "bronze_plate",
"amount": 1
"amount": 3
},
{
"item": "rope",
"amount": 1
"amount": 4
},
{
"item": "bronze_gear",
"amount": 1
"amount": 2
},
{
"item": "battery_v1",
"amount": 1
"amount": 2
}
],
"output": {
@@ -442,19 +442,19 @@
"inputs": [
{
"item": "iron_plate",
"amount": 1
"amount": 4
},
{
"item": "rope",
"amount": 1
"amount": 6
},
{
"item": "iron_gear",
"amount": 1
"amount": 3
},
{
"item": "battery_v2",
"amount": 1
"amount": 2
}
],
"output": {
@@ -472,7 +472,7 @@
"inputs": [
{
"item": "sand",
"amount": 1
"amount": 2
},
{
"item": "coal",
@@ -494,11 +494,11 @@
"inputs": [
{
"item": "rope",
"amount": 1
"amount": 2
},
{
"item": "spider_silk",
"amount": 1
"amount": 3
}
],
"output": {
@@ -588,7 +588,7 @@
"inputs": [
{
"item": "copper_rod",
"amount": 1
"amount": 2
},
{
"item": "tin_rod",
@@ -596,7 +596,7 @@
},
{
"item": "water",
"amount": 1
"amount": 2
}
],
"output": {
@@ -618,11 +618,11 @@
},
{
"item": "tin_rod",
"amount": 1
"amount": 2
},
{
"item": "copper_wire",
"amount": 1
"amount": 3
}
],
"output": {
@@ -658,7 +658,7 @@
"inputs": [
{
"item": "stone",
"amount": 1
"amount": 4
}
],
"output": {
@@ -676,7 +676,7 @@
"inputs": [
{
"item": "stone",
"amount": 1
"amount": 3
}
],
"output": {
@@ -694,7 +694,7 @@
"inputs": [
{
"item": "copper_ingot",
"amount": 1
"amount": 2
}
],
"output": {
@@ -712,7 +712,7 @@
"inputs": [
{
"item": "iron_ingot",
"amount": 1
"amount": 2
}
],
"output": {
@@ -730,7 +730,7 @@
"inputs": [
{
"item": "bronze_ingot",
"amount": 1
"amount": 2
}
],
"output": {
@@ -748,7 +748,7 @@
"inputs": [
{
"item": "tin_ingot",
"amount": 1
"amount": 2
}
],
"output": {
@@ -770,11 +770,11 @@
},
{
"item": "copper_rod",
"amount": 1
"amount": 2
},
{
"item": "water",
"amount": 1
"amount": 3
}
],
"output": {
@@ -792,19 +792,19 @@
"inputs": [
{
"item": "battery_v2",
"amount": 1
"amount": 2
},
{
"item": "iron_rod",
"amount": 1
"amount": 3
},
{
"item": "copper_wire",
"amount": 1
"amount": 4
},
{
"item": "tin_plate",
"amount": 1
"amount": 2
}
],
"output": {
@@ -822,11 +822,11 @@
"inputs": [
{
"item": "water",
"amount": 1
"amount": 2
},
{
"item": "coal",
"amount": 1
"amount": 2
}
],
"output": {
@@ -844,7 +844,7 @@
"inputs": [
{
"item": "glass",
"amount": 1
"amount": 2
},
{
"item": "coal",
+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",