mirror of
https://github.com/correl/mage.git
synced 2024-11-14 19:19:32 +00:00
Removed the HarperPrism Book Promos cards from the MediaInserts set.
Removed the cards from the OldSchool* ban lists, because this change makes them unavailable to the format.
This commit is contained in:
parent
8fdd3511b0
commit
0a7cc9672e
3 changed files with 0 additions and 9 deletions
|
@ -126,7 +126,6 @@ public class OldSchool9394CFB extends Constructed {
|
|||
banned.add("Garruk Wildspeaker");
|
||||
banned.add("Gaze of Granite");
|
||||
banned.add("Genesis Hydra");
|
||||
banned.add("Giant Badger");
|
||||
banned.add("Gideon of the Trials");
|
||||
banned.add("Gideon, Ally of Zendikar");
|
||||
banned.add("Gideon, Battle-Forged");
|
||||
|
@ -166,7 +165,6 @@ public class OldSchool9394CFB extends Constructed {
|
|||
banned.add("Liliana Vess");
|
||||
banned.add("Liliana Vess");
|
||||
banned.add("Magister of Worth");
|
||||
banned.add("Mana Crypt");
|
||||
banned.add("Markov Dreadknight");
|
||||
banned.add("Memoricide");
|
||||
banned.add("Merfolk Mesmerist");
|
||||
|
@ -242,7 +240,6 @@ public class OldSchool9394CFB extends Constructed {
|
|||
banned.add("Warmonger");
|
||||
banned.add("Wash Out");
|
||||
banned.add("Wildfire Eternal");
|
||||
banned.add("Windseeker Centaur");
|
||||
banned.add("Xathrid Necromancer");
|
||||
|
||||
restricted.add("Ancestral Recall");
|
||||
|
|
|
@ -127,7 +127,6 @@ public class OldSchool9394EC extends Constructed {
|
|||
banned.add("Garruk Wildspeaker");
|
||||
banned.add("Gaze of Granite");
|
||||
banned.add("Genesis Hydra");
|
||||
banned.add("Giant Badger");
|
||||
banned.add("Gideon of the Trials");
|
||||
banned.add("Gideon, Ally of Zendikar");
|
||||
banned.add("Gideon, Battle-Forged");
|
||||
|
@ -167,7 +166,6 @@ public class OldSchool9394EC extends Constructed {
|
|||
banned.add("Liliana Vess");
|
||||
banned.add("Liliana Vess");
|
||||
banned.add("Magister of Worth");
|
||||
banned.add("Mana Crypt");
|
||||
banned.add("Markov Dreadknight");
|
||||
banned.add("Memoricide");
|
||||
banned.add("Merfolk Mesmerist");
|
||||
|
@ -243,7 +241,6 @@ public class OldSchool9394EC extends Constructed {
|
|||
banned.add("Warmonger");
|
||||
banned.add("Wash Out");
|
||||
banned.add("Wildfire Eternal");
|
||||
banned.add("Windseeker Centaur");
|
||||
banned.add("Xathrid Necromancer");
|
||||
|
||||
restricted.add("Ancestral Recall");
|
||||
|
|
|
@ -89,7 +89,6 @@ public final class MediaInserts extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Garruk Wildspeaker", 16, Rarity.RARE, mage.cards.g.GarrukWildspeaker.class));
|
||||
cards.add(new SetCardInfo("Gaze of Granite", 81, Rarity.RARE, mage.cards.g.GazeOfGranite.class));
|
||||
cards.add(new SetCardInfo("Genesis Hydra", 142, Rarity.SPECIAL, mage.cards.g.GenesisHydra.class));
|
||||
cards.add(new SetCardInfo("Giant Badger", 8, Rarity.SPECIAL, mage.cards.g.GiantBadger.class));
|
||||
cards.add(new SetCardInfo("Gideon of the Trials", 177, Rarity.MYTHIC, mage.cards.g.GideonOfTheTrials.class));
|
||||
cards.add(new SetCardInfo("Gideon, Ally of Zendikar", 172, Rarity.MYTHIC, mage.cards.g.GideonAllyOfZendikar.class));
|
||||
cards.add(new SetCardInfo("Gideon, Battle-Forged", 994, Rarity.SPECIAL, mage.cards.g.GideonBattleForged.class));
|
||||
|
@ -130,7 +129,6 @@ public final class MediaInserts extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Liliana Vess", 30, Rarity.RARE, mage.cards.l.LilianaVess.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Liliana Vess", 101, Rarity.MYTHIC, mage.cards.l.LilianaVess.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Magister of Worth", 86, Rarity.SPECIAL, mage.cards.m.MagisterOfWorth.class));
|
||||
cards.add(new SetCardInfo("Mana Crypt", 6, Rarity.RARE, mage.cards.m.ManaCrypt.class));
|
||||
cards.add(new SetCardInfo("Markov Dreadknight", 151, Rarity.RARE, mage.cards.m.MarkovDreadknight.class));
|
||||
cards.add(new SetCardInfo("Memoricide", 29, Rarity.RARE, mage.cards.m.Memoricide.class));
|
||||
cards.add(new SetCardInfo("Merfolk Mesmerist", 45, Rarity.COMMON, mage.cards.m.MerfolkMesmerist.class));
|
||||
|
@ -207,7 +205,6 @@ public final class MediaInserts extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Warmonger", 12, Rarity.SPECIAL, mage.cards.w.Warmonger.class));
|
||||
cards.add(new SetCardInfo("Wash Out", 82, Rarity.UNCOMMON, mage.cards.w.WashOut.class));
|
||||
cards.add(new SetCardInfo("Wildfire Eternal", 166, Rarity.RARE, mage.cards.w.WildfireEternal.class));
|
||||
cards.add(new SetCardInfo("Windseeker Centaur", 7, Rarity.SPECIAL, mage.cards.w.WindseekerCentaur.class));
|
||||
cards.add(new SetCardInfo("Xathrid Necromancer", 91, Rarity.SPECIAL, mage.cards.x.XathridNecromancer.class));
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue