summaryrefslogtreecommitdiff
path: root/json/items/armor/holster.json
blob: bb28056b1e97346ce028711a61b995677711ce7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
[
  {
    "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": "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,
    "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",
    "copy-from": "shoulder_holster",
    "type": "ARMOR",
    "name": { "str": "shoulder holster" },
    "encumbrance": 1,
    "max_encumbrance": 2
  },
  {
    "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."
  },
  {
    "id": "XL_holster",
    "copy-from": "XL_holster",
    "type": "ARMOR",
    "name": { "str": "large holster" },
    "rigid": false,
    "encumbrance": 2,
    "max_encumbrance": 7,
    "//": "Reduce the encumbrance when empty."
  }
]