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."
}
]
|