Skip to content

Commit

Permalink
update to have 2 pockets
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeBandit committed May 6, 2020
1 parent 42b150c commit 47b2754
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion data/json/items/armor/storage.json
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +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_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 47b2754

Please sign in to comment.