From 42b150cfe34f841847ccd4aeba6f9a3ea14e7e27 Mon Sep 17 00:00:00 2001 From: CodeBandit <63547126+CodeBandit@users.noreply.github.com> Date: Tue, 5 May 2020 19:21:02 -0400 Subject: [PATCH] Add pocket to drop leg pouch --- data/json/items/armor/storage.json | 1 + 1 file changed, 1 insertion(+) diff --git a/data/json/items/armor/storage.json b/data/json/items/armor/storage.json index f1d523edcf192..fc790e7c1ecc0 100644 --- a/data/json/items/armor/storage.json +++ b/data/json/items/armor/storage.json @@ -515,6 +515,7 @@ "covers": [ "LEGS" ], "coverage": 20, "encumbrance": 5, + "pocket_data": [ { "pocket_type": "CONTAINER", "max_contains_volume": "2250 ml", "max_contains_weight": "2 kg", "moves": 200 } ], "material_thickness": 2, "flags": [ "VARSIZE", "WATER_FRIENDLY", "BELTED" ] },