Skip to content

Commit

Permalink
fix: set repairs_with for steel ballistic plates (CleverRaven#60428)
Browse files Browse the repository at this point in the history
also hunting knife, one used to be able to repair & reinforce it with
leather
  • Loading branch information
casswedson authored and Hirmuolio committed Aug 27, 2022
1 parent e11a3b7 commit f9fb17d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data/json/items/armor/ballistic_armor.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@
"longest_side": "30 cm",
"price_postapoc": "1 USD",
"material": [ "qt_steel", "nylon" ],
"repairs_with": [ "qt_steel" ],
"symbol": ",",
"color": "dark_gray",
"material_thickness": 3,
Expand Down Expand Up @@ -195,6 +196,7 @@
"price": "600 USD",
"price_postapoc": "1 USD",
"material": [ "qt_steel", "nylon" ],
"repairs_with": [ "qt_steel" ],
"symbol": ",",
"color": "dark_gray",
"material_thickness": 6.35,
Expand Down
1 change: 1 addition & 0 deletions data/json/items/melee/swords_and_blades.json
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@
"to_hit": { "grip": "weapon", "length": "hand", "surface": "point", "balance": "good" },
"cutting": 16,
"material": [ "steel", "leather" ],
"repairs_with": [ "steel" ],
"symbol": "/",
"color": "dark_gray",
"qualities": [ [ "CUT", 2 ], [ "CUT_FINE", 1 ], [ "BUTCHER", 30 ] ],
Expand Down

0 comments on commit f9fb17d

Please sign in to comment.