From 4f20b4e4eabe62c6423d6177eaa26862833ce67c Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 22 Oct 2021 09:19:16 -0700 Subject: Update for the removal of the armor category. --- json/items/armor/modularvest.json | 5 ----- 1 file changed, 5 deletions(-) (limited to 'json') diff --git a/json/items/armor/modularvest.json b/json/items/armor/modularvest.json index 950687c..a4d6ead 100644 --- a/json/items/armor/modularvest.json +++ b/json/items/armor/modularvest.json @@ -3,7 +3,6 @@ "id": "modularvest", "type": "ARMOR", "copy-from": "modularvest", - "category": "armor", "name": { "str": "MBR vest (empty)", "str_pl": "MBR vests (empty)" }, "encumbrance": 8 }, @@ -11,7 +10,6 @@ "id": "modularvestceramic", "type": "ARMOR", "copy-from": "modularvestceramic", - "category": "armor", "name": { "str": "MBR vest (ceramic plates)", "str_pl": "MBR vests (ceramic plates)" }, "encumbrance": 10 }, @@ -19,7 +17,6 @@ "id": "modularvesthard", "type": "ARMOR", "copy-from": "modularvesthard", - "category": "armor", "name": { "str": "MBR vest (hard plates)", "str_pl": "MBR vests (hard plates)" }, "encumbrance": 20 }, @@ -27,7 +24,6 @@ "id": "modularveststeel", "type": "ARMOR", "copy-from": "modularveststeel", - "category": "armor", "name": { "str": "MBR vest (steel plating)", "str_pl": "MBR vests (steel plating)" }, "encumbrance": 20 }, @@ -35,7 +31,6 @@ "id": "modularvestsuper", "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