mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
update banned/restricted lists per August 26th 2024 update (#12739)
This commit is contained in:
parent
c9dc527d36
commit
3a70e0c405
4 changed files with 14 additions and 7 deletions
|
|
@ -37,6 +37,7 @@ public class Legacy extends Constructed {
|
|||
banned.add("Frantic Search");
|
||||
banned.add("Gitaxian Probe");
|
||||
banned.add("Goblin Recruiter");
|
||||
banned.add("Grief");
|
||||
banned.add("Gush");
|
||||
banned.add("Hermit Druid");
|
||||
banned.add("Imperial Seal");
|
||||
|
|
@ -64,9 +65,9 @@ public class Legacy extends Constructed {
|
|||
banned.add("Sol Ring");
|
||||
banned.add("Strip Mine");
|
||||
banned.add("Survival of the Fittest");
|
||||
banned.add("Timetwister");
|
||||
banned.add("Time Vault");
|
||||
banned.add("Time Walk");
|
||||
banned.add("Timetwister");
|
||||
banned.add("Tinker");
|
||||
banned.add("Tolarian Academy");
|
||||
banned.add("Treasure Cruise");
|
||||
|
|
|
|||
|
|
@ -43,6 +43,7 @@ public class Modern extends Constructed {
|
|||
banned.add("Golgari Grave-Troll");
|
||||
banned.add("Great Furnace");
|
||||
banned.add("Green Sun's Zenith");
|
||||
banned.add("Grief");
|
||||
banned.add("Hogaak, Arisen Necropolis");
|
||||
banned.add("Hypergenesis");
|
||||
banned.add("Krark-Clan Ironworks");
|
||||
|
|
@ -51,6 +52,7 @@ public class Modern extends Constructed {
|
|||
banned.add("Mox Opal");
|
||||
banned.add("Mycosynth Lattice");
|
||||
banned.add("Mystic Sanctuary");
|
||||
banned.add("Nadu, Winged Wisdom");
|
||||
banned.add("Oko, Thief of Crowns");
|
||||
banned.add("Once Upon a Time");
|
||||
banned.add("Ponder");
|
||||
|
|
|
|||
|
|
@ -23,14 +23,12 @@ public class Pioneer extends Constructed {
|
|||
}
|
||||
}
|
||||
|
||||
banned.add("Bloodstained Mire");
|
||||
banned.add("Flooded Strand");
|
||||
banned.add("Polluted Delta");
|
||||
banned.add("Windswept Heath");
|
||||
banned.add("Wooded Foothills");
|
||||
banned.add("Amalia Benavides Aguirre");
|
||||
banned.add("Balustrade Spy");
|
||||
banned.add("Bloodstained Mire");
|
||||
banned.add("Felidar Guardian");
|
||||
banned.add("Field of the Dead");
|
||||
banned.add("Flooded Strand");
|
||||
banned.add("Geological Appraiser");
|
||||
banned.add("Inverter of Truth");
|
||||
banned.add("Karn, the Great Creator");
|
||||
|
|
@ -40,6 +38,8 @@ public class Pioneer extends Constructed {
|
|||
banned.add("Nexus of Fate");
|
||||
banned.add("Oko, Thief of Crowns");
|
||||
banned.add("Once Upon a Time");
|
||||
banned.add("Polluted Delta");
|
||||
banned.add("Sorin, Imperious Bloodlord");
|
||||
banned.add("Teferi, Time Raveler");
|
||||
banned.add("Undercity Informer");
|
||||
banned.add("Underworld Breach");
|
||||
|
|
@ -47,5 +47,7 @@ public class Pioneer extends Constructed {
|
|||
banned.add("Veil of Summer");
|
||||
banned.add("Walking Ballista");
|
||||
banned.add("Wilderness Reclamation");
|
||||
banned.add("Windswept Heath");
|
||||
banned.add("Wooded Foothills");
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,8 +25,8 @@ public class Vintage extends Constructed {
|
|||
restricted.add("Balance");
|
||||
restricted.add("Black Lotus");
|
||||
restricted.add("Brainstorm");
|
||||
restricted.add("Channel");
|
||||
restricted.add("Chalice of the Void");
|
||||
restricted.add("Channel");
|
||||
restricted.add("Demonic Consultation");
|
||||
restricted.add("Demonic Tutor");
|
||||
restricted.add("Dig Through Time");
|
||||
|
|
@ -66,7 +66,9 @@ public class Vintage extends Constructed {
|
|||
restricted.add("Tolarian Academy");
|
||||
restricted.add("Treasure Cruise");
|
||||
restricted.add("Trinisphere");
|
||||
restricted.add("Urza's Saga");
|
||||
restricted.add("Vampiric Tutor");
|
||||
restricted.add("Vexing Bauble");
|
||||
restricted.add("Wheel of Fortune");
|
||||
restricted.add("Windfall");
|
||||
restricted.add("Yawgmoth's Will");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue