[MID] added set

This commit is contained in:
Evan Kranzler 2021-08-05 21:26:19 -04:00
parent 9c7677d18b
commit 5bfcfe0ff7
4 changed files with 50 additions and 0 deletions

View file

@ -0,0 +1,36 @@
package mage.sets;
import mage.cards.ExpansionSet;
import mage.constants.Rarity;
import mage.constants.SetType;
/**
* @author TheElk801
*/
public final class InnistradMidnightHunt extends ExpansionSet {
private static final InnistradMidnightHunt instance = new InnistradMidnightHunt();
public static InnistradMidnightHunt getInstance() {
return instance;
}
private InnistradMidnightHunt() {
super("Innistrad: Midnight Hunt", "MID", ExpansionSet.buildDate(2021, 9, 24), SetType.EXPANSION);
this.blockName = "Innistrad: Midnight Hunt";
this.hasBoosters = true;
this.hasBasicLands = true;
this.numBoosterLands = 1;
this.numBoosterCommon = 9;
this.numBoosterUncommon = 3;
this.numBoosterRare = 1;
this.ratioBoosterMythic = 8;
this.numBoosterDoubleFaced = 1;
cards.add(new SetCardInfo("Forest", 276, Rarity.LAND, mage.cards.basiclands.Forest.class, FULL_ART_BFZ_VARIOUS));
cards.add(new SetCardInfo("Island", 270, Rarity.LAND, mage.cards.basiclands.Island.class, FULL_ART_BFZ_VARIOUS));
cards.add(new SetCardInfo("Mountain", 274, Rarity.LAND, mage.cards.basiclands.Mountain.class, FULL_ART_BFZ_VARIOUS));
cards.add(new SetCardInfo("Plains", 268, Rarity.LAND, mage.cards.basiclands.Plains.class, FULL_ART_BFZ_VARIOUS));
cards.add(new SetCardInfo("Swamp", 272, Rarity.LAND, mage.cards.basiclands.Swamp.class, FULL_ART_BFZ_VARIOUS));
}
}

View file

@ -113,6 +113,7 @@ Ice Age|IceAge|
IconicMasters|IconicMasters|
Ikoria: Lair of Behemoths|IkoriaLairOfBehemoths|
Innistrad|Innistrad|
Innistrad: Midnight Hunt|InnistradMidnightHunt|
Invasion|Invasion|
Ixalan|Ixalan|
Journey into Nyx|JourneyIntoNyx|

View file

@ -42171,3 +42171,15 @@ Vitu-Ghazi, the City-Tree|Forgotten Realms Commander|272|U||Land|||{T}: Add {C}.
Zhalfirin Void|Forgotten Realms Commander|273|U||Land|||When Zhalfirin Void enters the battlefield, scry 1.${T}: Add {C}.|
Dragonspeaker Shaman|Forgotten Realms Commander|330|U|{1}{R}{R}|Creature - Human Barbarian Shaman|2|2|Dragon spells you cast cost {2} less to cast.|
Lightning Greaves|Forgotten Realms Commander|331|U|{2}|Artifact - Equipment|||Equipped creature has haste and shroud.$Equip {0}|
Consider|Innistrad: Midnight Hunt|44|C|{U}|Instant|||Look at the top card of your library. You may put that card into your graveyard.$Draw a card.|
Triskaidekaphile|Innistrad: Midnight Hunt|81|R|{1}{U}|Creature - Human Wizard|1|3|You have no maximum hand size.$At the beginning of your upkeep, if you have exactly thirteen cards in your hand, you win the game.${3}{U}: Draw a card.|
Champion of the Perished|Innistrad: Midnight Hunt|91|R|{B}|Creature - Zombie|1|1|Whenever another Zombie enters the battlefield under your control, put a +1/+1 counter on Champion of the Perished.|
Infernal Grasp|Innistrad: Midnight Hunt|107|U|{1}{B}|Instant|||Destroy target creature. You lose 2 life.|
Play with Fire|Innistrad: Midnight Hunt|154|U|{R}|Instant|||Play with Fire deals 2 damage to any target. If a player is dealt damage this way, scry 1.|
Wrenn and Seven|Innistrad: Midnight Hunt|208|M|{3}{G}{G}|Legendary Planeswalker - Wrenn|5|+1: Reveal the top four cards of your library. Put all land cards revealed this way into your hand and the rest into your graveyard.$0: Put any number of land cards from your hand onto the battlefield tapped.$3: Create a green Treefolk creature token with reach and "This creature's power and toughness are each equal to the number of lands you control."$8: Return all permanent cards from your graveyard to your hand. You get an emblem with "You have no maximum hand size."|
Join the Dance|Innistrad: Midnight Hunt|229|U|{G}{W}|Sorcery|||Create two 1/1 white Human creature tokens.$Flashback {3}{G}{W}|
Plains|Innistrad: Midnight Hunt|268|C||Basic Land - Plains|||({T}: Add {W}.)|
Island|Innistrad: Midnight Hunt|270|C||Basic Land - Island|||({T}: Add {U}.)|
Swamp|Innistrad: Midnight Hunt|272|C||Basic Land - Swamp|||({T}: Add {B}.)|
Mountain|Innistrad: Midnight Hunt|274|C||Basic Land - Mountain|||({T}: Add {R}.)|
Forest|Innistrad: Midnight Hunt|276|C||Basic Land - Forest|||({T}: Add {G}.)|

View file

@ -115,6 +115,7 @@ Iconic Masters|IMA|
Ikoria: Lair of Behemoths|IKO|
Invasion|INV|
Innistrad|ISD|
Innistrad: Midnight Hunt|MID|
Journey into Nyx|JOU|
Judge Promo|JR|
Judgment|JUD|