forked from External/mage
Implemented Infinity Elemental
This commit is contained in:
parent
8bc9ae1543
commit
9963a5ddf8
1 changed files with 1 additions and 0 deletions
|
|
@ -62,6 +62,7 @@ public class Unstable extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Ground Pounder", 110, Rarity.COMMON, mage.cards.g.GroundPounder.class));
|
||||
cards.add(new SetCardInfo("Hammer Helper", 85, Rarity.COMMON, mage.cards.h.HammerHelper.class));
|
||||
cards.add(new SetCardInfo("Hydradoodle", 112, Rarity.RARE, mage.cards.h.Hydradoodle.class));
|
||||
cards.add(new SetCardInfo("Infinity Elemental", 88, Rarity.MYTHIC, mage.cards.i.InfinityElemental.class));
|
||||
cards.add(new SetCardInfo("Inhumaniac", 59, Rarity.UNCOMMON, mage.cards.i.Inhumaniac.class));
|
||||
cards.add(new SetCardInfo("Island", 213, Rarity.LAND, mage.cards.basiclands.Island.class, new CardGraphicInfo(FrameStyle.UNH_FULL_ART_BASIC, false)));
|
||||
cards.add(new SetCardInfo("Krark's Other Thumb", 151, Rarity.UNCOMMON, mage.cards.k.KrarksOtherThumb.class));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue