diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-03-11 22:35:41 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-03-11 22:35:41 -0700 |
commit | 1b9c5a9c7a00341fd668589c9dd1709dfe867f02 (patch) | |
tree | 6543e884884acb928f3056522a859bc47dd70da1 /json/items/armor/belts.json | |
parent | Move the new light survivor helmet back to the survivor crafting mod. (diff) | |
download | cataclysm-bn-mod_armor-rebalance-1b9c5a9c7a00341fd668589c9dd1709dfe867f02.tar.xz |
Add polo shirt, webbing belt, and police belt.
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." + }, +] |