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", "id": "workbench",
"inputs": [ "inputs": [
{ "item": "stone", "amount": 1 } {
"item": "stone",
"amount": 4
}
], ],
"research": "basics", "research": "basics",
"texture": "res://Assets/Images/Buildings/Workbench.png", "texture": "res://Assets/Images/Buildings/Workbench.png",
@@ -12,8 +15,14 @@
{ {
"id": "furnace", "id": "furnace",
"inputs": [ "inputs": [
{ "item": "stone", "amount": 1 }, {
{ "item": "heating_element_v1", "amount": 1 } "item": "stone",
"amount": 12
},
{
"item": "heating_element_v1",
"amount": 1
}
], ],
"research": "stoneage", "research": "stoneage",
"texture": "res://Assets/Images/Buildings/Furnace.png", "texture": "res://Assets/Images/Buildings/Furnace.png",
@@ -23,9 +32,18 @@
{ {
"id": "crusher", "id": "crusher",
"inputs": [ "inputs": [
{ "item": "stone_gear", "amount": 1 }, {
{ "item": "rope", "amount": 1 }, "item": "stone_gear",
{ "item": "stone", "amount": 1 } "amount": 2
},
{
"item": "rope",
"amount": 2
},
{
"item": "stone",
"amount": 8
}
], ],
"research": "stoneage", "research": "stoneage",
"texture": "res://Assets/Images/Buildings/Crusher.png", "texture": "res://Assets/Images/Buildings/Crusher.png",
@@ -35,8 +53,14 @@
{ {
"id": "press", "id": "press",
"inputs": [ "inputs": [
{ "item": "stone", "amount": 1 }, {
{ "item": "rope", "amount": 1 } "item": "stone",
"amount": 8
},
{
"item": "rope",
"amount": 2
}
], ],
"research": "stoneage", "research": "stoneage",
"texture": "res://Assets/Images/Buildings/Press.png", "texture": "res://Assets/Images/Buildings/Press.png",
@@ -46,8 +70,14 @@
{ {
"id": "anvil", "id": "anvil",
"inputs": [ "inputs": [
{ "item": "stone", "amount": 1 }, {
{ "item": "rope", "amount": 1 } "item": "stone",
"amount": 10
},
{
"item": "rope",
"amount": 3
}
], ],
"research": "stoneage", "research": "stoneage",
"texture": "res://Assets/Images/Buildings/Anvil.png", "texture": "res://Assets/Images/Buildings/Anvil.png",
@@ -57,8 +87,14 @@
{ {
"id": "loom", "id": "loom",
"inputs": [ "inputs": [
{ "item": "copper_gear", "amount": 1 }, {
{ "item": "rope", "amount": 1 } "item": "copper_gear",
"amount": 2
},
{
"item": "rope",
"amount": 4
}
], ],
"research": "copperage", "research": "copperage",
"texture": "res://Assets/Images/Buildings/Loom.png", "texture": "res://Assets/Images/Buildings/Loom.png",
@@ -68,9 +104,18 @@
{ {
"id": "steam_generator_v1", "id": "steam_generator_v1",
"inputs": [ "inputs": [
{ "item": "dynamo_v1", "amount": 1 }, {
{ "item": "battery_v1", "amount": 1 }, "item": "dynamo_v1",
{ "item": "heating_element_v1", "amount": 1 } "amount": 1
},
{
"item": "battery_v1",
"amount": 2
},
{
"item": "heating_element_v1",
"amount": 2
}
], ],
"research": "copperage", "research": "copperage",
"texture": "res://Assets/Images/Buildings/SteamGeneratorv1.png", "texture": "res://Assets/Images/Buildings/SteamGeneratorv1.png",
@@ -80,8 +125,14 @@
{ {
"id": "stone_chest", "id": "stone_chest",
"inputs": [ "inputs": [
{ "item": "stone_plate", "amount": 1 }, {
{ "item": "rope", "amount": 1 } "item": "stone_plate",
"amount": 4
},
{
"item": "rope",
"amount": 2
}
], ],
"research": "stoneage", "research": "stoneage",
"texture": "res://Assets/Images/Buildings/StoneChest.png", "texture": "res://Assets/Images/Buildings/StoneChest.png",
@@ -91,8 +142,14 @@
{ {
"id": "copper_chest", "id": "copper_chest",
"inputs": [ "inputs": [
{ "item": "copper_plate", "amount": 1 }, {
{ "item": "rope", "amount": 1 } "item": "copper_plate",
"amount": 4
},
{
"item": "rope",
"amount": 3
}
], ],
"research": "copperage", "research": "copperage",
"texture": "res://Assets/Images/Buildings/CopperChest.png", "texture": "res://Assets/Images/Buildings/CopperChest.png",
@@ -102,8 +159,14 @@
{ {
"id": "bronze_chest", "id": "bronze_chest",
"inputs": [ "inputs": [
{ "item": "bronze_plate", "amount": 1 }, {
{ "item": "rope", "amount": 1 } "item": "bronze_plate",
"amount": 4
},
{
"item": "rope",
"amount": 4
}
], ],
"research": "bronzeage", "research": "bronzeage",
"texture": "res://Assets/Images/Buildings/BronzeChest.png", "texture": "res://Assets/Images/Buildings/BronzeChest.png",
@@ -113,8 +176,14 @@
{ {
"id": "iron_chest", "id": "iron_chest",
"inputs": [ "inputs": [
{ "item": "iron_plate", "amount": 1 }, {
{ "item": "rope", "amount": 1 } "item": "iron_plate",
"amount": 4
},
{
"item": "rope",
"amount": 5
}
], ],
"research": "ironage", "research": "ironage",
"texture": "res://Assets/Images/Buildings/IronChest.png", "texture": "res://Assets/Images/Buildings/IronChest.png",
@@ -124,9 +193,18 @@
{ {
"id": "steam_generator_v2", "id": "steam_generator_v2",
"inputs": [ "inputs": [
{ "item": "dynamo_v2", "amount": 1 }, {
{ "item": "battery_v2", "amount": 1 }, "item": "dynamo_v2",
{ "item": "heating_element_v1", "amount": 1 } "amount": 1
},
{
"item": "battery_v2",
"amount": 2
},
{
"item": "heating_element_v1",
"amount": 3
}
], ],
"research": "ironage", "research": "ironage",
"texture": "res://Assets/Images/Buildings/SteamGeneratorv2.png", "texture": "res://Assets/Images/Buildings/SteamGeneratorv2.png",
@@ -136,8 +214,14 @@
{ {
"id": "water_purifier", "id": "water_purifier",
"inputs": [ "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", "research": "stoneage",
"texture": "res://Assets/Images/Buildings/WaterPurifier.png", "texture": "res://Assets/Images/Buildings/WaterPurifier.png",
@@ -147,9 +231,18 @@
{ {
"id": "glassblower", "id": "glassblower",
"inputs": [ "inputs": [
{ "item": "heating_element_v1", "amount": 1 }, {
{ "item": "stone", "amount": 1 }, "item": "heating_element_v1",
{ "item": "copper_rod", "amount": 1 } "amount": 2
},
{
"item": "stone",
"amount": 8
},
{
"item": "copper_rod",
"amount": 2
}
], ],
"research": "stoneage", "research": "stoneage",
"texture": "res://Assets/Images/Buildings/Glassblower.png", "texture": "res://Assets/Images/Buildings/Glassblower.png",
+52 -52
View File
@@ -108,7 +108,7 @@
"inputs": [ "inputs": [
{ {
"item": "stone", "item": "stone",
"amount": 1 "amount": 2
} }
], ],
"output": { "output": {
@@ -126,7 +126,7 @@
"inputs": [ "inputs": [
{ {
"item": "stone", "item": "stone",
"amount": 1 "amount": 3
} }
], ],
"output": { "output": {
@@ -144,7 +144,7 @@
"inputs": [ "inputs": [
{ {
"item": "copper_ingot", "item": "copper_ingot",
"amount": 1 "amount": 2
} }
], ],
"output": { "output": {
@@ -162,7 +162,7 @@
"inputs": [ "inputs": [
{ {
"item": "tin_ingot", "item": "tin_ingot",
"amount": 1 "amount": 2
} }
], ],
"output": { "output": {
@@ -180,7 +180,7 @@
"inputs": [ "inputs": [
{ {
"item": "bronze_ingot", "item": "bronze_ingot",
"amount": 1 "amount": 2
} }
], ],
"output": { "output": {
@@ -202,11 +202,11 @@
}, },
{ {
"item": "copper_ingot", "item": "copper_ingot",
"amount": 1 "amount": 2
}, },
{ {
"item": "coal", "item": "coal",
"amount": 1 "amount": 2
} }
], ],
"output": { "output": {
@@ -224,7 +224,7 @@
"inputs": [ "inputs": [
{ {
"item": "iron_ingot", "item": "iron_ingot",
"amount": 1 "amount": 2
} }
], ],
"output": { "output": {
@@ -242,11 +242,11 @@
"inputs": [ "inputs": [
{ {
"item": "iron_ore", "item": "iron_ore",
"amount": 1 "amount": 3
}, },
{ {
"item": "coal", "item": "coal",
"amount": 1 "amount": 2
} }
], ],
"output": { "output": {
@@ -264,7 +264,7 @@
"inputs": [ "inputs": [
{ {
"item": "tin_ore", "item": "tin_ore",
"amount": 1 "amount": 2
}, },
{ {
"item": "coal", "item": "coal",
@@ -286,7 +286,7 @@
"inputs": [ "inputs": [
{ {
"item": "copper_ore", "item": "copper_ore",
"amount": 1 "amount": 2
}, },
{ {
"item": "coal", "item": "coal",
@@ -308,7 +308,7 @@
"inputs": [ "inputs": [
{ {
"item": "spider_silk", "item": "spider_silk",
"amount": 1 "amount": 2
} }
], ],
"output": { "output": {
@@ -326,15 +326,15 @@
"inputs": [ "inputs": [
{ {
"item": "stone", "item": "stone",
"amount": 1 "amount": 6
}, },
{ {
"item": "rope", "item": "rope",
"amount": 1 "amount": 3
}, },
{ {
"item": "stone_gear", "item": "stone_gear",
"amount": 1 "amount": 2
} }
], ],
"output": { "output": {
@@ -352,15 +352,15 @@
"inputs": [ "inputs": [
{ {
"item": "copper_plate", "item": "copper_plate",
"amount": 1 "amount": 2
}, },
{ {
"item": "rope", "item": "rope",
"amount": 1 "amount": 3
}, },
{ {
"item": "copper_gear", "item": "copper_gear",
"amount": 1 "amount": 2
}, },
{ {
"item": "battery_v1", "item": "battery_v1",
@@ -382,15 +382,15 @@
"inputs": [ "inputs": [
{ {
"item": "tin_plate", "item": "tin_plate",
"amount": 1 "amount": 2
}, },
{ {
"item": "rope", "item": "rope",
"amount": 1 "amount": 3
}, },
{ {
"item": "tin_gear", "item": "tin_gear",
"amount": 1 "amount": 2
}, },
{ {
"item": "battery_v1", "item": "battery_v1",
@@ -412,19 +412,19 @@
"inputs": [ "inputs": [
{ {
"item": "bronze_plate", "item": "bronze_plate",
"amount": 1 "amount": 3
}, },
{ {
"item": "rope", "item": "rope",
"amount": 1 "amount": 4
}, },
{ {
"item": "bronze_gear", "item": "bronze_gear",
"amount": 1 "amount": 2
}, },
{ {
"item": "battery_v1", "item": "battery_v1",
"amount": 1 "amount": 2
} }
], ],
"output": { "output": {
@@ -442,19 +442,19 @@
"inputs": [ "inputs": [
{ {
"item": "iron_plate", "item": "iron_plate",
"amount": 1 "amount": 4
}, },
{ {
"item": "rope", "item": "rope",
"amount": 1 "amount": 6
}, },
{ {
"item": "iron_gear", "item": "iron_gear",
"amount": 1 "amount": 3
}, },
{ {
"item": "battery_v2", "item": "battery_v2",
"amount": 1 "amount": 2
} }
], ],
"output": { "output": {
@@ -472,7 +472,7 @@
"inputs": [ "inputs": [
{ {
"item": "sand", "item": "sand",
"amount": 1 "amount": 2
}, },
{ {
"item": "coal", "item": "coal",
@@ -494,11 +494,11 @@
"inputs": [ "inputs": [
{ {
"item": "rope", "item": "rope",
"amount": 1 "amount": 2
}, },
{ {
"item": "spider_silk", "item": "spider_silk",
"amount": 1 "amount": 3
} }
], ],
"output": { "output": {
@@ -588,7 +588,7 @@
"inputs": [ "inputs": [
{ {
"item": "copper_rod", "item": "copper_rod",
"amount": 1 "amount": 2
}, },
{ {
"item": "tin_rod", "item": "tin_rod",
@@ -596,7 +596,7 @@
}, },
{ {
"item": "water", "item": "water",
"amount": 1 "amount": 2
} }
], ],
"output": { "output": {
@@ -618,11 +618,11 @@
}, },
{ {
"item": "tin_rod", "item": "tin_rod",
"amount": 1 "amount": 2
}, },
{ {
"item": "copper_wire", "item": "copper_wire",
"amount": 1 "amount": 3
} }
], ],
"output": { "output": {
@@ -658,7 +658,7 @@
"inputs": [ "inputs": [
{ {
"item": "stone", "item": "stone",
"amount": 1 "amount": 4
} }
], ],
"output": { "output": {
@@ -676,7 +676,7 @@
"inputs": [ "inputs": [
{ {
"item": "stone", "item": "stone",
"amount": 1 "amount": 3
} }
], ],
"output": { "output": {
@@ -694,7 +694,7 @@
"inputs": [ "inputs": [
{ {
"item": "copper_ingot", "item": "copper_ingot",
"amount": 1 "amount": 2
} }
], ],
"output": { "output": {
@@ -712,7 +712,7 @@
"inputs": [ "inputs": [
{ {
"item": "iron_ingot", "item": "iron_ingot",
"amount": 1 "amount": 2
} }
], ],
"output": { "output": {
@@ -730,7 +730,7 @@
"inputs": [ "inputs": [
{ {
"item": "bronze_ingot", "item": "bronze_ingot",
"amount": 1 "amount": 2
} }
], ],
"output": { "output": {
@@ -748,7 +748,7 @@
"inputs": [ "inputs": [
{ {
"item": "tin_ingot", "item": "tin_ingot",
"amount": 1 "amount": 2
} }
], ],
"output": { "output": {
@@ -770,11 +770,11 @@
}, },
{ {
"item": "copper_rod", "item": "copper_rod",
"amount": 1 "amount": 2
}, },
{ {
"item": "water", "item": "water",
"amount": 1 "amount": 3
} }
], ],
"output": { "output": {
@@ -792,19 +792,19 @@
"inputs": [ "inputs": [
{ {
"item": "battery_v2", "item": "battery_v2",
"amount": 1 "amount": 2
}, },
{ {
"item": "iron_rod", "item": "iron_rod",
"amount": 1 "amount": 3
}, },
{ {
"item": "copper_wire", "item": "copper_wire",
"amount": 1 "amount": 4
}, },
{ {
"item": "tin_plate", "item": "tin_plate",
"amount": 1 "amount": 2
} }
], ],
"output": { "output": {
@@ -822,11 +822,11 @@
"inputs": [ "inputs": [
{ {
"item": "water", "item": "water",
"amount": 1 "amount": 2
}, },
{ {
"item": "coal", "item": "coal",
"amount": 1 "amount": 2
} }
], ],
"output": { "output": {
@@ -844,7 +844,7 @@
"inputs": [ "inputs": [
{ {
"item": "glass", "item": "glass",
"amount": 1 "amount": 2
}, },
{ {
"item": "coal", "item": "coal",
+9 -9
View File
@@ -11,11 +11,11 @@
"inputs": [ "inputs": [
{ {
"item": "stone", "item": "stone",
"amount": 1 "amount": 8
}, },
{ {
"item": "coal", "item": "coal",
"amount": 1 "amount": 4
} }
], ],
"research": "basics", "research": "basics",
@@ -27,11 +27,11 @@
"inputs": [ "inputs": [
{ {
"item": "copper_ore", "item": "copper_ore",
"amount": 1 "amount": 12
}, },
{ {
"item": "rope", "item": "rope",
"amount": 1 "amount": 4
} }
], ],
"research": "stoneage", "research": "stoneage",
@@ -43,11 +43,11 @@
"inputs": [ "inputs": [
{ {
"item": "copper_ingot", "item": "copper_ingot",
"amount": 1 "amount": 6
}, },
{ {
"item": "tin_ingot", "item": "tin_ingot",
"amount": 1 "amount": 4
} }
], ],
"research": "copperage", "research": "copperage",
@@ -59,15 +59,15 @@
"inputs": [ "inputs": [
{ {
"item": "bronze_ingot", "item": "bronze_ingot",
"amount": 1 "amount": 8
}, },
{ {
"item": "dynamo_v1", "item": "dynamo_v1",
"amount": 1 "amount": 2
}, },
{ {
"item": "battery_v1", "item": "battery_v1",
"amount": 1 "amount": 3
} }
], ],
"research": "bronzeage", "research": "bronzeage",