diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-06-05 12:22:06 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-06-05 12:22:06 -0700 |
commit | f4672d1647360cc3e207c02570eb782961cab919 (patch) | |
tree | 99c2b272f719307da27426725502b124fefc3c85 /json | |
parent | Reduce the max_volume for the throwing knife sheath. (diff) | |
download | cataclysm-bn-mod_armor-rebalance-f4672d1647360cc3e207c02570eb782961cab919.tar.xz |
Rename and rephrase hand grenade pouch to be more clear what it is.
Diffstat (limited to 'json')
-rw-r--r-- | json/items/armor/bandolier.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/json/items/armor/bandolier.json b/json/items/armor/bandolier.json index 955dd1e..a4c4b3d 100644 --- a/json/items/armor/bandolier.json +++ b/json/items/armor/bandolier.json @@ -15,8 +15,8 @@ { "id": "grenadebandolier", "type": "ARMOR", - "name": { "str": "hand grenade pouch", "str_pl": "hand grenade pouches" }, - "description": "A pouch for holding up to four full-sized grenades of various types.", + "name": { "str": "hand grenade bandolier", "str_pl": "hand grenade bandoliers" }, + "description": "A bandolier worn across the torso that has pouches for holding up to four full-sized grenades of various types.", "weight": "600 g", "volume": "1250 ml", "price": "30 USD", |