diff options
Diffstat (limited to 'json/items/armor/belts.json')
-rw-r--r-- | json/items/armor/belts.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/json/items/armor/belts.json b/json/items/armor/belts.json new file mode 100644 index 0000000..44deab0 --- /dev/null +++ b/json/items/armor/belts.json @@ -0,0 +1,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." + }, +] |