From f4672d1647360cc3e207c02570eb782961cab919 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 5 Jun 2024 12:22:06 -0700 Subject: Rename and rephrase hand grenade pouch to be more clear what it is. --- json/items/armor/bandolier.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'json') 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", -- cgit v1.2.1