[ACR] Implement Towering Viewpoint

This commit is contained in:
theelk801 2024-06-20 09:42:09 -04:00
parent b7b93e0f4d
commit ebc0ec0c9f
2 changed files with 54 additions and 0 deletions

View file

@ -72,6 +72,7 @@ public final class AssassinsCreed extends ExpansionSet {
cards.add(new SetCardInfo("Terminate", 98, Rarity.UNCOMMON, mage.cards.t.Terminate.class));
cards.add(new SetCardInfo("The Animus", 69, Rarity.RARE, mage.cards.t.TheAnimus.class));
cards.add(new SetCardInfo("The Spear of Leonidas", 38, Rarity.RARE, mage.cards.t.TheSpearOfLeonidas.class));
cards.add(new SetCardInfo("Towering Viewpoint", 77, Rarity.UNCOMMON, mage.cards.t.ToweringViewpoint.class));
cards.add(new SetCardInfo("Waterlogged Grove", 116, Rarity.RARE, mage.cards.w.WaterloggedGrove.class));
}
}