From 2beab239afa64acfe8ecc9971ae739e87e8c393b Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sun, 18 Apr 2021 01:53:41 -0700 Subject: Fix Armour pluralizations --- .../Items/Armor_Set/Infused/v_bloodinfusedset.json | 6 +++--- .../Modification_Files/Items/Armor_Set/Normal/v_bloodset.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/vamp_stuff/Modification_Files/Items/Armor_Set/Infused/v_bloodinfusedset.json b/vamp_stuff/Modification_Files/Items/Armor_Set/Infused/v_bloodinfusedset.json index 952f14b..edc3966 100644 --- a/vamp_stuff/Modification_Files/Items/Armor_Set/Infused/v_bloodinfusedset.json +++ b/vamp_stuff/Modification_Files/Items/Armor_Set/Infused/v_bloodinfusedset.json @@ -27,7 +27,7 @@ "id": "bloodinfused_survivorpants", "type": "ARMOR", "category": "armor", - "name": { "str": "blood infused survivor cargo pants" }, + "name": { "str": "blood infused survivor cargo pants", "str_pl": "blood infused survivor cargo pants" }, "description": "A pair of pants consisting of leather, kevlar and blood compact sheet, pouches and pockets are covered with excess materials for better protection. It is comfortable and warm.", "weight": "2200 g", "volume": "3 L", @@ -70,7 +70,7 @@ "id": "bloodinfused_survivorgloves", "type": "ARMOR", "category": "armor", - "name": { "str": "pair of blood infused survivor gloves" }, + "name": { "str": "pair of blood infused survivor gloves", "str_pl": "pairs of blood infused survivor gloves" }, "description": "Customized pair of kevlar, leather and blood sheet compact gloves. It provides protection in extreme situations.", "weight": "315 g", "volume": "500 ml", @@ -91,7 +91,7 @@ "id": "bloodinfused_survivorboots", "type": "ARMOR", "category": "armor", - "name": { "str": "pair of blood infused survivor boots" }, + "name": { "str": "pair of blood infused survivor boots", "str_pl": "pairs of blood infused survivor boots" }, "description": "Kevlar, leather and blood compact sheets arranged into the boots, granting maximum damage protection against all odds.", "weight": "1430 g", "volume": "2500 ml", diff --git a/vamp_stuff/Modification_Files/Items/Armor_Set/Normal/v_bloodset.json b/vamp_stuff/Modification_Files/Items/Armor_Set/Normal/v_bloodset.json index e4119e9..87e5860 100644 --- a/vamp_stuff/Modification_Files/Items/Armor_Set/Normal/v_bloodset.json +++ b/vamp_stuff/Modification_Files/Items/Armor_Set/Normal/v_bloodset.json @@ -69,7 +69,7 @@ "id": "blood_gloves", "type": "ARMOR", "category": "armor", - "name": { "str": "pair of blood leather gloves" }, + "name": { "str": "pair of blood leather gloves", "str_pl": "pairs of blood leather gloves" }, "description": "A combination of blood compact sheets and leather. This pair of velvet gloves offer great protection against environment.", "weight": "230 g", "volume": "500 ml", @@ -90,7 +90,7 @@ "id": "blood_pants", "type": "ARMOR", "category": "armor", - "name": { "str": "blood leather pants" }, + "name": { "str": "blood leather pants", "str_pl": "blood leather pants" }, "description": "A pair of pants created from leather and blood compact sheets. Offers decent protection.", "weight": "1920 g", "volume": "2250 ml", @@ -110,7 +110,7 @@ "id": "blood_boots", "type": "ARMOR", "category": "armor", - "name": { "str": "pair of blood leather boots" }, + "name": { "str": "pair of blood leather boots", "str_pl": "pairs of blood leather boots" }, "description": "Pair of boots made from tough leather and blood compact sheets. It's a great choice for rough journeys.", "weight": "1030 g", "volume": "2500 ml", -- cgit v1.2.1