summaryrefslogtreecommitdiff
path: root/json/items/armor/cloaks.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/items/armor/cloaks.json')
-rw-r--r--json/items/armor/cloaks.json12
1 files changed, 9 insertions, 3 deletions
diff --git a/json/items/armor/cloaks.json b/json/items/armor/cloaks.json
index a8fd335..7ee8e5a 100644
--- a/json/items/armor/cloaks.json
+++ b/json/items/armor/cloaks.json
@@ -13,10 +13,16 @@
"material": [ "cotton", "kevlar" ],
"symbol": "[",
"color": "brown",
- "covers": [ "torso", "arms", "legs" ],
+ "covers": [ "torso", "arm_l", "arm_r", "leg_l", "leg_r" ],
"coverage": 65,
- "encumbrance": 2,
- "storage": "9 L",
+ "pocket_data": [
+ { "pocket_type": "CONTAINER", "max_contains_volume": "1500 ml", "max_contains_weight": "4 kg", "moves": 80 },
+ { "pocket_type": "CONTAINER", "max_contains_volume": "1500 ml", "max_contains_weight": "4 kg", "moves": 80 },
+ { "pocket_type": "CONTAINER", "max_contains_volume": "1 L", "max_contains_weight": "2 kg", "moves": 80 },
+ { "pocket_type": "CONTAINER", "max_contains_volume": "1 L", "max_contains_weight": "2 kg", "moves": 80 },
+ { "pocket_type": "CONTAINER", "max_contains_volume": "500 ml", "max_contains_weight": "1 kg", "moves": 120 },
+ { "pocket_type": "CONTAINER", "max_contains_volume": "500 ml", "max_contains_weight": "1 kg", "moves": 120 }
+ ],
"warmth": 10,
"material_thickness": 3,
"valid_mods": [ "steel_padded", "alloy_padded" ],