Skip to content

Commit

Permalink
Merge pull request #40219 from CodeBandit/Drop-leg-pouch
Browse files Browse the repository at this point in the history
Add pocket to drop leg pouch
  • Loading branch information
Rivet-the-Zombie authored May 6, 2020
2 parents 0da8625 + 47b2754 commit afd8407
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions data/json/items/armor/storage.json
Original file line number Diff line number Diff line change
Expand Up @@ -515,6 +515,10 @@
"covers": [ "LEGS" ],
"coverage": 20,
"encumbrance": 5,
"pocket_data": [
{ "pocket_type": "CONTAINER", "max_contains_volume": "2250 ml", "max_contains_weight": "2 kg", "moves": 200 },
{ "pocket_type": "CONTAINER", "max_contains_volume": "2250 ml", "max_contains_weight": "2 kg", "moves": 200 }
],
"material_thickness": 2,
"flags": [ "VARSIZE", "WATER_FRIENDLY", "BELTED" ]
},
Expand Down

0 comments on commit afd8407

Please sign in to comment.