summaryrefslogtreecommitdiff
path: root/json/migration.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-04-25 08:27:10 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-04-25 08:27:10 -0700
commit1c68d538d7603a27672ac45109704e950d400b3a (patch)
treee12fb186feabdc56e96ed9de6e1190f961f74ce8 /json/migration.json
downloadcataclysm-dda-mod_mbr-vests-return-1c68d538d7603a27672ac45109704e950d400b3a.tar.xz
Initial commit
Diffstat (limited to 'json/migration.json')
-rw-r--r--json/migration.json42
1 files changed, 42 insertions, 0 deletions
diff --git a/json/migration.json b/json/migration.json
new file mode 100644
index 0000000..5504b7a
--- /dev/null
+++ b/json/migration.json
@@ -0,0 +1,42 @@
+[
+ {
+ "id": "modularvestkevlar",
+ "type": "MIGRATION",
+ "replace": "modularvest"
+ },
+ {
+ "id": "ballistic_vest_esapi",
+ "type": "MIGRATION",
+ "replace": "modularvestceramic"
+ },
+ {
+ "id": "ballistic_vest_empty",
+ "type": "MIGRATION",
+ "replace": "modularvest"
+ },
+ {
+ "id": "esapi_plate",
+ "type": "MIGRATION",
+ "replace": "ceramic_armor"
+ },
+ {
+ "id": "esbi_plate",
+ "type": "MIGRATION",
+ "replace": "ceramic_armor"
+ },
+ {
+ "id": "dragonskin",
+ "type": "MIGRATION",
+ "replace": "modularvestceramic"
+ },
+ {
+ "id": "dragonskinempty",
+ "type": "MIGRATION",
+ "replace": "modularvest"
+ },
+ {
+ "id": "ceramicdisks",
+ "type": "MIGRATION",
+ "replace": "ceramic_armor"
+ }
+]