Skip to content

Commit

Permalink
Update hooded hard hat recipe (#48285)
Browse files Browse the repository at this point in the history
* 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.

* Bump duration to 5 minutes.

Co-authored-by: Kevin Granade <[email protected]>
  • Loading branch information
Someoneman and kevingranade authored Apr 6, 2021
1 parent fb1d0ad commit fe6e50c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions data/json/recipes/armor/head.json
Original file line number Diff line number Diff line change
Expand Up @@ -394,11 +394,10 @@
"category": "CC_ARMOR",
"subcategory": "CSC_ARMOR_HEAD",
"skill_used": "tailor",
"time": "2 h",
"time": "5 m",
"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",
Expand Down

0 comments on commit fe6e50c

Please sign in to comment.