Skip to content

Commit

Permalink
Added buckles to belts. Changed recipies to include buckle. (#48946)
Browse files Browse the repository at this point in the history
  • Loading branch information
faefux authored Jun 2, 2021
1 parent 29edc95 commit cb88af7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion data/json/items/armor/belts.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"price": 9000,
"price_postapoc": 250,
"bashing": 5,
"material": [ "leather" ],
"material": [ "leather", "steel" ],
"symbol": "[",
"color": "brown",
"covers": [ "torso" ],
Expand Down
2 changes: 1 addition & 1 deletion data/json/recipes/recipe_deconstruction.json
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@
"time": "1 m",
"activity_level": "NO_EXERCISE",
"qualities": [ { "id": "CUT", "level": 1 } ],
"components": [ [ [ "leather", 1 ] ] ]
"components": [ [ [ "leather", 1 ] ], [ [ "buckle_steel", 1 ] ] ]
},
{
"result": "leather_cat_ears",
Expand Down
10 changes: 9 additions & 1 deletion data/json/requirements/tailoring.json
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,15 @@
"id": "clasps",
"type": "requirement",
"//": "All kinds of fasteners for strapped-on objects like belts, per single strap.",
"components": [ [ [ "button", 1, "LIST" ], [ "snapfastener_steel", 2 ], [ "touch_fastener", 2 ], [ "string_6", 2 ] ] ]
"components": [
[
[ "button", 1, "LIST" ],
[ "snapfastener_steel", 2 ],
[ "buckle_steel", 1 ],
[ "touch_fastener", 2 ],
[ "string_6", 2 ]
]
]
},
{
"id": "plastic_molding",
Expand Down

0 comments on commit cb88af7

Please sign in to comment.