From f1ad37334b733eb3d7f6af269d0ad9d6837d113f Mon Sep 17 00:00:00 2001 From: Diva <38131382+Dirtbug@users.noreply.github.com> Date: Fri, 6 Jul 2018 22:50:15 -0700 Subject: [PATCH] Add a recipe for boy shorts Added a recipe for boy shorts since there wasn't one before. It's the same requirements as boxer briefs since they're pretty much the same thing. --- data/json/recipes/armor/legs.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/data/json/recipes/armor/legs.json b/data/json/recipes/armor/legs.json index bbdbf58e860d4..957c7792e88a2 100644 --- a/data/json/recipes/armor/legs.json +++ b/data/json/recipes/armor/legs.json @@ -29,6 +29,20 @@ "using": [ [ "filament", 15 ] ], "qualities": [ { "id": "SEW", "level": 1 } ], "components": [ [ [ "rag", 3 ] ] ] + }, + { + "result": "boy_shorts", + "type": "recipe", + "category": "CC_ARMOR", + "subcategory": "CSC_ARMOR_LEGS", + "skill_used": "tailor", + "difficulty": 2, + "time": 30000, + "autolearn": true, + "book_learn": [ [ "mag_tailor", 1 ], [ "manual_tailor", 1 ] ], + "using": [ [ "filament", 15 ] ], + "qualities": [ { "id": "SEW", "level": 1 } ], + "components": [ [ [ "rag", 3 ] ] ] }, { "result": "boxer_briefs",