Skip to content

Commit

Permalink
Allow cestus to be worn
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeBandit committed Jun 13, 2020
1 parent 04dd319 commit 12959a8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions data/json/items/melee/unarmed_weapons.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"qualities": [ [ "CUT", 1 ], [ "BUTCHER", 14 ] ]
},
{
"type": "GENERIC",
"type": "ARMOR",
"id": "cestus",
"symbol": "3",
"color": "light_gray",
Expand All @@ -27,7 +27,11 @@
"weight": "300 g",
"bashing": 2,
"price_postapoc": 250,
"flags": [ "UNARMED_WEAPON", "DURABLE_MELEE", "NONCONDUCTIVE" ]
"flags": [ "UNARMED_WEAPON", "DURABLE_MELEE", "NONCONDUCTIVE" ],
"covers": [ "HANDS" ],
"coverage": 50,
"encumbrance": 5,
"material_thickness": 1
},
{
"type": "GENERIC",
Expand Down

0 comments on commit 12959a8

Please sign in to comment.