[SNC] Implemented Spellbinding Soprano

This commit is contained in:
Evan Kranzler 2022-04-18 19:09:13 -04:00
parent 9bfd17e653
commit bbad644aad
3 changed files with 53 additions and 1 deletions

View file

@ -28,6 +28,7 @@ public final class NewCapennaCommander extends ExpansionSet {
cards.add(new SetCardInfo("Damning Verdict", 15, Rarity.RARE, mage.cards.d.DamningVerdict.class));
cards.add(new SetCardInfo("Extravagant Replication", 25, Rarity.RARE, mage.cards.e.ExtravagantReplication.class));
cards.add(new SetCardInfo("Kitt Kanto, Mayhem Diva", 4, Rarity.MYTHIC, mage.cards.k.KittKantoMayhemDiva.class));
cards.add(new SetCardInfo("Spellbinding Soprano", 53, Rarity.RARE, mage.cards.s.SpellbindingSoprano.class));
cards.removeIf(setCardInfo -> unfinished.contains(setCardInfo.getName())); // remove when shield counters are implemented
}