Skip to content

Commit

Permalink
Update tool.json to include missing recipe for bronze fileset (#71881)
Browse files Browse the repository at this point in the history
* Update tool.json to include missing recipe for bronze fileset

Bronze fileset was in the game but missing a recipe

* 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>

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
Consoleable and github-actions[bot] authored Feb 21, 2024
1 parent 47792ff commit 790af48
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions data/json/recipes/tools/tool.json
Original file line number Diff line number Diff line change
Expand Up @@ -1237,6 +1237,27 @@
"//": "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",
Expand Down

0 comments on commit 790af48

Please sign in to comment.