[FIC] Implement Hraesvelgr of the First Brood (#13634)

This commit is contained in:
Balázs Kristóf 2025-05-15 17:01:21 +02:00 committed by GitHub
parent d6d5d7f2b3
commit 6e0501e9b7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 68 additions and 0 deletions

View file

@ -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));