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.json52
1 files changed, 50 insertions, 2 deletions
diff --git a/json/items/armor/holster.json b/json/items/armor/holster.json
index f54aeba..e7c08f1 100644
--- a/json/items/armor/holster.json
+++ b/json/items/armor/holster.json
@@ -1,5 +1,53 @@
[
{
+ "id": "back_holster",
+ "copy-from": "back_holster",
+ "type": "ARMOR",
+ "name": { "str": "back holster" },
+ "encumbrance": 3,
+ "max_encumbrance": 15
+ },
+ {
+ "id": "bootstrap",
+ "copy-from": "bootstrap",
+ "type": "ARMOR",
+ "name": { "str": "ankle holster" },
+ "encumbrance": 3,
+ "max_encumbrance": 4
+ },
+ {
+ "id": "wristholster",
+ "copy-from": "wristholster",
+ "type": "ARMOR",
+ "name": { "str": "wrist holster" },
+ "encumbrance": 3,
+ "max_encumbrance": 4
+ },
+ {
+ "id": "holster",
+ "copy-from": "holster",
+ "type": "ARMOR",
+ "name": { "str": "holster" },
+ "encumbrance": 3,
+ "max_encumbrance": 4
+ },
+ {
+ "id": "sholster",
+ "copy-from": "sholster",
+ "type": "ARMOR",
+ "name": { "str": "fast draw holster" },
+ "encumbrance": 1,
+ "max_encumbrance": 2
+ },
+ {
+ "id": "shoulder_holster",
+ "copy-from": "shoulder_holster",
+ "type": "ARMOR",
+ "name": { "str": "shoulder holster" },
+ "encumbrance": 1,
+ "max_encumbrance": 2
+ },
+ {
"id": "survivor_vest",
"copy-from": "survivor_vest",
"type": "ARMOR",
@@ -16,8 +64,8 @@
"type": "ARMOR",
"name": { "str": "large holster" },
"rigid": false,
- "encumbrance": 1,
- "max_encumbrance": 4,
+ "encumbrance": 2,
+ "max_encumbrance": 7,
"//": "Reduce the encumbrance when empty."
}
]