mirror of
https://github.com/magefree/mage.git
synced 2026-01-23 19:59:54 -08:00
[ACR] Implement Bayek of Siwa
This commit is contained in:
parent
a6afbbdc01
commit
acd4d5477c
2 changed files with 67 additions and 0 deletions
|
|
@ -23,6 +23,7 @@ public final class AssassinsCreed extends ExpansionSet {
|
|||
|
||||
cards.add(new SetCardInfo("Assassin's Trophy", 166, Rarity.RARE, mage.cards.a.AssassinsTrophy.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));
|
||||
cards.add(new SetCardInfo("Cleopatra, Exiled Pharaoh", 52, Rarity.MYTHIC, mage.cards.c.CleopatraExiledPharaoh.class));
|
||||
cards.add(new SetCardInfo("Coastal Piracy", 84, Rarity.UNCOMMON, mage.cards.c.CoastalPiracy.class));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue