summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--json/items/armor/modularvest.json7
1 files 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
}
]