mirror of
https://github.com/magefree/mage.git
synced 2026-01-22 19:29:59 -08:00
[ACR] Implement Ezio, Blade of Vengeance
This commit is contained in:
parent
252640547d
commit
dca9787cb9
2 changed files with 54 additions and 0 deletions
|
|
@ -23,6 +23,7 @@ public final class AssassinsCreed extends ExpansionSet {
|
|||
|
||||
cards.add(new SetCardInfo("Cover of Darkness", 89, Rarity.RARE, mage.cards.c.CoverOfDarkness.class));
|
||||
cards.add(new SetCardInfo("Eivor, Battle-Ready", 274, Rarity.MYTHIC, mage.cards.e.EivorBattleReady.class));
|
||||
cards.add(new SetCardInfo("Ezio, Blade of Vengeance", 275, Rarity.MYTHIC, mage.cards.e.EzioBladeOfVengeance.class));
|
||||
cards.add(new SetCardInfo("Haystack", 175, Rarity.UNCOMMON, mage.cards.h.Haystack.class));
|
||||
cards.add(new SetCardInfo("Sword of Feast and Famine", 99, Rarity.MYTHIC, mage.cards.s.SwordOfFeastAndFamine.class));
|
||||
cards.add(new SetCardInfo("Temporal Trespass", 86, Rarity.MYTHIC, mage.cards.t.TemporalTrespass.class));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue