Skip to content

Commit

Permalink
Merge pull request CleverRaven#53846 from Drew4484/Plate-armor-updates
Browse files Browse the repository at this point in the history
Update plate armor materials.
  • Loading branch information
Rivet-the-Zombie authored Jan 2, 2022
2 parents 2eb3587 + d7d5de9 commit b49f934
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/json/items/armor/suits_protection.json
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@
"price_postapoc": 12000,
"to_hit": -5,
"bashing": 8,
"material": [ "steel", "leather" ],
"material": [ { "type": "steel", "portion": 9 }, { "type": "leather", "portion": 1 } ],
"symbol": "[",
"looks_like": "armor_larmor",
"color": "light_gray",
Expand Down Expand Up @@ -303,7 +303,7 @@
"price_postapoc": 6000,
"to_hit": -5,
"bashing": 8,
"material": [ "steel", "leather" ],
"material": [ { "type": "steel", "portion": 9 }, { "type": "leather", "portion": 1 } ],
"symbol": "[",
"looks_like": "armor_lightplate",
"color": "light_gray",
Expand Down

0 comments on commit b49f934

Please sign in to comment.