From dc978c0f6970d66dbd1bba023809311947c04225 Mon Sep 17 00:00:00 2001 From: Jason Gessner Date: Sat, 16 Dec 2023 14:00:34 -0600 Subject: [PATCH 1/3] Add 2023-11 eternal points update. --- .../eternal/eternal_points_list_23_11.json | 77 +++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 v2/restrictions/eternal/eternal_points_list_23_11.json diff --git a/v2/restrictions/eternal/eternal_points_list_23_11.json b/v2/restrictions/eternal/eternal_points_list_23_11.json new file mode 100644 index 000000000..37ff4cbf0 --- /dev/null +++ b/v2/restrictions/eternal/eternal_points_list_23_11.json @@ -0,0 +1,77 @@ +{ + "id": "eternal_points_list_23_11", + "name": "Eternal Points List 23.11", + "date_start": "2023-12-08", + "format_id": "eternal", + "point_limit": 7, + "banned": [ + "accelerated_diagnostics", + "aghora", + "hired_help", + "sadyojata", + "salvaged_vanadis_armory", + "vamadeva", + "watch_the_world_burn" + ], + "points": { + "1": [ + "24_7_news_cycle", + "aaron_marron", + "anoetic_void", + "aumakua", + "bloo_moose", + "breached_dome", + "breaking_news", + "caprice_nisei", + "counter_surveillance", + "deja_vu", + "film_critic", + "gaslight", + "hacktivist_meeting", + "kakugo", + "mti_mwekundu_life_improved", + "obokata_protocol", + "power_shutdown", + "project_vacheron", + "shock", + "snitch", + "spin_doctor", + "sting", + "tech_trader", + "violet_level_clearance", + "wage_workers", + "whampoa_reclamation", + "zer0" + ], + "2": [ + "bio_ethics_association", + "blackmail", + "cerebral_imaging_infinite_frontiers", + "clan_vengeance", + "crowdfunding", + "data_leak_reversal", + "ddos", + "employee_strike", + "false_echo", + "friends_in_high_places", + "industrial_genomics_growing_solutions", + "jackson_howard", + "mars_for_martians", + "museum_of_history", + "mutually_assured_destruction", + "ob_superheavy_logistics_extract_export_excel", + "scarcity_of_resources", + "sensie_actors_union", + "sifr" + ], + "3": [ + "account_siphon", + "estelle_moon", + "hyperdriver", + "jinteki_potential_unleashed", + "mumbad_city_hall", + "rumor_mill", + "temujin_contract" + ] + } +} From 3c2d6f24a183d09543445edf0dc24d53e27d6074 Mon Sep 17 00:00:00 2001 From: Jason Gessner Date: Sat, 16 Dec 2023 17:40:17 -0600 Subject: [PATCH 2/3] Add updated active snapshot for Eternal. --- v2/formats/eternal.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/v2/formats/eternal.json b/v2/formats/eternal.json index e47b7fed6..05771606f 100644 --- a/v2/formats/eternal.json +++ b/v2/formats/eternal.json @@ -27,10 +27,17 @@ }, { "id": "eternal_4", - "active": true, + "active": false, "card_pool_id": "eternal", "date_start": "2023-03-31", "restriction_id": "eternal_points_list_23_03" + }, + { + "id": "eternal_5", + "active": true, + "card_pool_id": "eternal", + "date_start": "2023-12-08", + "restriction_id": "eternal_points_list_23_11" } ] } From c245fcfd151fb090444b998f6fd2af687129b7c3 Mon Sep 17 00:00:00 2001 From: plural Date: Mon, 18 Dec 2023 22:37:29 -0600 Subject: [PATCH 3/3] Update eternal.json Remove unneeded active: false attribute. --- v2/formats/eternal.json | 1 - 1 file changed, 1 deletion(-) diff --git a/v2/formats/eternal.json b/v2/formats/eternal.json index 05771606f..e570eaf2d 100644 --- a/v2/formats/eternal.json +++ b/v2/formats/eternal.json @@ -27,7 +27,6 @@ }, { "id": "eternal_4", - "active": false, "card_pool_id": "eternal", "date_start": "2023-03-31", "restriction_id": "eternal_points_list_23_03"