summaryrefslogtreecommitdiff
path: root/json/items/armor/holster.json
blob: f54aeba1241c8aa0da4b3866fb7584eff3827127 (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": "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": 1,
    "max_encumbrance": 4,
    "//": "Reduce the encumbrance when empty."
  }
]