forked from External/mage
[FIC] Implement Helitrooper
This commit is contained in:
parent
b31d939db7
commit
4a9d369652
2 changed files with 62 additions and 0 deletions
|
|
@ -161,6 +161,8 @@ public final class FinalFantasyCommander extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Harmonize", 308, Rarity.UNCOMMON, mage.cards.h.Harmonize.class));
|
||||
cards.add(new SetCardInfo("Heidegger, Shinra Executive", 136, Rarity.RARE, mage.cards.h.HeideggerShinraExecutive.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Heidegger, Shinra Executive", 21, Rarity.RARE, mage.cards.h.HeideggerShinraExecutive.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Helitrooper", 106, Rarity.RARE, mage.cards.h.Helitrooper.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Helitrooper", 22, Rarity.RARE, mage.cards.h.Helitrooper.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Hellkite Tyrant", 295, Rarity.RARE, mage.cards.h.HellkiteTyrant.class));
|
||||
cards.add(new SetCardInfo("Herald's Horn", 228, Rarity.RARE, mage.cards.h.HeraldsHorn.class));
|
||||
cards.add(new SetCardInfo("Hermes, Overseer of Elpis", 141, Rarity.RARE, mage.cards.h.HermesOverseerOfElpis.class, NON_FULL_USE_VARIOUS));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue