summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-10-22 09:19:16 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-10-22 09:19:16 -0700
commit4f20b4e4eabe62c6423d6177eaa26862833ce67c (patch)
tree5d57baebd3d4afe50e6234f250296cd8be601c65
parentAdd names else errors occur (diff)
downloadcataclysm-bn-mod_mbr-vests-return-4f20b4e4eabe62c6423d6177eaa26862833ce67c.tar.xz
Update for the removal of the armor category.
-rw-r--r--json/items/armor/modularvest.json5
-rw-r--r--readme2
2 files changed, 1 insertions, 6 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
diff --git a/readme b/readme
index 2451488..2a50b0d 100644
--- a/readme
+++ b/readme
@@ -1,6 +1,6 @@
Slightly tweak the MBR Vests from Bright Nights
Migrate Filled/Empty Dragon Vests to Ceramic/Empty MBR vests.
Migrate MBR Vests with Kevlar plates to the MBR Vest Empty.
-Add recipe to craft Hard Steel Plates to the same books as Hard Steel Plating.
+Add recipe for Hard Steel Plates to the same books as Hard Steel Plating.
-It was previously possible to craft Steel Plating and Steel Plates, but only Hard Steel Plating from a book.
-Steel Plates require half the materials of Steel Plating. Hard Steel Plates thus require half the materials of Hard Steel Plating.