summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2024-01-05 13:28:01 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2024-01-05 13:28:01 -0800
commitdf50977d8277f226a657b5ccb3b56bd84f77834f (patch)
tree57a8dfb75176c69d45893ce555b041ed27d78ac2
parentRevert some upstream changes to mbr vests. (diff)
downloadcataclysm-bn-mod_mbr-vests-return-master.tar.xz
Remove some obsolete additions.HEADmaster
-rw-r--r--json/items/armor/ballistic_armor.json6
-rw-r--r--json/items/armor/modularvest.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/json/items/armor/ballistic_armor.json b/json/items/armor/ballistic_armor.json
index 7a23cdf..7a6479a 100644
--- a/json/items/armor/ballistic_armor.json
+++ b/json/items/armor/ballistic_armor.json
@@ -4,14 +4,14 @@
"copy-from": "dragonskin",
"type": "ARMOR",
"name": { "str": "dragon skin vest" },
- "encumbrance": 10
+ "encumbrance": 10,
+ "material_thickness": 6
},
{
"id": "dragonskinempty",
"copy-from": "dragonskinempty",
"type": "ARMOR",
"name": { "str": "dragon skin vest (empty)", "str_pl": "dragon skin vests (empty)" },
- "description": "A lamellar Kevlar vest, there are intricately cut voids usually filled with stitched in ceramic disks, you could repair the stitching if needed.",
- "flags": [ "STURDY", "OUTER" ]
+ "description": "A lamellar Kevlar vest, there are intricately cut voids usually filled with stitched in ceramic disks, you could repair the stitching if needed."
}
]
diff --git a/json/items/armor/modularvest.json b/json/items/armor/modularvest.json
index 66349a0..8cb95f9 100644
--- a/json/items/armor/modularvest.json
+++ b/json/items/armor/modularvest.json
@@ -36,6 +36,6 @@
"type": "ARMOR",
"copy-from": "modularvestsuper",
"name": { "str": "MBR vest (superalloy)", "str_pl": "MBR vests (superalloy)" },
- "encumbrance": 10
+ "encumbrance": 15
}
]