summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-11-09 02:40:46 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-11-09 02:40:46 -0800
commit8da064e1a9174cb1c37ef280e0b48cf1d9e09f53 (patch)
tree72818ef53911332a5dfb21f378fbcede66b47535
parentUpdated to allow turrets to fire on vehicles ala 2022-12-17-1340. (diff)
downloadcataclysm-bn-mod_restore-crows-turrets-8da064e1a9174cb1c37ef280e0b48cf1d9e09f53.tar.xz
Add migrations.
-rw-r--r--json/migration.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/json/migration.json b/json/migration.json
new file mode 100644
index 0000000..ebba64e
--- /dev/null
+++ b/json/migration.json
@@ -0,0 +1,17 @@
+[
+ {
+ "id": "bot_rifleturret",
+ "type": "MIGRATION",
+ "replace": "bot_turret_light"
+ },
+ {
+ "id": "bot_crows_m240",
+ "type": "MIGRATION",
+ "replace": "bot_turret_medium"
+ },
+ {
+ "id": "bot_antimateriel",
+ "type": "MIGRATION",
+ "replace": "bot_turret_longrange"
+ }
+]