1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
[
{
"id": "police_belt",
"copy-from": "police_belt",
"type": "ARMOR",
"name": { "str": "police duty belt" },
"rigid": false,
"encumbrance": 1,
"max_encumbrance": 6,
"//": "Reduce base encumbrance, with the old value becoming max_encumbrance when items are stored."
},
{
"id": "webbing_belt",
"copy-from": "webbing_belt",
"type": "ARMOR",
"name": { "str": "webbing belt" },
"rigid": false,
"encumbrance": 1,
"max_encumbrance": 3,
"//": "Slightly increase encumbrance when an item is stored."
},
]
|