Skip to content

Commit

Permalink
Remove quenching proficiency requirement for working with already tem…
Browse files Browse the repository at this point in the history
…pered parts
  • Loading branch information
Kribylet committed Nov 13, 2024
1 parent 08b3e9e commit 5b90962
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/json/recipes/armor/head.json
Original file line number Diff line number Diff line change
Expand Up @@ -3794,7 +3794,7 @@
"book_learn": [ [ "textbook_armwest", 6 ], [ "textbook_weparabic", 6 ] ],
"using": [ [ "chainmail_standard", 2 ] ],
"components": [ [ [ "qt_link_sheet", 2 ] ], [ [ "qt_chain_link", 30 ] ], [ [ "qt_wire", 1 ] ], [ [ "cotton_patchwork", 3 ] ] ],
"proficiencies": [ { "proficiency": "prof_chain_armour" }, { "proficiency": "prof_quenching" } ]
"proficiencies": [ { "proficiency": "prof_chain_armour" } ]
},
{
"result": "xl_qt_chainmail_face",
Expand Down Expand Up @@ -3939,7 +3939,7 @@
"book_learn": [ [ "textbook_armwest", 6 ], [ "textbook_weparabic", 6 ] ],
"using": [ [ "chainmail_standard", 2 ] ],
"components": [ [ [ "qt_link_sheet", 2 ] ], [ [ "qt_chain_link", 40 ] ], [ [ "qt_wire", 1 ] ], [ [ "cotton_patchwork", 3 ] ] ],
"proficiencies": [ { "proficiency": "prof_chain_armour" }, { "proficiency": "prof_quenching" } ]
"proficiencies": [ { "proficiency": "prof_chain_armour" } ]
},
{
"result": "xl_qt_chainmail_aventail",
Expand Down

0 comments on commit 5b90962

Please sign in to comment.