Update banned lists for Legacy, Modern, and Pioneer.

https://magic.wizards.com/en/news/announcements/banned-and-restricted-december-16-2024
This commit is contained in:
Grath 2024-12-16 12:29:04 -05:00
parent bdf9f09500
commit 40e2cf7cda
3 changed files with 6 additions and 4 deletions

View file

@ -59,6 +59,7 @@ public class Legacy extends Constructed {
banned.add("Necropotence"); banned.add("Necropotence");
banned.add("Oath of Druids"); banned.add("Oath of Druids");
banned.add("Oko, Thief of Crowns"); banned.add("Oko, Thief of Crowns");
banned.add("Psychic Frog");
banned.add("Ragavan, Nimble Pilferer"); banned.add("Ragavan, Nimble Pilferer");
banned.add("Sensei's Divining Top"); banned.add("Sensei's Divining Top");
banned.add("Skullclamp"); banned.add("Skullclamp");
@ -73,6 +74,7 @@ public class Legacy extends Constructed {
banned.add("Treasure Cruise"); banned.add("Treasure Cruise");
banned.add("Underworld Breach"); banned.add("Underworld Breach");
banned.add("Vampiric Tutor"); banned.add("Vampiric Tutor");
banned.add("Vexing Bauble");
banned.add("Wheel of Fortune"); banned.add("Wheel of Fortune");
banned.add("Windfall"); banned.add("Windfall");
banned.add("Wrenn and Six"); banned.add("Wrenn and Six");

View file

@ -23,6 +23,7 @@ public class Modern extends Constructed {
} }
} }
banned.add("Amped Raptor");
banned.add("Ancient Den"); banned.add("Ancient Den");
banned.add("Arcum's Astrolabe"); banned.add("Arcum's Astrolabe");
banned.add("Birthing Pod"); banned.add("Birthing Pod");
@ -35,21 +36,19 @@ public class Modern extends Constructed {
banned.add("Dig Through Time"); banned.add("Dig Through Time");
banned.add("Dread Return"); banned.add("Dread Return");
banned.add("Eye of Ugin"); banned.add("Eye of Ugin");
banned.add("Faithless Looting");
banned.add("Field of the Dead"); banned.add("Field of the Dead");
banned.add("Fury"); banned.add("Fury");
banned.add("Gitaxian Probe"); banned.add("Gitaxian Probe");
banned.add("Glimpse of Nature"); banned.add("Glimpse of Nature");
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("Grief"); banned.add("Grief");
banned.add("Hogaak, Arisen Necropolis"); banned.add("Hogaak, Arisen Necropolis");
banned.add("Hypergenesis"); banned.add("Hypergenesis");
banned.add("Jegantha, the Wellspring");
banned.add("Krark-Clan Ironworks"); banned.add("Krark-Clan Ironworks");
banned.add("Lurrus of the Dream-Den"); banned.add("Lurrus of the Dream-Den");
banned.add("Mental Misstep"); banned.add("Mental Misstep");
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("Nadu, Winged Wisdom");
@ -64,8 +63,8 @@ public class Modern extends Constructed {
banned.add("Sensei's Divining Top"); banned.add("Sensei's Divining Top");
banned.add("Simian Spirit Guide"); banned.add("Simian Spirit Guide");
banned.add("Skullclamp"); banned.add("Skullclamp");
banned.add("Splinter Twin");
banned.add("Summer Bloom"); banned.add("Summer Bloom");
banned.add("The One Ring");
banned.add("Tibalt's Trickery"); banned.add("Tibalt's Trickery");
banned.add("Treasure Cruise"); banned.add("Treasure Cruise");
banned.add("Tree of Tales"); banned.add("Tree of Tales");

View file

@ -31,6 +31,7 @@ public class Pioneer extends Constructed {
banned.add("Flooded Strand"); banned.add("Flooded Strand");
banned.add("Geological Appraiser"); banned.add("Geological Appraiser");
banned.add("Inverter of Truth"); banned.add("Inverter of Truth");
banned.add("Jegantha, the Wellspring");
banned.add("Karn, the Great Creator"); banned.add("Karn, the Great Creator");
banned.add("Kethis, the Hidden Hand"); banned.add("Kethis, the Hidden Hand");
banned.add("Leyline of Abundance"); banned.add("Leyline of Abundance");