mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
update formats banlist
https://magic.wizards.com/en/banned-restricted-list https://magic.wizards.com/en/news/announcements/may-13-2024-banned-and-restricted-announcement https://magic.wizards.com/en/news/announcements/pauper-bans-for-june-6-2024
This commit is contained in:
parent
21b0701597
commit
be58777f7b
4 changed files with 11 additions and 1 deletions
|
|
@ -16,6 +16,8 @@ public class Legacy extends Constructed {
|
|||
setCodes.add(set.getCode());
|
||||
}
|
||||
}
|
||||
banned.add("\"Name Sticker\" Goblin");
|
||||
|
||||
banned.add("Ancestral Recall");
|
||||
banned.add("Arcum's Astrolabe");
|
||||
banned.add("Balance");
|
||||
|
|
|
|||
|
|
@ -70,8 +70,8 @@ public class Modern extends Constructed {
|
|||
banned.add("Umezawa's Jitte");
|
||||
banned.add("Up the Beanstalk");
|
||||
banned.add("Uro, Titan of Nature's Wrath");
|
||||
banned.add("Yorion, Sky Nomad");
|
||||
banned.add("Vault of Whispers");
|
||||
banned.add("Violent Outburst");
|
||||
banned.add("Yorion, Sky Nomad");
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -21,6 +21,8 @@ public class Pauper extends Constructed {
|
|||
rarities.add(Rarity.COMMON);
|
||||
rarities.add(Rarity.LAND);
|
||||
|
||||
banned.add("Aarakocra Sneak");
|
||||
banned.add("All That Glitters");
|
||||
banned.add("Arcum's Astrolabe");
|
||||
banned.add("Atog");
|
||||
banned.add("Bonder's Ornament");
|
||||
|
|
@ -28,6 +30,7 @@ public class Pauper extends Constructed {
|
|||
banned.add("Cloud of Faeries");
|
||||
banned.add("Cloudpost");
|
||||
banned.add("Cranial Plating");
|
||||
banned.add("Cranial Ram");
|
||||
banned.add("Daze");
|
||||
banned.add("Disciple of the Vault");
|
||||
banned.add("Empty the Warrens");
|
||||
|
|
@ -45,8 +48,11 @@ public class Pauper extends Constructed {
|
|||
banned.add("Peregrine Drake");
|
||||
banned.add("Prophetic Prism");
|
||||
banned.add("Sinkhole");
|
||||
banned.add("Stirring Bard");
|
||||
banned.add("Sojourner's Companion");
|
||||
banned.add("Temporal Fissure");
|
||||
banned.add("Treasure Cruise");
|
||||
banned.add("Underdark Explorer");
|
||||
banned.add("Vicious Battlerager");
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -16,6 +16,8 @@ public class Vintage extends Constructed {
|
|||
setCodes.add(set.getCode());
|
||||
}
|
||||
}
|
||||
banned.add("\"Name Sticker\" Goblin");
|
||||
|
||||
restricted.add("Ancestral Recall");
|
||||
restricted.add("Balance");
|
||||
restricted.add("Black Lotus");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue