Skip to content

Commit

Permalink
update name of material as it was rename in CleverRaven#55455
Browse files Browse the repository at this point in the history
  • Loading branch information
PlutusPleion committed Feb 19, 2022
1 parent 3b052b0 commit d933c73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/json/items/armor/bespoke_armor/custom_bodysuits.json
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@
"price_postapoc": 7000,
"to_hit": -3,
"bashing": 6,
"material": [ "kevlar_layered", "tempered_steel", "leather" ],
"material": [ "kevlar_layered", "qt_steel", "leather" ],
"symbol": "[",
"looks_like": "survivor_suit",
"color": "dark_gray",
Expand All @@ -443,8 +443,8 @@
"material": [
{ "type": "leather", "covered_by_mat": 100, "thickness": 0.2 },
{ "type": "kevlar_layered", "covered_by_mat": 100, "thickness": 2 },
{ "type": "tempered_steel", "covered_by_mat": 90, "thickness": 0.6 },
{ "type": "tempered_steel", "covered_by_mat": 90, "thickness": 0.6 }
{ "type": "qt_steel", "covered_by_mat": 90, "thickness": 0.6 },
{ "type": "qt_steel", "covered_by_mat": 90, "thickness": 0.6 }
],
"covers": [ "torso", "leg_l", "leg_r", "arm_l", "arm_r" ],
"coverage": 100,
Expand Down

0 comments on commit d933c73

Please sign in to comment.