From e89b12aeb42b262a847c74b171bb534f617abde2 Mon Sep 17 00:00:00 2001 From: Jason Gessner Date: Thu, 27 Jul 2023 23:37:03 -0500 Subject: [PATCH] Set up banlist 23.08 and the card pool changes for standard. --- rotations.json | 22 ++++++++++++++++ v2/card_pools/standard.json | 51 +++++++++++++++++++++++++++++++++++++ v2/formats/standard.json | 8 +++++- 3 files changed, 80 insertions(+), 1 deletion(-) diff --git a/rotations.json b/rotations.json index 0ba97406d..659c3185a 100644 --- a/rotations.json +++ b/rotations.json @@ -62,5 +62,27 @@ "mumbad", "order-and-chaos" ] + }, + { + "code": "rotation-2023", + "date_start": "2023-07-31", + "name": "Sixth Rotation", + "rotated": [ + "core", + "genesis", + "spin", + "core2", + "terminal-directive", + "creation-and-control", + "lunar", + "sc19", + "honor-and-profit", + "sansan", + "salvaged-memories", + "mumbad", + "order-and-chaos", + "flashpoint", + "data-and-destiny" + ] } ] diff --git a/v2/card_pools/standard.json b/v2/card_pools/standard.json index 314654fe8..f48031596 100644 --- a/v2/card_pools/standard.json +++ b/v2/card_pools/standard.json @@ -429,5 +429,56 @@ "uprising_booster_pack", "whispers_in_nalubaale" ] + }, + { + "id": "rotation_2023", + "format_id": "standard", + "name": "Sixth Rotation", + "card_cycle_ids": [ + "ashes", + "borealis", + "flashpoint", + "kitara", + "liberation", + "magnum_opus", + "magnum_opus_reprint", + "red_sand", + "reign_and_reverie", + "system_gateway", + "system_update_2021" + ], + "card_set_ids": [ + "23_seconds", + "blood_and_water", + "blood_money", + "council_of_the_crest", + "crimson_dust", + "daedalus_complex", + "data_and_destiny", + "down_the_white_nile", + "downfall", + "earths_scion", + "escalation", + "free_mars", + "intervention", + "kampala_ascendent", + "magnum_opus", + "magnum_opus_reprint", + "martial_law", + "midnight_sun", + "midnight_sun_booster_pack", + "parhelion", + "quorum", + "reign_and_reverie", + "sovereign_sight", + "station_one", + "system_gateway", + "system_update_2021", + "the_automata_initiative", + "the_devil_and_the_dragon", + "uprising", + "uprising_booster_pack", + "whispers_in_nalubaale" + ] } ] diff --git a/v2/formats/standard.json b/v2/formats/standard.json index d0d0e7440..7ebda08f1 100644 --- a/v2/formats/standard.json +++ b/v2/formats/standard.json @@ -135,16 +135,22 @@ }, { "id": "standard_22", - "active": true, "card_pool_id": "rotation_2022", "date_start": "2022-09-23", "restriction_id": "standard_ban_list_22_09" }, { "id": "standard_23", + "active": true, "card_pool_id": "rotation_2022", "date_start": "2023-03-03", "restriction_id": "standard_ban_list_23_03" + }, + { + "id": "standard_24", + "card_pool_id": "rotation_2023", + "date_start": "2023-07-31", + "restriction_id": "standard_ban_list_23_08" } ] }