mirror of
https://github.com/magefree/mage.git
synced 2025-12-21 02:52:02 -08:00
[WOC] add set
This commit is contained in:
parent
cbc8e68701
commit
eeb0f9b7d8
5 changed files with 28 additions and 1 deletions
|
|
@ -539,7 +539,8 @@ public class ScryfallImageSupportCards {
|
||||||
add("LTC"); // Tales of Middle-Earth Commander
|
add("LTC"); // Tales of Middle-Earth Commander
|
||||||
add("CMM"); // Commander Masters
|
add("CMM"); // Commander Masters
|
||||||
add("WHO"); // Doctor Who
|
add("WHO"); // Doctor Who
|
||||||
add("WOE"); // Doctor Who
|
add("WOE"); // Wilds of Eldraine
|
||||||
|
add("WOC"); // Wilds of Eldraine Commander
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
22
Mage.Sets/src/mage/sets/WildsOfEldraineCommander.java
Normal file
22
Mage.Sets/src/mage/sets/WildsOfEldraineCommander.java
Normal file
|
|
@ -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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -250,6 +250,7 @@ Weatherlight|Weatherlight|
|
||||||
Welcome Deck 2016|WelcomeDeck2016|
|
Welcome Deck 2016|WelcomeDeck2016|
|
||||||
Welcome Deck 2017|WelcomeDeck2017|
|
Welcome Deck 2017|WelcomeDeck2017|
|
||||||
Wilds of Eldraine|WildsOfEldraine|
|
Wilds of Eldraine|WildsOfEldraine|
|
||||||
|
Wilds of Eldraine Commander|WildsOfEldraineCommander|
|
||||||
World Magic Cup Qualifier|WorldMagicCupQualifier|
|
World Magic Cup Qualifier|WorldMagicCupQualifier|
|
||||||
Worldwake|Worldwake|
|
Worldwake|Worldwake|
|
||||||
WPN Gateway|WPNAndGatewayPromos|
|
WPN Gateway|WPNAndGatewayPromos|
|
||||||
|
|
|
||||||
|
|
@ -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}.)|
|
Swamp|Wilds of Eldraine|264|C||Basic Land - Swamp|||({T}: Add {B}.)|
|
||||||
Mountain|Wilds of Eldraine|265|C||Basic Land - Mountain|||({T}: Add {R}.)|
|
Mountain|Wilds of Eldraine|265|C||Basic Land - Mountain|||({T}: Add {R}.)|
|
||||||
Forest|Wilds of Eldraine|266|C||Basic Land - Forest|||({T}: Add {G}.)|
|
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.|
|
||||||
|
|
|
||||||
|
|
@ -259,6 +259,7 @@ Welcome Deck 2016|W16|
|
||||||
Welcome Deck 2017|W17|
|
Welcome Deck 2017|W17|
|
||||||
Weatherlight|WTH|
|
Weatherlight|WTH|
|
||||||
Wilds of Eldraine|WOE|
|
Wilds of Eldraine|WOE|
|
||||||
|
Wilds of Eldraine Commander|WOC|
|
||||||
Worldwake|WWK|
|
Worldwake|WWK|
|
||||||
Ixalan|XLN|
|
Ixalan|XLN|
|
||||||
Zendikar|ZEN|
|
Zendikar|ZEN|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue