summaryrefslogtreecommitdiff
path: root/json/items/migration.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-02-16 18:17:44 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-02-16 18:17:44 -0800
commitfde97375dd85b3d462cebd44e8faafb21f5cec1e (patch)
treeb67c578884ad95fb21ca3031651b7403a67b732f /json/items/migration.json
parentShorten the name of the G11. (diff)
downloadcataclysm-dda-mod_hk-loadout-fde97375dd85b3d462cebd44e8faafb21f5cec1e.tar.xz
Convert the CAWS to 00shot.
-Obsolete 000 shells that aren't buckshot.
Diffstat (limited to 'json/items/migration.json')
-rw-r--r--json/items/migration.json38
1 files changed, 34 insertions, 4 deletions
diff --git a/json/items/migration.json b/json/items/migration.json
index cbe81d4..31668a3 100644
--- a/json/items/migration.json
+++ b/json/items/migration.json
@@ -5,13 +5,43 @@
"replace": "hk_ucp"
},
{
- "id": "hk_caws_belt",
+ "id": "shot_000_flechette",
"type": "MIGRATION",
- "replace": "hk_caws_mag"
+ "replace": "shot_flechette"
},
{
- "id": "hk_g36_mag",
+ "id": "reloaded_shot_000_flechette",
"type": "MIGRATION",
- "replace": "g36mag_30rd"
+ "replace": "reloaded_shot_flechette"
+ },
+ {
+ "id": "shot_000_slug",
+ "type": "MIGRATION",
+ "replace": "shot_slug"
+ },
+ {
+ "id": "reloaded_shot_000_slug",
+ "type": "MIGRATION",
+ "replace": "reloaded_shot_slug"
+ },
+ {
+ "id": "shot_000_beanbag",
+ "type": "MIGRATION",
+ "replace": "shot_beanbag"
+ },
+ {
+ "id": "shot_000_he",
+ "type": "MIGRATION",
+ "replace": "shot_he"
+ },
+ {
+ "result": "reloaded_shot_000_flechette",
+ "type": "recipe",
+ "obsolete": true
+ },
+ {
+ "result": "reloaded_shot_000_slug",
+ "type": "recipe",
+ "obsolete": true
}
]