[DFT] Implement Willowrush Verge

This commit is contained in:
theelk801 2025-01-22 11:34:49 -05:00
parent a585c7f8a9
commit 644efb3ee8
2 changed files with 60 additions and 0 deletions

View file

@ -48,6 +48,7 @@ public final class Aetherdrift extends ExpansionSet {
cards.add(new SetCardInfo("Thornwood Falls", 266, Rarity.COMMON, mage.cards.t.ThornwoodFalls.class));
cards.add(new SetCardInfo("Tranquil Cove", 267, Rarity.COMMON, mage.cards.t.TranquilCove.class));
cards.add(new SetCardInfo("Wastewood Verge", 268, Rarity.RARE, mage.cards.w.WastewoodVerge.class));
cards.add(new SetCardInfo("Willowrush Verge", 270, Rarity.RARE, mage.cards.w.WillowrushVerge.class));
cards.add(new SetCardInfo("Wind-Scarred Crag", 271, Rarity.COMMON, mage.cards.w.WindScarredCrag.class));
}
}