forked from External/mage
[FIC] Implement Hraesvelgr of the First Brood (#13634)
This commit is contained in:
parent
d6d5d7f2b3
commit
6e0501e9b7
2 changed files with 68 additions and 0 deletions
|
|
@ -177,6 +177,8 @@ public final class FinalFantasyCommander extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Hildibrand Manderville", 173, Rarity.RARE, mage.cards.h.HildibrandManderville.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Hildibrand Manderville", 83, Rarity.RARE, mage.cards.h.HildibrandManderville.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Hinterland Harbor", 403, Rarity.RARE, mage.cards.h.HinterlandHarbor.class));
|
||||
cards.add(new SetCardInfo("Hraesvelgr of the First Brood", 142, Rarity.RARE, mage.cards.h.HraesvelgrOfTheFirstBrood.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Hraesvelgr of the First Brood", 37, Rarity.RARE, mage.cards.h.HraesvelgrOfTheFirstBrood.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Hypnotic Sprite", 264, Rarity.UNCOMMON, mage.cards.h.HypnoticSprite.class));
|
||||
cards.add(new SetCardInfo("Idyllic Beachfront", 404, Rarity.COMMON, mage.cards.i.IdyllicBeachfront.class));
|
||||
cards.add(new SetCardInfo("Incubation Druid", 309, Rarity.RARE, mage.cards.i.IncubationDruid.class));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue