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.json20
1 files changed, 18 insertions, 2 deletions
diff --git a/json/items/armor/holster.json b/json/items/armor/holster.json
index b97773b..bb28056 100644
--- a/json/items/armor/holster.json
+++ b/json/items/armor/holster.json
@@ -41,12 +41,28 @@
},
{
"id": "bholster",
- "copy-from": "bholster",
+ "copy-from": "holster",
"type": "ARMOR",
"name": { "str": "deep concealment holster" },
+ "description": "An elastic band with numerous provisions for concealing a small pistol close to the body. It is awkward to use without practice. Activate to holster/draw a gun.",
+ "weight": "90 g",
+ "volume": "250 ml",
+ "price": "30 USD",
+ "price_postapoc": "5 USD",
+ "material": [ "nylon" ],
"covers": [ "leg_either" ],
"encumbrance": 1,
- "max_encumbrance": 3
+ "max_encumbrance": 3,
+ "use_action": {
+ "type": "holster",
+ "min_volume": "100 ml",
+ "max_volume": "500 ml",
+ "max_weight": "1500 g",
+ "draw_cost": 210,
+ "skills": [ "pistol" ]
+ },
+ "valid_mods": [ "resized_large" ],
+ "flags": [ "SKINTIGHT", "COMPACT", "WATER_FRIENDLY" ]
},
{
"id": "shoulder_holster",