From 5122dd78cedd4e075350af543e70c841e3d5ee33 Mon Sep 17 00:00:00 2001 From: Someoneman <28507409+Someoneman@users.noreply.github.com> Date: Tue, 30 Mar 2021 21:38:35 -0400 Subject: [PATCH 1/2] Update hooded hard hat recipe The recipe for the hooded hard hat takes two hours and requires plastic working proficiency, which makes no sense since it's just putting some cloth inside the hat. Presumably, someone misread the components list and assumed that you were actually making a plastic hard hat from scratch instead of using a pre-made one. I removed the proficiency requirement and shortened the craft time to 30 seconds to more accurately reflect the actual process of putting some rags inside a helmet. --- data/json/recipes/armor/head.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/data/json/recipes/armor/head.json b/data/json/recipes/armor/head.json index 14c5f50085d90..4665d65608cd5 100644 --- a/data/json/recipes/armor/head.json +++ b/data/json/recipes/armor/head.json @@ -394,11 +394,10 @@ "category": "CC_ARMOR", "subcategory": "CSC_ARMOR_HEAD", "skill_used": "tailor", - "time": "2 h", + "time": "30 s", "reversible": true, "autolearn": true, - "components": [ [ [ "rag", 2 ], [ "bandana", 1 ] ], [ [ "hat_hard", 1 ] ] ], - "proficiencies": [ { "proficiency": "prof_plasticworking" } ] + "components": [ [ [ "rag", 2 ], [ "bandana", 1 ] ], [ [ "hat_hard", 1 ] ] ] }, { "result": "hat_hunting", From d07950db91024b9b089dcf05c2c7346cbb7c8f48 Mon Sep 17 00:00:00 2001 From: Kevin Granade Date: Mon, 5 Apr 2021 19:15:06 -0700 Subject: [PATCH 2/2] Update data/json/recipes/armor/head.json --- 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 4665d65608cd5..8e6c5c7b22f32 100644 --- a/data/json/recipes/armor/head.json +++ b/data/json/recipes/armor/head.json @@ -394,7 +394,7 @@ "category": "CC_ARMOR", "subcategory": "CSC_ARMOR_HEAD", "skill_used": "tailor", - "time": "30 s", + "time": "5 m", "reversible": true, "autolearn": true, "components": [ [ [ "rag", 2 ], [ "bandana", 1 ] ], [ [ "hat_hard", 1 ] ] ]