diff --git a/Mage.Sets/src/mage/sets/InnistradMidnightHunt.java b/Mage.Sets/src/mage/sets/InnistradMidnightHunt.java new file mode 100644 index 00000000000..afe7a3146c6 --- /dev/null +++ b/Mage.Sets/src/mage/sets/InnistradMidnightHunt.java @@ -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)); + } +} diff --git a/Utils/known-sets.txt b/Utils/known-sets.txt index 0cbe8a1c906..e4edc60111f 100644 --- a/Utils/known-sets.txt +++ b/Utils/known-sets.txt @@ -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| diff --git a/Utils/mtg-cards-data.txt b/Utils/mtg-cards-data.txt index 840db054914..216e99e5122 100644 --- a/Utils/mtg-cards-data.txt +++ b/Utils/mtg-cards-data.txt @@ -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}.)| diff --git a/Utils/mtg-sets-data.txt b/Utils/mtg-sets-data.txt index 9a023ab79c2..700a73f8f3e 100644 --- a/Utils/mtg-sets-data.txt +++ b/Utils/mtg-sets-data.txt @@ -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|