[KHM] Implemented Absorb Identity

This commit is contained in:
Daniel Bomar 2020-12-18 17:10:06 -06:00
parent 384ff2e7ac
commit 34c359a4e8
2 changed files with 81 additions and 0 deletions

View file

@ -28,6 +28,7 @@ public final class Kaldheim extends ExpansionSet {
this.numBoosterDoubleFaced = 1;
this.maxCardNumberInBooster = 285;
cards.add(new SetCardInfo("Absorb Identity", 383, Rarity.UNCOMMON, mage.cards.a.AbsorbIdentity.class));
cards.add(new SetCardInfo("Barkchannel Pathway", 251, Rarity.RARE, mage.cards.b.BarkchannelPathway.class));
cards.add(new SetCardInfo("Blightstep Pathway", 252, Rarity.RARE, mage.cards.b.BlightstepPathway.class));
cards.add(new SetCardInfo("Canopy Tactician", 378, Rarity.RARE, mage.cards.c.CanopyTactician.class));