summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-01-13 01:44:28 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-01-13 01:44:28 -0800
commit7b64083a19820174f92a5f078c657f614c7a833d (patch)
tree1e13b47ab766ad5af6b8d8bbaa84fe03e1752022
parentUpdated to use BN depends. (diff)
downloadcataclysm-bn-mod_mbr-vests-return-7b64083a19820174f92a5f078c657f614c7a833d.tar.xz
Revert removal of the dragonskin vest.
-With the latest rebalance it is no longer terrible. Tweak the dragonskin vest slightly.
-rw-r--r--json/items/armor/ballistic_armor.json17
-rw-r--r--json/migration.json15
-rw-r--r--json/obsoletion.json5
-rw-r--r--readme2
4 files changed, 18 insertions, 21 deletions
diff --git a/json/items/armor/ballistic_armor.json b/json/items/armor/ballistic_armor.json
new file mode 100644
index 0000000..fcd6fad
--- /dev/null
+++ b/json/items/armor/ballistic_armor.json
@@ -0,0 +1,17 @@
+[
+ {
+ "id": "dragonskin",
+ "copy-from": "dragonskin",
+ "type": "ARMOR",
+ "name": { "str": "dragon skin vest" },
+ "encumbrance": 10
+ },
+ {
+ "id": "dragonskinempty",
+ "copy-from": "dragonskinempty",
+ "type": "ARMOR",
+ "name": { "str": "dragonskin vest (empty)", "str_pl": "dragonskin 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" ]
+ }
+]
diff --git a/json/migration.json b/json/migration.json
index 143b01e..66ba312 100644
--- a/json/migration.json
+++ b/json/migration.json
@@ -3,20 +3,5 @@
"id": "modularvestkevlar",
"type": "MIGRATION",
"replace": "modularvest"
- },
- {
- "id": "dragonskin",
- "type": "MIGRATION",
- "replace": "modularvestceramic"
- },
- {
- "id": "dragonskinempty",
- "type": "MIGRATION",
- "replace": "modularvest"
- },
- {
- "id": "ceramicdisks",
- "type": "MIGRATION",
- "replace": "ceramic_armor"
}
]
diff --git a/json/obsoletion.json b/json/obsoletion.json
index b1d759f..b8fa9ce 100644
--- a/json/obsoletion.json
+++ b/json/obsoletion.json
@@ -8,10 +8,5 @@
"result": "ballistic_vest_esapi",
"type": "recipe",
"obsolete": true
- },
- {
- "result": "dragonskin",
- "type": "recipe",
- "obsolete": true
}
]
diff --git a/readme b/readme
index 2a50b0d..cd24810 100644
--- a/readme
+++ b/readme
@@ -1,5 +1,5 @@
Slightly tweak the MBR Vests from Bright Nights
-Migrate Filled/Empty Dragon Vests to Ceramic/Empty MBR vests.
+Slightly tweak the dragonskin vest.
Migrate MBR Vests with Kevlar plates to the MBR Vest Empty.
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.