forked from External/mage
[KHM] Implemented Absorb Identity
This commit is contained in:
parent
384ff2e7ac
commit
34c359a4e8
2 changed files with 81 additions and 0 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue