mirror of
https://github.com/magefree/mage.git
synced 2026-01-20 02:10:06 -08:00
[ACR] Implement Aya of Alexandria
This commit is contained in:
parent
94fb867dd5
commit
daef3ef798
2 changed files with 63 additions and 0 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue