update ban lists

This commit is contained in:
theelk801 2025-11-10 11:17:55 -05:00
parent f7855dda8b
commit 2799c3f1c0
4 changed files with 7 additions and 0 deletions

View file

@ -32,6 +32,7 @@ public class Legacy extends Constructed {
banned.add("Dig Through Time");
banned.add("Dreadhorde Arcanist");
banned.add("Earthcraft");
banned.add("Entomb");
banned.add("Fastbond");
banned.add("Flash");
banned.add("Frantic Search");
@ -56,6 +57,7 @@ public class Legacy extends Constructed {
banned.add("Mox Ruby");
banned.add("Mox Sapphire");
banned.add("Mystical Tutor");
banned.add("Nadu, Winged Wisdom");
banned.add("Necropotence");
banned.add("Oath of Druids");
banned.add("Oko, Thief of Crowns");

View file

@ -46,6 +46,7 @@ public class Pauper extends Constructed {
banned.add("Gitaxian Probe");
banned.add("Grapeshot");
banned.add("Gush");
banned.add("High Tide");
banned.add("Hymn to Tourach");
banned.add("Invigorate");
banned.add("Kuldotha Rebirth");

View file

@ -30,6 +30,7 @@ public class Pioneer extends Constructed {
banned.add("Field of the Dead");
banned.add("Flooded Strand");
banned.add("Geological Appraiser");
banned.add("Heartfire Hero");
banned.add("Inverter of Truth");
banned.add("Jegantha, the Wellspring");
banned.add("Karn, the Great Creator");

View file

@ -24,8 +24,11 @@ public class Standard extends Constructed {
banned.add("Heartfire Hero");
banned.add("Hopeless Nightmare");
banned.add("Monstrous Rage");
banned.add("Proft's Eidetic Memory");
banned.add("Screaming Nemesis");
banned.add("This Town Ain't Big Enough");
banned.add("Up the Beanstalk");
banned.add("Vivi Ornitier");
}
static List<String> makeLegalSets() {