[ACR] Implement The Spear of Leonidas

This commit is contained in:
theelk801 2024-06-09 11:47:49 -04:00
parent 2cef1c83b2
commit ee479d24c9
3 changed files with 91 additions and 0 deletions

View file

@ -29,5 +29,6 @@ public final class AssassinsCreed extends ExpansionSet {
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));
cards.add(new SetCardInfo("The Spear of Leonidas", 165, Rarity.RARE, mage.cards.t.TheSpearOfLeonidas.class));
}
}