From d625b7192101cf35b87a2c59ee18463cb6592c0a Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 11 May 2021 02:50:31 -0700 Subject: Add names else errors occur --- json/items/armor/modularvest.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/json/items/armor/modularvest.json b/json/items/armor/modularvest.json index e5e119e..950687c 100644 --- a/json/items/armor/modularvest.json +++ b/json/items/armor/modularvest.json @@ -4,6 +4,7 @@ "type": "ARMOR", "copy-from": "modularvest", "category": "armor", + "name": { "str": "MBR vest (empty)", "str_pl": "MBR vests (empty)" }, "encumbrance": 8 }, { @@ -11,6 +12,7 @@ "type": "ARMOR", "copy-from": "modularvestceramic", "category": "armor", + "name": { "str": "MBR vest (ceramic plates)", "str_pl": "MBR vests (ceramic plates)" }, "encumbrance": 10 }, { @@ -18,6 +20,7 @@ "type": "ARMOR", "copy-from": "modularvesthard", "category": "armor", + "name": { "str": "MBR vest (hard plates)", "str_pl": "MBR vests (hard plates)" }, "encumbrance": 20 }, { @@ -25,6 +28,7 @@ "type": "ARMOR", "copy-from": "modularveststeel", "category": "armor", + "name": { "str": "MBR vest (steel plating)", "str_pl": "MBR vests (steel plating)" }, "encumbrance": 20 }, { @@ -32,6 +36,7 @@ "type": "ARMOR", "copy-from": "modularvestsuper", "category": "armor", + "name": { "str": "MBR vest (superalloy)", "str_pl": "MBR vests (superalloy)" }, "encumbrance": 10, "material_thickness": 10 } -- cgit v1.2.1