Skip to content

Commit

Permalink
Add recipe for saddlebag
Browse files Browse the repository at this point in the history
  • Loading branch information
ymber committed Dec 23, 2019
1 parent b9b3dc2 commit 9d61a78
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions data/json/recipes/armor/pets_horse.json
Expand Up @@ -164,5 +164,16 @@
"autolearn": true,
"qualities": [ { "id": "SEW", "level": 1 }, { "id": "CUT", "level": 1 } ],
"components": [ [ [ "duct_tape", 350 ] ], [ [ "bag_plastic", 70 ] ], [ [ "rag", 70 ] ] ]
},
{
"result": "saddlebag",
"type": "recipe",
"category": "CC_ANIMALS",
"subcategory": "CSC_ANIMALS_EQUINE STORAGE",
"skills_required": [ "tailor", 4 ],
"time": "120 m",
"autolearn": true,
"using": [ [ "sewing_standard", 40 ] ],
"components": [ [ [ "leather", 12 ], [ "tanned_hide", 3 ] ] ]
}
]
2 changes: 1 addition & 1 deletion data/json/recipes/recipes.json
Expand Up @@ -103,7 +103,7 @@
{
"type": "recipe_category",
"id": "CC_ANIMALS",
"recipe_subcategories": [ "CSC_ALL", "CSC_ANIMALS_CANINE ARMOR", "CSC_ANIMALS_EQUINE ARMOR" ]
"recipe_subcategories": [ "CSC_ALL", "CSC_ANIMALS_CANINE ARMOR", "CSC_ANIMALS_EQUINE ARMOR", "CSC_ANIMALS_EQUINE STORAGE" ]
},
{
"type": "recipe_category",
Expand Down

0 comments on commit 9d61a78

Please sign in to comment.