summaryrefslogtreecommitdiff
path: root/json/migration.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-01-23 23:09:47 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-01-23 23:09:47 -0800
commitc5bb51ceb3be46e024fa17d11ea8114dd6183620 (patch)
treef1eebea52e7ad03d9ae8c3d4abc74818ef5dad53 /json/migration.json
parentUpdate for the removal of the armor category. (diff)
downloadcataclysm-dda-mod_mbr-vests-return-c5bb51ceb3be46e024fa17d11ea8114dd6183620.tar.xz
Port the mod back to DDA
Diffstat (limited to 'json/migration.json')
-rw-r--r--json/migration.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/json/migration.json b/json/migration.json
index 143b01e..2fbf4c6 100644
--- a/json/migration.json
+++ b/json/migration.json
@@ -18,5 +18,20 @@
"id": "ceramicdisks",
"type": "MIGRATION",
"replace": "ceramic_armor"
+ },
+ {
+ "id": "ballistic_vest_empty",
+ "type": "MIGRATION",
+ "replace": "modularvest"
+ },
+ {
+ "id": "ballistic_vest_esapi",
+ "type": "MIGRATION",
+ "replace": "modularvestceramic"
+ },
+ {
+ "id": "xlkevlar",
+ "type": "MIGRATION",
+ "replace": "modularvest"
}
]