[ACR] Implement Aya of Alexandria

This commit is contained in:
theelk801 2024-06-19 08:09:44 -04:00
parent 94fb867dd5
commit daef3ef798
2 changed files with 63 additions and 0 deletions

View file

@ -22,6 +22,7 @@ public final class AssassinsCreed extends ExpansionSet {
this.hasBoosters = false;
cards.add(new SetCardInfo("Assassin's Trophy", 166, Rarity.RARE, mage.cards.a.AssassinsTrophy.class));
cards.add(new SetCardInfo("Aya of Alexandria", 48, Rarity.RARE, mage.cards.a.AyaOfAlexandria.class));
cards.add(new SetCardInfo("Basim Ibn Ishaq", 49, Rarity.RARE, mage.cards.b.BasimIbnIshaq.class));
cards.add(new SetCardInfo("Bayek of Siwa", 50, Rarity.RARE, mage.cards.b.BayekOfSiwa.class));
cards.add(new SetCardInfo("Cathartic Reunion", 94, Rarity.UNCOMMON, mage.cards.c.CatharticReunion.class));