From fde97375dd85b3d462cebd44e8faafb21f5cec1e Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 16 Feb 2023 18:17:44 -0800 Subject: Convert the CAWS to 00shot. -Obsolete 000 shells that aren't buckshot. --- json/items/migration.json | 38 ++++++++++++++++++++++++++++++++++---- 1 file changed, 34 insertions(+), 4 deletions(-) (limited to 'json/items/migration.json') 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 } ] -- cgit v1.2.1