From e49f05308bec17943a8e4f79e06521ee9f8179ee Mon Sep 17 00:00:00 2001 From: Consoleable <107653330+Consoleable@users.noreply.github.com> Date: Tue, 20 Feb 2024 16:47:08 -0800 Subject: [PATCH 1/2] Update tool.json to include missing recipe for bronze fileset Bronze fileset was in the game but missing a recipe --- data/json/recipes/tools/tool.json | 60 +++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) diff --git a/data/json/recipes/tools/tool.json b/data/json/recipes/tools/tool.json index b5bf051c2c389..1d320d0ddedb0 100644 --- a/data/json/recipes/tools/tool.json +++ b/data/json/recipes/tools/tool.json @@ -1237,6 +1237,66 @@ "//": "Specifically avoids blacksmithing requirement groups so that it's craftable without itself - substitutes metal fileset for metalworking chisel.", "components": [ [ [ "scrap", 2 ] ] ] }, + { + "type": "recipe", + "activity_level": "BRISK_EXERCISE", + "result": "bronze_file", + "category": "CC_OTHER", + "subcategory": "CSC_OTHER_TOOLS", + "skill_used": "fabrication", + "difficulty": 4, + "time": "2 h", + "autolearn": true, + "proficiencies": [ + { + "proficiency": "prof_metalworking" + }, + { + "proficiency": "prof_redsmithing" + }, + { + "proficiency": "prof_toolsmithing" + } + ], + "using": [ + [ + "forging_scrap", + 2 + ] + ], + "qualities": [ + { + "id": "ANVIL", + "level": 3 + }, + { + "id": "HAMMER", + "level": 3 + }, + { + "id": "CHISEL", + "level": 3 + } + ], + "tools": [ + [ + [ + "metalworking_tongs_any", + 1, + "LIST" + ] + ] + ], + "//": "Specifically avoids blacksmithing requirement groups so that it's craftable without itself - substitutes metal fileset for metalworking chisel.", + "components": [ + [ + [ + "scrap_bronze", + 2 + ] + ] + ] +}, { "type": "recipe", "activity_level": "LIGHT_EXERCISE", From 2fbcc7efa88939e0cf7ce90f9bf8cb74276b2b53 Mon Sep 17 00:00:00 2001 From: Consoleable <107653330+Consoleable@users.noreply.github.com> Date: Tue, 20 Feb 2024 16:51:26 -0800 Subject: [PATCH 2/2] Update data/json/recipes/tools/tool.json with code correctly formatted Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- data/json/recipes/tools/tool.json | 79 ++++++++----------------------- 1 file changed, 20 insertions(+), 59 deletions(-) diff --git a/data/json/recipes/tools/tool.json b/data/json/recipes/tools/tool.json index 1d320d0ddedb0..0126eb525d1fe 100644 --- a/data/json/recipes/tools/tool.json +++ b/data/json/recipes/tools/tool.json @@ -1238,65 +1238,26 @@ "components": [ [ [ "scrap", 2 ] ] ] }, { - "type": "recipe", - "activity_level": "BRISK_EXERCISE", - "result": "bronze_file", - "category": "CC_OTHER", - "subcategory": "CSC_OTHER_TOOLS", - "skill_used": "fabrication", - "difficulty": 4, - "time": "2 h", - "autolearn": true, - "proficiencies": [ - { - "proficiency": "prof_metalworking" - }, - { - "proficiency": "prof_redsmithing" - }, - { - "proficiency": "prof_toolsmithing" - } - ], - "using": [ - [ - "forging_scrap", - 2 - ] - ], - "qualities": [ - { - "id": "ANVIL", - "level": 3 - }, - { - "id": "HAMMER", - "level": 3 - }, - { - "id": "CHISEL", - "level": 3 - } - ], - "tools": [ - [ - [ - "metalworking_tongs_any", - 1, - "LIST" - ] - ] - ], - "//": "Specifically avoids blacksmithing requirement groups so that it's craftable without itself - substitutes metal fileset for metalworking chisel.", - "components": [ - [ - [ - "scrap_bronze", - 2 - ] - ] - ] -}, + "type": "recipe", + "activity_level": "BRISK_EXERCISE", + "result": "bronze_file", + "category": "CC_OTHER", + "subcategory": "CSC_OTHER_TOOLS", + "skill_used": "fabrication", + "difficulty": 4, + "time": "2 h", + "autolearn": true, + "proficiencies": [ + { "proficiency": "prof_metalworking" }, + { "proficiency": "prof_redsmithing" }, + { "proficiency": "prof_toolsmithing" } + ], + "using": [ [ "forging_scrap", 2 ] ], + "qualities": [ { "id": "ANVIL", "level": 3 }, { "id": "HAMMER", "level": 3 }, { "id": "CHISEL", "level": 3 } ], + "tools": [ [ [ "metalworking_tongs_any", 1, "LIST" ] ] ], + "//": "Specifically avoids blacksmithing requirement groups so that it's craftable without itself - substitutes metal fileset for metalworking chisel.", + "components": [ [ [ "scrap_bronze", 2 ] ] ] + }, { "type": "recipe", "activity_level": "LIGHT_EXERCISE",