summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-12-30 14:52:50 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-12-30 14:52:50 -0800
commit205b08c4ec9703270a8b6968c3345ba85554d278 (patch)
treedd2aef7da9a341c9bc9985ad26613682075f54b3
parentFix missing space in dragon skin. (diff)
downloadcataclysm-bn-mod_mbr-vests-return-205b08c4ec9703270a8b6968c3345ba85554d278.tar.xz
Revert some upstream changes to mbr vests.
-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
}
]