diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-10-22 09:19:16 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-10-22 09:19:16 -0700 |
commit | 4f20b4e4eabe62c6423d6177eaa26862833ce67c (patch) | |
tree | 5d57baebd3d4afe50e6234f250296cd8be601c65 /json/items/armor | |
parent | Add names else errors occur (diff) | |
download | cataclysm-dda-mod_mbr-vests-return-4f20b4e4eabe62c6423d6177eaa26862833ce67c.tar.xz |
Update for the removal of the armor category.
Diffstat (limited to 'json/items/armor')
-rw-r--r-- | json/items/armor/modularvest.json | 5 |
1 files changed, 0 insertions, 5 deletions
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 |