[EOE] Implement Wefstalker Ardent

This commit is contained in:
theelk801 2025-07-09 11:24:37 -04:00
parent a9b651e0dc
commit 55df883b52
3 changed files with 49 additions and 0 deletions

View file

@ -148,6 +148,7 @@ public final class EdgeOfEternities extends ExpansionSet {
cards.add(new SetCardInfo("Watery Grave", 261, Rarity.RARE, mage.cards.w.WateryGrave.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Watery Grave", 286, Rarity.RARE, mage.cards.w.WateryGrave.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Watery Grave", 381, Rarity.RARE, mage.cards.w.WateryGrave.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Weftstalker Ardent", 169, Rarity.UNCOMMON, mage.cards.w.WeftstalkerArdent.class));
cards.add(new SetCardInfo("Wurmwall Sweeper", 249, Rarity.COMMON, mage.cards.w.WurmwallSweeper.class));
cards.removeIf(setCardInfo -> unfinished.contains(setCardInfo.getName()));