diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-10-02 14:46:55 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-10-02 14:46:55 -0700 |
commit | fd108a8d3cd5e4ee08a44389d91e55d02759e926 (patch) | |
tree | bd9dea2055159f77dabd99fe4590b299e7d75829 /json/items/ammo | |
parent | Copy from the new 20x66_shot_abstract (diff) | |
download | cataclysm-bn-mod_caseless-crafting-fd108a8d3cd5e4ee08a44389d91e55d02759e926.tar.xz |
Convert 20xx66mm to use reloaded instead of bootleg in item id.
Diffstat (limited to 'json/items/ammo')
-rw-r--r-- | json/items/ammo/20x66mm.json | 10 | ||||
-rw-r--r-- | json/items/ammo/migration.json | 12 |
2 files changed, 17 insertions, 5 deletions
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" + } +] |