summaryrefslogtreecommitdiff
path: root/json/items/armor/holster.json
blob: 0cd20115e314a1a0452f7544e3f2fa17aaf586a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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."
  }
]