From fd108a8d3cd5e4ee08a44389d91e55d02759e926 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 2 Oct 2023 14:46:55 -0700 Subject: Convert 20xx66mm to use reloaded instead of bootleg in item id. --- json/items/ammo/20x66mm.json | 10 +++++----- json/items/ammo/migration.json | 12 ++++++++++++ 2 files changed, 17 insertions(+), 5 deletions(-) create mode 100644 json/items/ammo/migration.json (limited to 'json/items') diff --git a/json/items/ammo/20x66mm.json b/json/items/ammo/20x66mm.json index 9165630..dd2fcaf 100644 --- a/json/items/ammo/20x66mm.json +++ b/json/items/ammo/20x66mm.json @@ -15,7 +15,7 @@ "delete": { "effects": [ "SHOT" ] } }, { - "id": "20x66_bootleg_shot", + "id": "20x66_shot_reloaded", "copy-from": "20x66_shot", "type": "AMMO", "name": { "str": "20x66mm buckshot, handmade" }, @@ -29,7 +29,7 @@ "delete": { "effects": [ "NEVER_MISFIRES" ] } }, { - "id": "20x66_bootleg_slug", + "id": "20x66_slug_reloaded", "copy-from": "20x66_slug", "type": "AMMO", "name": { "str": "20x66mm slug, handmade" }, @@ -43,7 +43,7 @@ "delete": { "effects": [ "NEVER_MISFIRES" ] } }, { - "id": "20x66_bootleg_flechette", + "id": "20x66_flechette_reloaded", "copy-from": "20x66_flechette", "type": "AMMO", "name": { "str": "20x66mm flechette, handmade" }, @@ -57,7 +57,7 @@ "delete": { "effects": [ "NEVER_MISFIRES" ] } }, { - "id": "20x66_bootleg_inc", + "id": "20x66_inc_reloaded", "copy-from": "20x66_inc", "type": "AMMO", "name": { "str": "20x66mm incendiary, handmade" }, @@ -71,7 +71,7 @@ "delete": { "effects": [ "NEVER_MISFIRES" ] } }, { - "id": "20x66_bootleg_flare", + "id": "20x66_flare_reloaded", "copy-from": "20x66_flare", "type": "AMMO", "name": { "str": "20x66mm flare, handmade" }, diff --git a/json/items/ammo/migration.json b/json/items/ammo/migration.json new file mode 100644 index 0000000..3654b70 --- /dev/null +++ b/json/items/ammo/migration.json @@ -0,0 +1,12 @@ +[ + { + "id": "20x66_bootleg_inc", + "type": "MIGRATION", + "replace": "20x66_inc_reloaded" + }, + { + "id": "20x66_bootleg_flare", + "type": "MIGRATION", + "replace": "20x66_flare_reloaded" + } +] -- cgit v1.2.1