Skip to content

Commit

Permalink
fix: fix naming conventions for mag pouches, remove redundant plural (c…
Browse files Browse the repository at this point in the history
…ataclysmbnteam#3788)

* fix(bugfixes): fix naming conventions for mag pouches

* Update ammo_pouch.json
  • Loading branch information
chaosvolt authored Nov 30, 2023
1 parent d7e62b5 commit ca6e177
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions data/json/items/armor/ammo_pouch.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"id": "ammo_pouch",
"type": "ARMOR",
"name": { "str": "ammo satchel", "str_pl": "ammo stachels" },
"name": { "str": "ammo satchel" },
"description": "A small pouch that can be used to store most types of small ammunition, rockets will not fit. Activate to store ammunition.",
"weight": "490 g",
"rigid": false,
Expand Down Expand Up @@ -77,7 +77,7 @@
{
"id": "ammo_satchel",
"type": "ARMOR",
"name": { "str": "ammo satchel" },
"name": { "str": "magazine satchel" },
"description": "A fabric ammo bag worn at the waist which is capable of holding a single magazine or speedloader close at hand, of nearly any size.",
"weight": "180 g",
"volume": "500 ml",
Expand Down Expand Up @@ -105,7 +105,7 @@
{
"id": "chestpouch",
"type": "ARMOR",
"name": { "str": "chest ammo pouch", "str_pl": "chest ammo pouches" },
"name": { "str": "chest magazine pouch", "str_pl": "chest magazine pouches" },
"description": "A fabric ammo pouch that can be strapped to your chest which is capable of holding a single magazine or speedloader close at hand.",
"weight": "140 g",
"volume": "250 ml",
Expand Down Expand Up @@ -191,7 +191,7 @@
{
"id": "legpouch",
"type": "ARMOR",
"name": { "str": "ankle ammo pouch", "str_pl": "ankle ammo pouches" },
"name": { "str": "ankle magazine pouch", "str_pl": "ankle magazine pouches" },
"description": "A small fabric ammo pouch that can be strapped to your ankle which is capable of holding a single small magazine or speedloader close at hand.",
"volume": "250 ml",
"weight": "60 g",
Expand Down Expand Up @@ -219,7 +219,7 @@
{
"type": "ARMOR",
"id": "legpouch_large",
"name": { "str": "leg ammo pouch", "str_pl": "leg ammo pouches" },
"name": { "str": "leg magazine pouch", "str_pl": "leg magazine pouches" },
"description": "A fabric ammo pouch that can be strapped to your leg and capable of holding two magazine close at hand.",
"weight": "120 g",
"volume": "250 ml",
Expand Down Expand Up @@ -561,7 +561,7 @@
{
"id": "ammo_satchel_leg",
"type": "ARMOR",
"name": { "str": "leg ammo satchel", "str_pl": "leg ammo satchels" },
"name": { "str": "leg ammo satchel" },
"description": "A small pouch wrapped around the leg that can be used to store most types of small ammunition, rockets will not fit. Activate to store ammunition.",
"weight": "248 g",
"rigid": false,
Expand Down

0 comments on commit ca6e177

Please sign in to comment.