diff --git a/Mage.Client/src/main/java/org/mage/plugins/card/dl/sources/ScryfallImageSupportCards.java b/Mage.Client/src/main/java/org/mage/plugins/card/dl/sources/ScryfallImageSupportCards.java index 5f2216152e8..f4999fa4d25 100644 --- a/Mage.Client/src/main/java/org/mage/plugins/card/dl/sources/ScryfallImageSupportCards.java +++ b/Mage.Client/src/main/java/org/mage/plugins/card/dl/sources/ScryfallImageSupportCards.java @@ -539,7 +539,8 @@ public class ScryfallImageSupportCards { add("LTC"); // Tales of Middle-Earth Commander add("CMM"); // Commander Masters add("WHO"); // Doctor Who - add("WOE"); // Doctor Who + add("WOE"); // Wilds of Eldraine + add("WOC"); // Wilds of Eldraine Commander } }; diff --git a/Mage.Sets/src/mage/sets/WildsOfEldraineCommander.java b/Mage.Sets/src/mage/sets/WildsOfEldraineCommander.java new file mode 100644 index 00000000000..f21268459a4 --- /dev/null +++ b/Mage.Sets/src/mage/sets/WildsOfEldraineCommander.java @@ -0,0 +1,22 @@ +package mage.sets; + +import mage.cards.ExpansionSet; +import mage.constants.Rarity; +import mage.constants.SetType; + +/** + * @author TheElk801 + */ +public final class WildsOfEldraineCommander extends ExpansionSet { + + private static final WildsOfEldraineCommander instance = new WildsOfEldraineCommander(); + + public static WildsOfEldraineCommander getInstance() { + return instance; + } + + private WildsOfEldraineCommander() { + super("Wilds of Eldraine Commander", "WOC", ExpansionSet.buildDate(2023, 9, 8), SetType.SUPPLEMENTAL); + this.hasBasicLands = false; + } +} diff --git a/Utils/known-sets.txt b/Utils/known-sets.txt index 8415f985cc8..86925e7a233 100644 --- a/Utils/known-sets.txt +++ b/Utils/known-sets.txt @@ -250,6 +250,7 @@ Weatherlight|Weatherlight| Welcome Deck 2016|WelcomeDeck2016| Welcome Deck 2017|WelcomeDeck2017| Wilds of Eldraine|WildsOfEldraine| +Wilds of Eldraine Commander|WildsOfEldraineCommander| World Magic Cup Qualifier|WorldMagicCupQualifier| Worldwake|Worldwake| WPN Gateway|WPNAndGatewayPromos| diff --git a/Utils/mtg-cards-data.txt b/Utils/mtg-cards-data.txt index 6a69bc08405..8346ad7144d 100644 --- a/Utils/mtg-cards-data.txt +++ b/Utils/mtg-cards-data.txt @@ -50198,3 +50198,5 @@ Island|Wilds of Eldraine|263|C||Basic Land - Island|||({T}: Add {U}.)| Swamp|Wilds of Eldraine|264|C||Basic Land - Swamp|||({T}: Add {B}.)| Mountain|Wilds of Eldraine|265|C||Basic Land - Mountain|||({T}: Add {R}.)| Forest|Wilds of Eldraine|266|C||Basic Land - Forest|||({T}: Add {G}.)| +Ellivere of the Wild Court|Wilds of Eldraine Commander|2|M|{2}{G}{W}|Legendary Creature - Human Knight|4|4|Whenever Ellivere of the Wild Court enters the battlefield or attacks, create a Virtuous Role token attached to another target creature you control.$Whenever an enchanted creature you control deals combat damage to a player, draw a card.| +Alela, Cunning Conqueror|Wilds of Eldraine Commander|3|M|{2}{U}{B}|Legendary Creature - Faerie Warlock|2|4|Flying$Whenever you cast your first spell during each opponent's turn, create a 1/1 black Faerie Rogue creature token with flying.$Whenever one or more Faeries you control deal combat damage to a player, goad target creature that player controls.| diff --git a/Utils/mtg-sets-data.txt b/Utils/mtg-sets-data.txt index 6c3fbecb422..002616ae51c 100644 --- a/Utils/mtg-sets-data.txt +++ b/Utils/mtg-sets-data.txt @@ -259,6 +259,7 @@ Welcome Deck 2016|W16| Welcome Deck 2017|W17| Weatherlight|WTH| Wilds of Eldraine|WOE| +Wilds of Eldraine Commander|WOC| Worldwake|WWK| Ixalan|XLN| Zendikar|ZEN|