From a52173d7269080b6061eae3341a289f1b597054a Mon Sep 17 00:00:00 2001 From: AsterAdelfa <44351888+AsterAdelfa@users.noreply.github.com> Date: Thu, 21 Apr 2022 10:12:25 -0800 Subject: [PATCH 1/2] #56960 adding a furrier proficiency to wsurvivor Fixing issue from #56960 to add a proficiency (furrier) to something that uses fur in order to craft. --- data/json/recipes/armor/head.json | 1 + 1 file changed, 1 insertion(+) diff --git a/data/json/recipes/armor/head.json b/data/json/recipes/armor/head.json index 96912043b10b6..63cf542ca7f08 100644 --- a/data/json/recipes/armor/head.json +++ b/data/json/recipes/armor/head.json @@ -1214,6 +1214,7 @@ [ [ "duct_tape", 100 ] ] ], "proficiencies": [ + { "proficiency": "prof_millinery" }, { "proficiency": "prof_millinery" }, { "proficiency": "prof_leatherworking_basic" }, { "proficiency": "prof_plasticworking" }, From bbf2868d5ef3359c06881ec3a86604bda07b4959 Mon Sep 17 00:00:00 2001 From: AsterAdelfa <44351888+AsterAdelfa@users.noreply.github.com> Date: Thu, 21 Apr 2022 10:28:08 -0800 Subject: [PATCH 2/2] adding furriery proficiency #56960 adding furriery proficiency to wsurvivor hood as it uses fur in its recipe. --- data/json/recipes/armor/head.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/recipes/armor/head.json b/data/json/recipes/armor/head.json index 63cf542ca7f08..ee12a58c102f3 100644 --- a/data/json/recipes/armor/head.json +++ b/data/json/recipes/armor/head.json @@ -1214,7 +1214,7 @@ [ [ "duct_tape", 100 ] ] ], "proficiencies": [ - { "proficiency": "prof_millinery" }, + { "proficiency": "prof_furriery" }, { "proficiency": "prof_millinery" }, { "proficiency": "prof_leatherworking_basic" }, { "proficiency": "prof_plasticworking" },