forked from External/mage
Implement Conjurer's Ban
This commit is contained in:
parent
dcb1affb9d
commit
ed9d51526e
2 changed files with 86 additions and 0 deletions
|
|
@ -44,6 +44,7 @@ public final class Guildpact extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Castigate", 106, Rarity.COMMON, mage.cards.c.Castigate.class));
|
||||
cards.add(new SetCardInfo("Caustic Rain", 44, Rarity.UNCOMMON, mage.cards.c.CausticRain.class));
|
||||
cards.add(new SetCardInfo("Cerebral Vortex", 107, Rarity.RARE, mage.cards.c.CerebralVortex.class));
|
||||
cards.add(new SetCardInfo("Conjurer's Ban", 108, Rarity.UNCOMMON, mage.cards.c.ConjurersBan.class));
|
||||
cards.add(new SetCardInfo("Crash Landing", 82, Rarity.UNCOMMON, mage.cards.c.CrashLanding.class));
|
||||
cards.add(new SetCardInfo("Cremate", 45, Rarity.COMMON, mage.cards.c.Cremate.class));
|
||||
cards.add(new SetCardInfo("Cry of Contrition", 46, Rarity.COMMON, mage.cards.c.CryOfContrition.class));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue