Skip to content

Commit

Permalink
Convert buckler to not inherit hand coverage from banded shield (cata…
Browse files Browse the repository at this point in the history
  • Loading branch information
chaosvolt committed Jun 5, 2023
1 parent 7710dc4 commit cfd2c06
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions data/json/items/armor/shields.json
Original file line number Diff line number Diff line change
Expand Up @@ -185,20 +185,23 @@
},
{
"id": "shield_buckler",
"copy-from": "shield_banded",
"looks_like": "shield_banded",
"type": "ARMOR",
"name": { "str": "buckler" },
"description": "A small metal shield historically used for dueling rather than protection from arrows. It's small and light enough to not hinder the use of your hands.",
"volume": "1 L",
"weight": "1400 g",
"price": "120 USD",
"price_postapoc": "10 USD",
"bashing": 8,
"material": [ "steel" ],
"to_hit": 0,
"looks_like": "shield_banded",
"symbol": "[",
"color": "blue",
"covers": [ "arm_either" ],
"coverage": 50,
"encumbrance": 10,
"material_thickness": 3,
"techniques": [ "WBLOCK_2" ],
"flags": [ "OVERSIZE", "BELTED", "ONLY_ONE", "BLOCK_WHILE_WORN", "STURDY" ]
},
{
Expand Down

0 comments on commit cfd2c06

Please sign in to comment.