diff --git a/cycles.json b/cycles.json index 191eea37..9b6b0a88 100644 --- a/cycles.json +++ b/cycles.json @@ -187,5 +187,12 @@ "position": 33, "rotated": false, "size": 2 + }, + { + "code": "elevation", + "name": "Elevation", + "position": 34, + "rotated": false, + "size": 2 } ] diff --git a/packs.json b/packs.json index eeadbcd7..7100e292 100644 --- a/packs.json +++ b/packs.json @@ -197,6 +197,15 @@ "position": 3, "size": 20 }, + { + "code": "elev", + "cycle_code": "elevation", + "date_release": "2025-04-24", + "ffg_id": null, + "name": "Elevation", + "position": 1, + "size": 1 + }, { "code": "es", "cycle_code": "flashpoint", diff --git a/v2/card_cycles.json b/v2/card_cycles.json index ee9fa3aa..147b8bf7 100644 --- a/v2/card_cycles.json +++ b/v2/card_cycles.json @@ -187,5 +187,12 @@ "name": "Liberation", "position": 33, "released_by": "null_signal_games" + }, + { + "id": "elevation", + "legacy_code": "elevation", + "name": "Elevation", + "position": 34, + "released_by": "null_signal_games" } ] diff --git a/v2/card_sets.json b/v2/card_sets.json index 1fd6e68b..3f4f3cb8 100644 --- a/v2/card_sets.json +++ b/v2/card_sets.json @@ -801,5 +801,16 @@ "position": 2, "released_by": "null_signal_games", "size": 65 + }, + { + "card_cycle_id": "elevation", + "card_set_type_id": "deluxe", + "date_release": "2025-04-24", + "id": "elevation", + "legacy_code": "elev", + "name": "Elevation", + "position": 1, + "released_by": "null_signal_games", + "size": 1 } ]