Skip to content

Commit

Permalink
Merge pull request #27771 from darktoes/Minor-QOL
Browse files Browse the repository at this point in the history
Move small quivers to leg waist slot
  • Loading branch information
ZhilkinSerg authored Jan 22, 2019
2 parents 947e30c + 6292701 commit 7151c04
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions data/json/items/armor.json
Original file line number Diff line number Diff line change
Expand Up @@ -7330,9 +7330,9 @@
"material": [ "leather" ],
"symbol": "[",
"color": "brown",
"covers": [ "TORSO" ],
"coverage": 5,
"encumbrance": 2,
"covers": [ "LEG_EITHER" ],
"coverage": 10,
"encumbrance": 3,
"material_thickness": 1,
"use_action": { "type": "bandolier", "capacity": 20, "ammo": [ "arrow", "bolt" ], "draw_cost": 20 },
"flags": [ "WAIST", "OVERSIZE", "WATER_FRIENDLY" ]
Expand All @@ -7349,8 +7349,8 @@
"material": [ "wood" ],
"symbol": "[",
"color": "light_gray",
"covers": [ "TORSO" ],
"coverage": 5,
"covers": [ "LEG_EITHER" ],
"coverage": 10,
"encumbrance": 10,
"material_thickness": 1,
"use_action": { "type": "bandolier", "capacity": 20, "ammo": [ "arrow", "bolt" ], "draw_cost": 20 },
Expand Down

0 comments on commit 7151c04

Please sign in to comment.