Skip to content

Commit

Permalink
Add a recipe for boy shorts
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Dirtbug committed Jul 7, 2018
1 parent c473914 commit f1ad373
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions data/json/recipes/armor/legs.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f1ad373

Please sign in to comment.