diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-03-12 01:41:42 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-03-12 01:41:42 -0700 |
commit | 2d174ce5d21d22b1de92543db476609b4c667004 (patch) | |
tree | 291eba6528f1de7524623bb8deb16fb0b2818900 /json/items | |
parent | Fix hand grenade pouch lacking explicit encumbrance values. (diff) | |
download | cataclysm-bn-mod_armor-rebalance-2d174ce5d21d22b1de92543db476609b4c667004.tar.xz |
Add item note for grenade pouch.
Diffstat (limited to 'json/items')
-rw-r--r-- | json/items/armor/bandolier.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/json/items/armor/bandolier.json b/json/items/armor/bandolier.json index 20d061a..955dd1e 100644 --- a/json/items/armor/bandolier.json +++ b/json/items/armor/bandolier.json @@ -44,6 +44,7 @@ "valid_mods": [ "resized_large" ], "flags": [ "WATER_FRIENDLY", "BELTED", "COMPACT" ], "//": "I don't agree with making this a leg pouch. Revert to torso. And overwrite to prevent it sometimes being sided.", - "//2": "Also reduce the minimum stored item volume to facilitate items with less lazily rounded volumes." + "//2": "Also reduce the minimum stored item volume to facilitate items with less lazily rounded volumes.", + "//3": "Add encumbrance values to prevent it falling back to the engine default of 0-8." } ] |