From a0bee40ca0c28bd7514418775c0b5fb4b0925938 Mon Sep 17 00:00:00 2001 From: talhaahsan Date: Thu, 19 Sep 2024 22:23:52 -0500 Subject: [PATCH] RIP Endurance ban in startup (24.09 banlist) --- mwl.json | 21 +++++++++++++++++++ v2/formats/startup.json | 2 +- .../standard/startup_ban_list_24_09.json | 7 +++++++ .../startup/startup_ban_list_24_09.json | 7 +++++++ 4 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 v2/restrictions/standard/startup_ban_list_24_09.json create mode 100644 v2/restrictions/startup/startup_ban_list_24_09.json diff --git a/mwl.json b/mwl.json index e4f5ae43..73eb5d02 100644 --- a/mwl.json +++ b/mwl.json @@ -1711,5 +1711,26 @@ "date_start": "2024-09-13", "name": "Standard Banlist 24.09", "subtypes": { "current": { "deck_limit": 0 } } + }, + { + "cards": { + "30020": { + "deck_limit": 0 + }, + "30063": { + "deck_limit": 0 + }, + "34111": { + "deck_limit": 0 + } + }, + "code": "startup-ban-list-24-09-for-classic-only", + "date_start": "2024-09-01", + "name": "Startup Ban List 24.09 (ignore active date)", + "subtypes": { + "current": { + "deck_limit": 0 + } + } } ] diff --git a/v2/formats/startup.json b/v2/formats/startup.json index 1716d74d..546e724f 100644 --- a/v2/formats/startup.json +++ b/v2/formats/startup.json @@ -39,7 +39,7 @@ "card_pool_id": "startup_liberation", "date_start": "2024-03-30", "id": "startup_6", - "restriction_id": "startup_ban_list_24_01" + "restriction_id": "startup_ban_list_24_09" } ] } diff --git a/v2/restrictions/standard/startup_ban_list_24_09.json b/v2/restrictions/standard/startup_ban_list_24_09.json new file mode 100644 index 00000000..f64e5796 --- /dev/null +++ b/v2/restrictions/standard/startup_ban_list_24_09.json @@ -0,0 +1,7 @@ +{ + "banned": ["creative_commission", "pharos", "tributary"], + "date_start": "2024-09-01", + "format_id": "standard", + "id": "startup_ban_list_24_09_for_classic_only", + "name": "Startup Ban List 24.09 (ignore active date)" +} diff --git a/v2/restrictions/startup/startup_ban_list_24_09.json b/v2/restrictions/startup/startup_ban_list_24_09.json new file mode 100644 index 00000000..2bc8565c --- /dev/null +++ b/v2/restrictions/startup/startup_ban_list_24_09.json @@ -0,0 +1,7 @@ +{ + "banned": ["creative_commission", "pharos", "tributary"], + "date_start": "2024-09-20", + "format_id": "startup", + "id": "startup_ban_list_24_09", + "name": "Startup Ban List 24.09" +}