From 013e37d23d20ec204c65d9ceb33e2e7c13bc133f Mon Sep 17 00:00:00 2001 From: Viss Valdyr <33199510+Lamandus@users.noreply.github.com> Date: Fri, 15 Mar 2024 02:29:16 +0100 Subject: [PATCH] fix(balance): remove soldering iron as possible tool for 2 recipes (#4354) fix: remove soldering iron as possible tool for 2 recipes --- data/json/recipes/other/other.json | 2 +- data/json/recipes/weapon/explosive.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/json/recipes/other/other.json b/data/json/recipes/other/other.json index b64422b30743..d3e5b024442a 100644 --- a/data/json/recipes/other/other.json +++ b/data/json/recipes/other/other.json @@ -169,7 +169,7 @@ { "id": "WRENCH", "level": 1 }, { "id": "GLARE", "level": 2 } ], - "tools": [ [ [ "welder", 100 ], [ "toolset", 150 ], [ "soldering_iron", 150 ] ] ], + "tools": [ [ [ "welder", 100 ], [ "toolset", 150 ] ] ], "components": [ [ [ "steel_chunk", 6 ], [ "scrap", 18 ] ], [ [ "pipe", 2 ] ] ] }, { diff --git a/data/json/recipes/weapon/explosive.json b/data/json/recipes/weapon/explosive.json index de5e5abf7753..730a84908bc4 100644 --- a/data/json/recipes/weapon/explosive.json +++ b/data/json/recipes/weapon/explosive.json @@ -254,7 +254,7 @@ "reversible": true, "autolearn": true, "qualities": [ { "id": "SAW_M", "level": 1 }, { "id": "GLARE", "level": 2 } ], - "tools": [ [ [ "welder", 20 ], [ "toolset", 30 ], [ "soldering_iron", 30 ] ] ], + "tools": [ [ [ "welder", 20 ], [ "toolset", 30 ] ] ], "components": [ [ [ "metal_tank_little", 1 ] ], [ [ "nail", 200 ], [ "scrap", 16 ] ], [ [ "fuse", 1 ] ], [ [ "dynamite", 1 ] ] ] }, {