mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 10:40:06 -08:00
Update banlists for Pioneer, Modern, and Pauper (#11509)
* Update Pioneer banlist Karn, the Great Creator is banned. Geological Appraiser is banned. Smuggler's Copter is unbanned. * Update Modern banlist Fury is banned. Up the Beanstalk is banned. * Update Pauper banlist Monastery Swiftspear is banned.
This commit is contained in:
parent
69a3858f0c
commit
2f0a687467
3 changed files with 5 additions and 1 deletions
|
|
@ -37,6 +37,7 @@ public class Modern extends Constructed {
|
||||||
banned.add("Eye of Ugin");
|
banned.add("Eye of Ugin");
|
||||||
banned.add("Faithless Looting");
|
banned.add("Faithless Looting");
|
||||||
banned.add("Field of the Dead");
|
banned.add("Field of the Dead");
|
||||||
|
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");
|
||||||
|
|
@ -67,6 +68,7 @@ public class Modern extends Constructed {
|
||||||
banned.add("Treasure Cruise");
|
banned.add("Treasure Cruise");
|
||||||
banned.add("Tree of Tales");
|
banned.add("Tree of Tales");
|
||||||
banned.add("Umezawa's Jitte");
|
banned.add("Umezawa's Jitte");
|
||||||
|
banned.add("Up the Beanstalk");
|
||||||
banned.add("Uro, Titan of Nature's Wrath");
|
banned.add("Uro, Titan of Nature's Wrath");
|
||||||
banned.add("Yorion, Sky Nomad");
|
banned.add("Yorion, Sky Nomad");
|
||||||
banned.add("Vault of Whispers");
|
banned.add("Vault of Whispers");
|
||||||
|
|
|
||||||
|
|
@ -40,6 +40,7 @@ public class Pauper extends Constructed {
|
||||||
banned.add("High Tide");
|
banned.add("High Tide");
|
||||||
banned.add("Hymn to Tourach");
|
banned.add("Hymn to Tourach");
|
||||||
banned.add("Invigorate");
|
banned.add("Invigorate");
|
||||||
|
banned.add("Monastery Swiftspear");
|
||||||
banned.add("Mystic Sanctuary");
|
banned.add("Mystic Sanctuary");
|
||||||
banned.add("Peregrine Drake");
|
banned.add("Peregrine Drake");
|
||||||
banned.add("Prophetic Prism");
|
banned.add("Prophetic Prism");
|
||||||
|
|
|
||||||
|
|
@ -31,14 +31,15 @@ public class Pioneer extends Constructed {
|
||||||
banned.add("Balustrade Spy");
|
banned.add("Balustrade Spy");
|
||||||
banned.add("Felidar Guardian");
|
banned.add("Felidar Guardian");
|
||||||
banned.add("Field of the Dead");
|
banned.add("Field of the Dead");
|
||||||
|
banned.add("Geological Appraiser");
|
||||||
banned.add("Inverter of Truth");
|
banned.add("Inverter of Truth");
|
||||||
|
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");
|
||||||
banned.add("Lurrus of the Dream-Den");
|
banned.add("Lurrus of the Dream-Den");
|
||||||
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("Smuggler's Copter");
|
|
||||||
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");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue