From 50a431ba8eb4084a63b56b8c58e1ee365c7434ca Mon Sep 17 00:00:00 2001 From: Faalagorn Date: Sat, 16 Apr 2022 13:46:47 +0200 Subject: [PATCH 1/3] Add new scythes plurals --- data/json/items/tool/landscaping.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/json/items/tool/landscaping.json b/data/json/items/tool/landscaping.json index 306a25a6f9d9b..24b2609f6e795 100644 --- a/data/json/items/tool/landscaping.json +++ b/data/json/items/tool/landscaping.json @@ -135,7 +135,7 @@ "type": "GENERIC", "symbol": "/", "color": "light_gray", - "name": { "str_sp": "scythe" }, + "name": { "str": "scythe" }, "description": "This is a dull, cheaply-made replica of an old-fashioned farming tool used to cut tall grass.", "proportional": { "bashing": 1.8, "cutting": 0.064 }, "delete": { "flags": [ "DURABLE_MELEE" ] }, @@ -151,7 +151,7 @@ "repairs_like": "makeshift_scythe_war", "symbol": "/", "color": "light_gray", - "name": { "str_sp": "grim reaper's scythe" }, + "name": { "str": "grim reaper's scythe" }, "description": "This is a long and crooked tool used to reap souls, with a skull engraved in its blade. Let the harvest begin.", "weight": "2721 g", "volume": "3550 ml", From 51058ca4fc86f4abde81e1a19eab212d3e936597 Mon Sep 17 00:00:00 2001 From: Faalagorn Date: Sat, 16 Apr 2022 14:06:25 +0200 Subject: [PATCH 2/3] Update torso_clothes.json --- data/json/items/armor/torso_clothes.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/json/items/armor/torso_clothes.json b/data/json/items/armor/torso_clothes.json index 84b56c1fe73f0..8f5dde301d007 100644 --- a/data/json/items/armor/torso_clothes.json +++ b/data/json/items/armor/torso_clothes.json @@ -57,7 +57,7 @@ "id": "bee_dress", "repairs_like": "dress", "type": "ARMOR", - "name": { "str_sp": "bee dress" }, + "name": { "str": "bee dress", "str_pl": "bee dresses" }, "description": "A short black and yellow dress, reminiscent of a bee. It includes bee wings, a hood, and a pair of antenna.", "weight": "739 g", "volume": "4000 ml", @@ -169,7 +169,7 @@ "id": "cheerleader_top", "repairs_like": "tank_top", "type": "ARMOR", - "name": { "str_sp": "cheerleader top" }, + "name": { "str": "cheerleader tank top" }, "description": "A red cheerleader tank top. It has the words \"Cheers.\" printed on its front.", "weight": "120 g", "volume": "250 ml", @@ -188,7 +188,7 @@ "id": "cheerleader_top_short", "repairs_like": "tank_top", "type": "ARMOR", - "name": { "str_sp": "short cheerleader top" }, + "name": { "str": "short cheerleader tank top" }, "description": "A red and short cheerleader tank top. It has the words \"Cheers.\" printed on its front.", "weight": "100 g", "volume": "250 ml", From e71917b2f390ec09bf65485b3a825876ca52c6d4 Mon Sep 17 00:00:00 2001 From: Binrui Dong Date: Thu, 21 Apr 2022 12:22:03 +0800 Subject: [PATCH 3/3] Updated data/json/items/armor/torso_clothes.json --- data/json/items/armor/torso_clothes.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/json/items/armor/torso_clothes.json b/data/json/items/armor/torso_clothes.json index 8b86a0fed3d47..f0e4cc98e2fa0 100644 --- a/data/json/items/armor/torso_clothes.json +++ b/data/json/items/armor/torso_clothes.json @@ -169,7 +169,7 @@ "id": "cheerleader_top", "repairs_like": "tank_top", "type": "ARMOR", - "name": { "str": "cheerleader top" }, + "name": { "str": "cheerleader tank top" }, "description": "A red cheerleader tank top. It has the words \"Cheers\" printed on its front.", "weight": "120 g", "volume": "250 ml", @@ -188,7 +188,7 @@ "id": "cheerleader_top_short", "repairs_like": "tank_top", "type": "ARMOR", - "name": { "str_sp": "short cheerleader top" }, + "name": { "str": "short cheerleader tank top" }, "description": "A red and short cheerleader tank top. It has the words \"Cheers\" printed on its front.", "weight": "100 g", "volume": "250 ml",