* Updated restriced/banned lists of different formats.

This commit is contained in:
LevelX2 2014-08-06 09:47:59 +02:00
parent bb8aae0124
commit e787132007
4 changed files with 39 additions and 14 deletions

View file

@ -63,6 +63,7 @@ public class Commander extends DeckValidator {
banned.add("Ancestral Recall");
banned.add("Balance");
banned.add("Biorhythm");
banned.add("Black Lotus");
banned.add("Channel");
banned.add("Coalition Victory");
banned.add("Emrakul, the Aeons Torn");
@ -83,13 +84,14 @@ public class Commander extends DeckValidator {
banned.add("Primeval Titan");
banned.add("Protean Hulk");
banned.add("Recurring Nightmare");
banned.add("Staff of Domination");
banned.add("Sundering Titan");
banned.add("Sway of the Stars");
banned.add("Sylvan Primordial");
banned.add("Time Vault");
banned.add("Time Walk");
banned.add("Tinker");
banned.add("Tolarian Academy");
banned.add("Trade Secrets");
banned.add("Upheaval");
banned.add("Worldfire");
banned.add("Yawgmoth's Bargain");

View file

@ -38,13 +38,16 @@ public class Legacy extends Constructed {
public Legacy() {
super("Constructed - Legacy");
banned.add("Advantageous Proclamation");
banned.add("Amulet of Quoz");
banned.add("Ancestral Recall");
banned.add("Backup Plan");
banned.add("Balance");
banned.add("Bazaar of Baghdad");
banned.add("Black Lotus");
banned.add("Black Vise");
banned.add("Brago's Favor");
banned.add("Bronze Tablet");
banned.add("Channel");
banned.add("Chaos Orb");
@ -53,6 +56,7 @@ public class Legacy extends Constructed {
banned.add("Demonic Attorney");
banned.add("Demonic Consultation");
banned.add("Demonic Tutor");
banned.add("Double Stroke");
banned.add("Earthcraft");
banned.add("Falling Star");
banned.add("Fastbond");
@ -61,7 +65,9 @@ public class Legacy extends Constructed {
banned.add("Goblin Recruiter");
banned.add("Gush");
banned.add("Hermit Druid");
banned.add("Immediate Action");
banned.add("Imperial Seal");
banned.add("Iterative Analysis");
banned.add("Jeweled Bird");
banned.add("Library of Alexandria");
banned.add("Mana Crypt");
@ -77,15 +83,20 @@ public class Legacy extends Constructed {
banned.add("Mox Pearl");
banned.add("Mox Ruby");
banned.add("Mox Sapphire");
banned.add("Muzzio's Preparations");
banned.add("Mystical Tutor");
banned.add("Necropotence");
banned.add("Oath of Druids");
banned.add("Power Play");
banned.add("Rebirth");
banned.add("Secret Summoning");
banned.add("Secrets of Paradise");
banned.add("Sentinel Dispatch");
banned.add("Shahrazad");
banned.add("Skullclamp");
banned.add("Sol Ring");
banned.add("Strip Mine");
banned.add("Survival of the Fittes");
banned.add("Survival of the Fittest");
banned.add("Tempest Efreet");
banned.add("Time Vault");
banned.add("Time Walk");
@ -93,12 +104,14 @@ public class Legacy extends Constructed {
banned.add("Timmerian Fiends");
banned.add("Tinker");
banned.add("Tolarian Academy");
banned.add("Unexpected Potential");
banned.add("Vampiric Tutor");
banned.add("Wheel of Fortune");
banned.add("Windfall");
banned.add("Worldgorger Dragon");
banned.add("Worldknit");
banned.add("Yawgmoth's Bargain");
banned.add("Yawgmoth's Will");
}
}

View file

@ -56,7 +56,6 @@ public class Modern extends Constructed {
banned.add("Ancestral Vision");
banned.add("Ancient Den");
// banned.add("Bitterblossom"); // (unbanned effective February 7, 2014)
banned.add("Blazing Shoal");
banned.add("Bloodbraid Elf"); // (banned effective February 1, 2013)
banned.add("Chrome Mox");
@ -75,8 +74,8 @@ public class Modern extends Constructed {
banned.add("Preordain");
banned.add("Punishing Fire");
banned.add("Rite of Flame");
banned.add("Second Sunrise"); // (banned effective May 3, 2013)
banned.add("Seat of the Synod");
banned.add("Second Sunrise"); // (banned effective May 3, 2013)
banned.add("Seething Song"); // (banned effective February 1, 2013)
banned.add("Sensei's Divining Top");
banned.add("Stoneforge Mystic");
@ -85,7 +84,6 @@ public class Modern extends Constructed {
banned.add("Tree of Tales");
banned.add("Umezawa's Jitte");
banned.add("Vault of Whispers");
// banned.add("Wild Nacatl"); // (unbanned effective February 7, 2014)
}
}

View file

@ -39,40 +39,51 @@ public class Vintage extends Constructed {
public Vintage() {
super("Constructed - Vintage");
banned.add("Advantageous Proclamation");
banned.add("Amulet of Quoz");
banned.add("Backup Plan");
banned.add("Brago's Favor");
banned.add("Bronze Tablet");
banned.add("Chaos Orb");
banned.add("Contract from Below");
banned.add("Darkpact");
banned.add("Demonic Attorney");
banned.add("Double Stroke");
banned.add("Falling Star");
banned.add("Immediate Action");
banned.add("Iterative Analysis");
banned.add("Jeweled Bird");
banned.add("Muzzio's Preparations");
banned.add("Power Play");
banned.add("Rebirth");
banned.add("Secret Summoning");
banned.add("Secrets of Paradise");
banned.add("Sentinel Dispatch");
banned.add("Shahrazad");
banned.add("Tempest Efreet");
banned.add("Timmerian Fiends");
banned.add("Unexpected Potential");
banned.add("Worldknit");
restricted.add("Ancestral Recall");
restricted.add("Balance");
restricted.add("Black Lotus");
restricted.add("Brainstorm");
restricted.add("Burning Wish");
restricted.add("Channel");
restricted.add("Demonic Consultation");
restricted.add("Demonic Tutor");
restricted.add("Fact or Fiction");
restricted.add("Fastbond");
restricted.add("Flash");
restricted.add("Gifts Ungiven");
restricted.add("Imperial Seal");
restricted.add("Library of Alexandria");
restricted.add("Lion's Eye Diamond");
restricted.add("Lions Eye Diamond");
restricted.add("Lotus Petal");
restricted.add("Mana Crypt");
restricted.add("Mana Vault");
restricted.add("Memory Jar");
restricted.add("Merchant Scroll");
restricted.add("Mind's Desire");
restricted.add("Minds Desire");
restricted.add("Mox Emerald");
restricted.add("Mox Jet");
restricted.add("Mox Pearl");
@ -93,8 +104,9 @@ public class Vintage extends Constructed {
restricted.add("Vampiric Tutor");
restricted.add("Wheel of Fortune");
restricted.add("Windfall");
restricted.add("Yawgmoth's Bargain");
restricted.add("Yawgmoth's Will");
restricted.add("Yawgmoths Bargain");
restricted.add("Yawgmoths Will");
}
}