update banned/restricted lists per August 26th 2024 update (#12739)

This commit is contained in:
Wajih Ben Slama 2024-08-27 06:02:55 +01:00 committed by GitHub
parent c9dc527d36
commit 3a70e0c405
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 14 additions and 7 deletions

View file

@ -37,6 +37,7 @@ public class Legacy extends Constructed {
banned.add("Frantic Search"); banned.add("Frantic Search");
banned.add("Gitaxian Probe"); banned.add("Gitaxian Probe");
banned.add("Goblin Recruiter"); banned.add("Goblin Recruiter");
banned.add("Grief");
banned.add("Gush"); banned.add("Gush");
banned.add("Hermit Druid"); banned.add("Hermit Druid");
banned.add("Imperial Seal"); banned.add("Imperial Seal");
@ -64,9 +65,9 @@ public class Legacy extends Constructed {
banned.add("Sol Ring"); banned.add("Sol Ring");
banned.add("Strip Mine"); banned.add("Strip Mine");
banned.add("Survival of the Fittest"); banned.add("Survival of the Fittest");
banned.add("Timetwister");
banned.add("Time Vault"); banned.add("Time Vault");
banned.add("Time Walk"); banned.add("Time Walk");
banned.add("Timetwister");
banned.add("Tinker"); banned.add("Tinker");
banned.add("Tolarian Academy"); banned.add("Tolarian Academy");
banned.add("Treasure Cruise"); banned.add("Treasure Cruise");

View file

@ -43,6 +43,7 @@ public class Modern extends Constructed {
banned.add("Golgari Grave-Troll"); banned.add("Golgari Grave-Troll");
banned.add("Great Furnace"); banned.add("Great Furnace");
banned.add("Green Sun's Zenith"); banned.add("Green Sun's Zenith");
banned.add("Grief");
banned.add("Hogaak, Arisen Necropolis"); banned.add("Hogaak, Arisen Necropolis");
banned.add("Hypergenesis"); banned.add("Hypergenesis");
banned.add("Krark-Clan Ironworks"); banned.add("Krark-Clan Ironworks");
@ -51,6 +52,7 @@ public class Modern extends Constructed {
banned.add("Mox Opal"); banned.add("Mox Opal");
banned.add("Mycosynth Lattice"); banned.add("Mycosynth Lattice");
banned.add("Mystic Sanctuary"); banned.add("Mystic Sanctuary");
banned.add("Nadu, Winged Wisdom");
banned.add("Oko, Thief of Crowns"); banned.add("Oko, Thief of Crowns");
banned.add("Once Upon a Time"); banned.add("Once Upon a Time");
banned.add("Ponder"); banned.add("Ponder");

View file

@ -23,14 +23,12 @@ public class Pioneer extends Constructed {
} }
} }
banned.add("Bloodstained Mire"); banned.add("Amalia Benavides Aguirre");
banned.add("Flooded Strand");
banned.add("Polluted Delta");
banned.add("Windswept Heath");
banned.add("Wooded Foothills");
banned.add("Balustrade Spy"); banned.add("Balustrade Spy");
banned.add("Bloodstained Mire");
banned.add("Felidar Guardian"); banned.add("Felidar Guardian");
banned.add("Field of the Dead"); banned.add("Field of the Dead");
banned.add("Flooded Strand");
banned.add("Geological Appraiser"); banned.add("Geological Appraiser");
banned.add("Inverter of Truth"); banned.add("Inverter of Truth");
banned.add("Karn, the Great Creator"); banned.add("Karn, the Great Creator");
@ -40,6 +38,8 @@ public class Pioneer extends Constructed {
banned.add("Nexus of Fate"); banned.add("Nexus of Fate");
banned.add("Oko, Thief of Crowns"); banned.add("Oko, Thief of Crowns");
banned.add("Once Upon a Time"); banned.add("Once Upon a Time");
banned.add("Polluted Delta");
banned.add("Sorin, Imperious Bloodlord");
banned.add("Teferi, Time Raveler"); banned.add("Teferi, Time Raveler");
banned.add("Undercity Informer"); banned.add("Undercity Informer");
banned.add("Underworld Breach"); banned.add("Underworld Breach");
@ -47,5 +47,7 @@ public class Pioneer extends Constructed {
banned.add("Veil of Summer"); banned.add("Veil of Summer");
banned.add("Walking Ballista"); banned.add("Walking Ballista");
banned.add("Wilderness Reclamation"); banned.add("Wilderness Reclamation");
banned.add("Windswept Heath");
banned.add("Wooded Foothills");
} }
} }

View file

@ -25,8 +25,8 @@ public class Vintage extends Constructed {
restricted.add("Balance"); restricted.add("Balance");
restricted.add("Black Lotus"); restricted.add("Black Lotus");
restricted.add("Brainstorm"); restricted.add("Brainstorm");
restricted.add("Channel");
restricted.add("Chalice of the Void"); restricted.add("Chalice of the Void");
restricted.add("Channel");
restricted.add("Demonic Consultation"); restricted.add("Demonic Consultation");
restricted.add("Demonic Tutor"); restricted.add("Demonic Tutor");
restricted.add("Dig Through Time"); restricted.add("Dig Through Time");
@ -66,7 +66,9 @@ public class Vintage extends Constructed {
restricted.add("Tolarian Academy"); restricted.add("Tolarian Academy");
restricted.add("Treasure Cruise"); restricted.add("Treasure Cruise");
restricted.add("Trinisphere"); restricted.add("Trinisphere");
restricted.add("Urza's Saga");
restricted.add("Vampiric Tutor"); restricted.add("Vampiric Tutor");
restricted.add("Vexing Bauble");
restricted.add("Wheel of Fortune"); restricted.add("Wheel of Fortune");
restricted.add("Windfall"); restricted.add("Windfall");
restricted.add("Yawgmoth's Will"); restricted.add("Yawgmoth's Will");