summaryrefslogtreecommitdiff
path: root/json/items/armor/holster.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/items/armor/holster.json')
-rw-r--r--json/items/armor/holster.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/json/items/armor/holster.json b/json/items/armor/holster.json
new file mode 100644
index 0000000..0cd2011
--- /dev/null
+++ b/json/items/armor/holster.json
@@ -0,0 +1,23 @@
+[
+ {
+ "id": "XL_holster",
+ "copy-from": "XL_holster",
+ "type": "ARMOR",
+ "name": { "str": "large holster" },
+ "rigid": false,
+ "encumbrance": 1,
+ "max_encumbrance": 4,
+ "//": "Reduce the encumbrance when empty."
+ },
+ {
+ "id": "survivor_vest",
+ "copy-from": "survivor_vest",
+ "type": "ARMOR",
+ "name": { "str": "survivor harness" },
+ "rigid": false,
+ "storage": "4500 ml",
+ "encumbrance": 1,
+ "max_encumbrance": 4,
+ "//": "Reduce the encumbrance when empty."
+ }
+]