From c4a2f66074e6d8e5dfdc60980a309c0dc855a92a Mon Sep 17 00:00:00 2001 From: talhaahsan Date: Fri, 13 Dec 2024 12:34:45 -0600 Subject: [PATCH 1/3] 24.12 banlist --- mwl.json | 81 +++++++++++++++---- .../standard/standard_ban_list_24_12.json | 58 +++++++++++++ 2 files changed, 125 insertions(+), 14 deletions(-) create mode 100644 v2/restrictions/standard/standard_ban_list_24_12.json diff --git a/mwl.json b/mwl.json index 73eb5d02..e27d1dd0 100644 --- a/mwl.json +++ b/mwl.json @@ -1714,23 +1714,76 @@ }, { "cards": { - "30020": { - "deck_limit": 0 - }, - "30063": { - "deck_limit": 0 - }, - "34111": { - "deck_limit": 0 - } + "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 - } - } + "subtypes": { "current": { "deck_limit": 0 } } + }, + { + "cards": { + "01058": { "deck_limit": 0 }, + "12013": { "deck_limit": 0 }, + "12022": { "deck_limit": 0 }, + "12026": { "deck_limit": 0 }, + "12070": { "deck_limit": 0 }, + "12072": { "deck_limit": 0 }, + "12079": { "deck_limit": 0 }, + "12080": { "deck_limit": 0 }, + "12081": { "deck_limit": 0 }, + "12089": { "deck_limit": 0 }, + "12098": { "deck_limit": 0 }, + "12103": { "deck_limit": 0 }, + "12113": { "deck_limit": 0 }, + "12116": { "deck_limit": 0 }, + "20071": { "deck_limit": 0 }, + "21020": { "deck_limit": 0 }, + "21025": { "deck_limit": 0 }, + "21038": { "deck_limit": 0 }, + "21044": { "deck_limit": 0 }, + "21058": { "deck_limit": 0 }, + "21062": { "deck_limit": 0 }, + "21070": { "deck_limit": 0 }, + "21106": { "deck_limit": 0 }, + "21114": { "deck_limit": 0 }, + "21119": { "deck_limit": 0 }, + "22008": { "deck_limit": 0 }, + "22032": { "deck_limit": 0 }, + "22054": { "deck_limit": 0 }, + "23013": { "deck_limit": 0 }, + "23045": { "deck_limit": 0 }, + "23100": { "deck_limit": 0 }, + "23101": { "deck_limit": 0 }, + "25079": { "deck_limit": 0 }, + "26016": { "deck_limit": 0 }, + "26026": { "deck_limit": 0 }, + "26095": { "deck_limit": 0 }, + "26097": { "deck_limit": 0 }, + "26108": { "deck_limit": 0 }, + "26114": { "deck_limit": 0 }, + "26116": { "deck_limit": 0 }, + "26127": { "deck_limit": 0 }, + "26128": { "deck_limit": 0 }, + "27007": { "deck_limit": 0 }, + "28002": { "deck_limit": 0 }, + "28004": { "deck_limit": 0 }, + "30036": { "deck_limit": 0 }, + "30051": { "deck_limit": 0 }, + "31047": { "deck_limit": 0 }, + "33025": { "deck_limit": 0 }, + "33051": { "deck_limit": 0 }, + "33091": { "deck_limit": 0 }, + "33106": { "deck_limit": 0 }, + "33111": { "deck_limit": 0 }, + "34087": { "deck_limit": 0 }, + "34111": { "deck_limit": 0 } + }, + "code": "standard-ban-list-24-12", + "date_start": "2024-12-12", + "name": "Standard Ban List 24.12", + "subtypes": { "current": { "deck_limit": 0 } } } ] diff --git a/v2/restrictions/standard/standard_ban_list_24_12.json b/v2/restrictions/standard/standard_ban_list_24_12.json new file mode 100644 index 00000000..040a4734 --- /dev/null +++ b/v2/restrictions/standard/standard_ban_list_24_12.json @@ -0,0 +1,58 @@ +{ + "banned": [ + "archived_memories", + "bellona", + "bloo_moose", + "breached_dome", + "bukhgalter", + "cayambe_grid", + "clan_vengeance", + "corporate_grant", + "crowdfunding", + "cyberdex_sandbox", + "death_and_taxes", + "dr_vientiane_keeling", + "drago_ivanov", + "dreamnet", + "endurance", + "engram_flush", + "formicary", + "game_changer", + "gold_farmer", + "high_profile_target", + "hired_help", + "kabonesa_wu_netspace_thrillseeker", + "kakugo", + "kill_switch", + "knobkierie", + "liza_talking_thunder_prominent_legislator", + "luminal_transubstantiation", + "mars_for_martians", + "mass_commercialization", + "mti_mwekundu_life_improved", + "nanisivik_grid", + "nbn_reality_plus", + "obokata_protocol", + "pad_tap", + "project_vacheron", + "reconstruction_contract", + "rezeki", + "rolling_brownout", + "salvaged_vanadis_armory", + "shipment_from_tennin", + "slot_machine", + "ssl_endorsement", + "system_seizure", + "tithonium", + "tributary", + "trick_shot", + "watch_the_world_burn", + "whampoa_reclamation", + "world_tree" + ], + "date_start": "2024-12-12", + "format_id": "standard", + "id": "standard_ban_list_24_12", + "name": "Standard Ban List 24.12", + "subtypes": { "banned": ["current"] } +} From eb5434ea95d548afe6dfb94134758def7841b779 Mon Sep 17 00:00:00 2001 From: Talha Ahsan Date: Fri, 13 Dec 2024 17:56:11 -0600 Subject: [PATCH 2/3] Update mwl.json --- mwl.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mwl.json b/mwl.json index e27d1dd0..695ae0ef 100644 --- a/mwl.json +++ b/mwl.json @@ -1782,7 +1782,7 @@ "34111": { "deck_limit": 0 } }, "code": "standard-ban-list-24-12", - "date_start": "2024-12-12", + "date_start": "2024-12-26", "name": "Standard Ban List 24.12", "subtypes": { "current": { "deck_limit": 0 } } } From 910571595b6a6c3c93a8538d06b7c8824b076f04 Mon Sep 17 00:00:00 2001 From: Talha Ahsan Date: Fri, 13 Dec 2024 17:56:27 -0600 Subject: [PATCH 3/3] Update standard_ban_list_24_12.json --- v2/restrictions/standard/standard_ban_list_24_12.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/restrictions/standard/standard_ban_list_24_12.json b/v2/restrictions/standard/standard_ban_list_24_12.json index 040a4734..0d2a0d0a 100644 --- a/v2/restrictions/standard/standard_ban_list_24_12.json +++ b/v2/restrictions/standard/standard_ban_list_24_12.json @@ -50,7 +50,7 @@ "whampoa_reclamation", "world_tree" ], - "date_start": "2024-12-12", + "date_start": "2024-12-26", "format_id": "standard", "id": "standard_ban_list_24_12", "name": "Standard Ban List 24.12",