diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-10-02 16:42:23 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-10-02 16:42:23 -0700 |
commit | 075b8bc89d97e17848b6d967d9de276291df4022 (patch) | |
tree | 8ca1f7ded8fa1a5b09ca2eef6df5832177b22f8c /json/items/ammo/migration.json | |
parent | Convert 20xx66mm to use reloaded instead of bootleg in item id. (diff) | |
download | cataclysm-bn-mod_caseless-crafting-075b8bc89d97e17848b6d967d9de276291df4022.tar.xz |
Convert 8x40 ammo to new id.
Diffstat (limited to 'json/items/ammo/migration.json')
-rw-r--r-- | json/items/ammo/migration.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/json/items/ammo/migration.json b/json/items/ammo/migration.json index 3654b70..b666342 100644 --- a/json/items/ammo/migration.json +++ b/json/items/ammo/migration.json @@ -8,5 +8,20 @@ "id": "20x66_bootleg_flare", "type": "MIGRATION", "replace": "20x66_flare_reloaded" + }, + { + "id": "8mm_bootleg_jhp", + "type": "MIGRATION", + "replace": "8mm_jhp_reloaded" + }, + { + "id": "8mm_bootleg_fmj", + "type": "MIGRATION", + "replace": "8mm_fmj_reloaded" + }, + { + "id": "8mm_hvp_reloaded", + "type": "MIGRATION", + "replace": "8mm_fmj_reloaded" } ] |