From 205b08c4ec9703270a8b6968c3345ba85554d278 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 30 Dec 2023 14:52:50 -0800 Subject: Revert some upstream changes to mbr vests. --- json/items/armor/modularvest.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/json/items/armor/modularvest.json b/json/items/armor/modularvest.json index a4d6ead..66349a0 100644 --- a/json/items/armor/modularvest.json +++ b/json/items/armor/modularvest.json @@ -11,6 +11,7 @@ "type": "ARMOR", "copy-from": "modularvestceramic", "name": { "str": "MBR vest (ceramic plates)", "str_pl": "MBR vests (ceramic plates)" }, + "weight": "4308 g", "encumbrance": 10 }, { @@ -18,6 +19,7 @@ "type": "ARMOR", "copy-from": "modularvesthard", "name": { "str": "MBR vest (hard plates)", "str_pl": "MBR vests (hard plates)" }, + "weight": "14860 g", "encumbrance": 20 }, { @@ -25,6 +27,8 @@ "type": "ARMOR", "copy-from": "modularveststeel", "name": { "str": "MBR vest (steel plating)", "str_pl": "MBR vests (steel plating)" }, + "weight": "10860 g", + "price": "399 USD", "encumbrance": 20 }, { @@ -32,7 +36,6 @@ "type": "ARMOR", "copy-from": "modularvestsuper", "name": { "str": "MBR vest (superalloy)", "str_pl": "MBR vests (superalloy)" }, - "encumbrance": 10, - "material_thickness": 10 + "encumbrance": 10 } ] -- cgit v1.2.1