Skip to content

Commit

Permalink
Allow some unarmed weapons to be worn
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeBandit committed Jun 12, 2020
1 parent 04dd319 commit dfa2402
Showing 1 changed file with 24 additions and 8 deletions.
32 changes: 24 additions & 8 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,10 +27,14 @@
"weight": "300 g",
"bashing": 2,
"price_postapoc": 250,
"flags": [ "UNARMED_WEAPON", "DURABLE_MELEE", "NONCONDUCTIVE" ]
"flags": [ "UNARMED_WEAPON", "DURABLE_MELEE", "NONCONDUCTIVE", "OUTER" ],
"covers": [ "HANDS" ],
"coverage": 50,
"encumbrance": 5,
"material_thickness": 1
},
{
"type": "GENERIC",
"type": "ARMOR",
"id": "knuckle_brass",
"symbol": "3",
"color": "yellow",
Expand All @@ -42,7 +46,11 @@
"volume": "250 ml",
"bashing": 4,
"price_postapoc": 250,
"flags": [ "UNARMED_WEAPON", "DURABLE_MELEE" ]
"flags": [ "UNARMED_WEAPON", "DURABLE_MELEE", "OUTER" ],
"covers": [ "HANDS" ],
"coverage": 20,
"encumbrance": 10,
"material_thickness": 3
},
{
"type": "GENERIC",
Expand All @@ -62,7 +70,7 @@
"techniques": [ "WBLOCK_1" ]
},
{
"type": "GENERIC",
"type": "ARMOR",
"id": "knuckle_nail",
"symbol": "]",
"color": "brown",
Expand All @@ -74,10 +82,14 @@
"bashing": 2,
"cutting": 3,
"price_postapoc": 50,
"flags": [ "UNARMED_WEAPON", "STAB" ]
"flags": [ "UNARMED_WEAPON", "STAB", "OUTER" ],
"covers": [ "HANDS" ],
"coverage": 30,
"encumbrance": 10,
"material_thickness": 2
},
{
"type": "GENERIC",
"type": "ARMOR",
"id": "knuckle_steel",
"symbol": "3",
"color": "dark_gray",
Expand All @@ -89,7 +101,11 @@
"bashing": 4,
"price_postapoc": 50,
"qualities": [ [ "HAMMER", 1 ] ],
"flags": [ "UNARMED_WEAPON" ]
"flags": [ "UNARMED_WEAPON", "OUTER" ],
"covers": [ "HANDS" ],
"coverage": 30,
"encumbrance": 5,
"material_thickness": 2
},
{
"type": "GENERIC",
Expand Down

0 comments on commit dfa2402

Please sign in to comment.