Skip to content

Commit

Permalink
Merge pull request #24223 from Dirtbug/fix
Browse files Browse the repository at this point in the history
Add a recipe for boy shorts
  • Loading branch information
Rivet-the-Zombie authored Jul 7, 2018
2 parents d5c16a6 + f1ad373 commit 2ccd3b8
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 2ccd3b8

Please sign in to comment.