1
0
Fork 0
mirror of https://github.com/correl/mage.git synced 2025-04-03 01:08:59 -09:00

Updated modern, commander, and duel commander banlists.

This commit is contained in:
fireshoes 2016-01-18 14:49:38 -06:00
parent e3dc5399c9
commit 1082a0c549
3 changed files with 12 additions and 14 deletions
Mage.Server.Plugins/Mage.Deck.Constructed/src/mage/deck

View file

@ -74,6 +74,7 @@ public class Commander extends DeckValidator {
banned.add("Painter's Servant");
banned.add("Panoptic Mirror");
banned.add("Primeval Titan");
banned.add("Prophet of Kruphix");
banned.add("Protean Hulk");
banned.add("Recurring Nightmare");
banned.add("Rofellos, Llanowar Emissary");

View file

@ -40,7 +40,6 @@ public class DuelCommander extends Commander {
banned.add("Balance");
banned.add("Back to Basics");
banned.add("Black Lotus");
banned.add("Cataclysm");
banned.add("Channel");
banned.add("Entomb");
banned.add("Fastbond");

View file

@ -27,21 +27,18 @@
*/
package mage.deck;
import java.util.Date;
import java.util.GregorianCalendar;
import mage.cards.ExpansionSet;
import mage.cards.Sets;
import mage.cards.decks.Constructed;
import mage.constants.SetType;
import java.util.Date;
import java.util.GregorianCalendar;
/**
*
* @author LevelX2
*/
public class Modern extends Constructed {
public Modern() {
super("Constructed - Modern");
@ -56,14 +53,14 @@ public class Modern extends Constructed {
banned.add("Ancestral Vision");
banned.add("Ancient Den");
banned.add("Birthing Pod"); // banned effective January 23, 2015
banned.add("Birthing Pod");
banned.add("Blazing Shoal");
banned.add("Bloodbraid Elf"); // (banned effective February 1, 2013)
banned.add("Bloodbraid Elf");
banned.add("Chrome Mox");
banned.add("Cloudpost");
banned.add("Dark Depths");
banned.add("Deathrite Shaman"); // (banned effective February 7, 2014
banned.add("Dig Through Time"); // banned effective January 23, 2015
banned.add("Deathrite Shaman");
banned.add("Dig Through Time");
banned.add("Dread Return");
banned.add("Glimpse of Nature");
banned.add("Great Furnace");
@ -76,16 +73,17 @@ public class Modern extends Constructed {
banned.add("Punishing Fire");
banned.add("Rite of Flame");
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("Second Sunrise");
banned.add("Seething Song");
banned.add("Sensei's Divining Top");
banned.add("Stoneforge Mystic");
banned.add("Skullclamp");
banned.add("Splinter Twin");
banned.add("Summer Bloom");
banned.add("Sword of the Meek");
banned.add("Treasure Cruise"); // banned effective January 23, 2015
banned.add("Treasure Cruise");
banned.add("Tree of Tales");
banned.add("Umezawa's Jitte");
banned.add("Vault of Whispers");
}
}