forked from External/mage
[FIC] Implement Aerith, Last Ancient
This commit is contained in:
parent
89b720d4b1
commit
3aebb53c74
2 changed files with 65 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ public final class FinalFantasyCommander extends ExpansionSet {
|
|||
super("Final Fantasy Commander", "FIC", ExpansionSet.buildDate(2025, 6, 13), SetType.SUPPLEMENTAL);
|
||||
this.hasBasicLands = false;
|
||||
|
||||
cards.add(new SetCardInfo("Aerith, Last Ancient", 76, Rarity.RARE, mage.cards.a.AerithLastAncient.class));
|
||||
cards.add(new SetCardInfo("Alisaie Leveilleur", 9, Rarity.RARE, mage.cards.a.AlisaieLeveilleur.class));
|
||||
cards.add(new SetCardInfo("Alphinaud Leveilleur", 33, Rarity.RARE, mage.cards.a.AlphinaudLeveilleur.class));
|
||||
cards.add(new SetCardInfo("Altered Ego", 317, Rarity.RARE, mage.cards.a.AlteredEgo.class));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue