mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 10:40:06 -08:00
[WOE] add set
This commit is contained in:
parent
6ba4a9ee06
commit
e138003eb0
5 changed files with 51 additions and 0 deletions
|
|
@ -536,6 +536,7 @@ public class ScryfallImageSupportCards {
|
|||
add("LTC"); // Tales of Middle-Earth Commander
|
||||
add("CMM"); // Commander Masters
|
||||
add("WHO"); // Doctor Who
|
||||
add("WOE"); // Doctor Who
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
35
Mage.Sets/src/mage/sets/WildsOfEldraine.java
Normal file
35
Mage.Sets/src/mage/sets/WildsOfEldraine.java
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
package mage.sets;
|
||||
|
||||
import mage.cards.ExpansionSet;
|
||||
import mage.constants.Rarity;
|
||||
import mage.constants.SetType;
|
||||
|
||||
/**
|
||||
* @author TheElk801
|
||||
*/
|
||||
public final class WildsOfEldraine extends ExpansionSet {
|
||||
|
||||
private static final WildsOfEldraine instance = new WildsOfEldraine();
|
||||
|
||||
public static WildsOfEldraine getInstance() {
|
||||
return instance;
|
||||
}
|
||||
|
||||
private WildsOfEldraine() {
|
||||
super("Wilds of Eldraine", "WOE", ExpansionSet.buildDate(2023, 9, 8), SetType.EXPANSION);
|
||||
this.blockName = "Wilds of Eldraine";
|
||||
this.hasBoosters = false; // temporary
|
||||
|
||||
cards.add(new SetCardInfo("Forest", 266, Rarity.LAND, mage.cards.basiclands.Forest.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Island", 263, Rarity.LAND, mage.cards.basiclands.Island.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Mountain", 265, Rarity.LAND, mage.cards.basiclands.Mountain.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Plains", 262, Rarity.LAND, mage.cards.basiclands.Plains.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Sleight of Hand", 67, Rarity.COMMON, mage.cards.s.SleightOfHand.class));
|
||||
cards.add(new SetCardInfo("Swamp", 264, Rarity.LAND, mage.cards.basiclands.Swamp.class, NON_FULL_USE_VARIOUS));
|
||||
}
|
||||
|
||||
// @Override
|
||||
// public BoosterCollator createCollator() {
|
||||
// return new WildsOfEldraineCollator();
|
||||
// }
|
||||
}
|
||||
|
|
@ -249,6 +249,7 @@ War of the Spark|WarOfTheSpark|
|
|||
Weatherlight|Weatherlight|
|
||||
Welcome Deck 2016|WelcomeDeck2016|
|
||||
Welcome Deck 2017|WelcomeDeck2017|
|
||||
Wilds of Eldraine|WildsOfEldraine|
|
||||
World Magic Cup Qualifier|WorldMagicCupQualifier|
|
||||
Worldwake|Worldwake|
|
||||
WPN Gateway|WPNAndGatewayPromos|
|
||||
|
|
|
|||
|
|
@ -50162,3 +50162,16 @@ Swamp|Doctor Who|201|C||Basic Land - Swamp|||({T}: Add {B}.)|
|
|||
Mountain|Doctor Who|203|C||Basic Land - Mountain|||({T}: Add {R}.)|
|
||||
Forest|Doctor Who|205|C||Basic Land - Forest|||({T}: Add {G}.)|
|
||||
Farewell|Doctor Who|207|R|{4}{W}{W}|Sorcery|||Choose one or more --$* Exile all artifacts.$* Exile all creatures.$* Exile all enchantments.$* Exile all graveyards.|
|
||||
Moonshaker Cavalry|Wilds of Eldraine|21|M|{5}{W}{W}{W}|Creature - Spirit Knight|6|6|Flying$When Moonshaker Cavalry enters the battlefield, creatures you control gain flying and get +X/+X until end of turn, where X is the number of creatures you control.|
|
||||
Sleight of Hand|Wilds of Eldraine|67|C|{U}|Sorcery|||Look at the top two cards of your library. Put one of them into your hand and the other on the bottom of your library.|
|
||||
Ashiok, Wicked Manipulator|Wilds of Eldraine|78|M|{3}{B}{B}|Legendary Planeswalker - Ashiok|5|If you would pay life while your library has at least that many cards in it, exile that many cards from the top of your library instead.$+1: Look at the top two cards of your library. Exile one of them and put the other into your hand.$-2: Create two 1/1 black Nightmare creature tokens with "At the beginning of combat on your turn, if a card was put into exile this turn, put a +1/+1 counter on this creature."$-7: Target player exiles the top X cards of their library, where X is the total mana value of cards you own in exile.|
|
||||
Tough Cookie|Wilds of Eldraine|193|U|{1}{G}|Artifact Creature - Food Golem|2|2|When Tough Cookie enters the battlefield, create a Food token.${2}{G}: Target noncreature artifact you control becomes a 4/4 artifact creature until end of turn.${2}, {T}, Sacrifice Tough Cookie: You gain 3 life.|
|
||||
Talion, the Kindly Lord|Wilds of Eldraine|215|M|{2}{U}{B}|Legendary Creature - Faerie Noble|3|4|Flying$As Talion, the Kindly Lord enters the battlefield, choose a number between 1 and 10.$Whenever an opponent casts a spell with mana value, power, or toughness equal to the chosen number, that player loses 2 life and you draw a card.|
|
||||
Cruel Somnophage|Wilds of Eldraine|222|R|{1}{B}|Creature - Nightmare|*|*|Cruel Somnophage's power and toughness are each equal to the number of creature cards in all graveyards.|
|
||||
Can't Wake Up|Wilds of Eldraine|222|R|{1}{U}|Sorcery - Adventure|*|*|Target player mills four cards.|
|
||||
Restless Fortress|Wilds of Eldraine|259|R||Land|||Restless Fortress enters the battlefield tapped.${T}: Add {W} or {B}.${2}{W}{B}: Restless Fortress becomes a 1/4 white and black Nightmare creature until end of turn. It's still a land.$Whenever Restless Fortress attacks, defending player loses 2 life and you gain 2 life.|
|
||||
Plains|Wilds of Eldraine|262|C||Basic Land - Plains|||({T}: Add {W}.)|
|
||||
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}.)|
|
||||
|
|
|
|||
|
|
@ -258,6 +258,7 @@ War of the Spark|WAR|
|
|||
Welcome Deck 2016|W16|
|
||||
Welcome Deck 2017|W17|
|
||||
Weatherlight|WTH|
|
||||
Wilds of Eldraine|WOE|
|
||||
Worldwake|WWK|
|
||||
Ixalan|XLN|
|
||||
Zendikar|ZEN|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue