mirror of
https://github.com/correl/mage.git
synced 2024-11-28 11:09:54 +00:00
[MID] updated spoiler
This commit is contained in:
parent
4ada3f8ab9
commit
582f160a69
3 changed files with 18 additions and 18 deletions
|
@ -17,9 +17,9 @@ import java.util.UUID;
|
|||
/**
|
||||
* @author TheElk801
|
||||
*/
|
||||
public final class NeblegastIntruder extends CardImpl {
|
||||
public final class NebelgastIntruder extends CardImpl {
|
||||
|
||||
public NeblegastIntruder(UUID ownerId, CardSetInfo setInfo) {
|
||||
public NebelgastIntruder(UUID ownerId, CardSetInfo setInfo) {
|
||||
super(ownerId, setInfo, new CardType[]{CardType.CREATURE}, "{2}{U}");
|
||||
|
||||
this.subtype.add(SubType.SPIRIT);
|
||||
|
@ -38,12 +38,12 @@ public final class NeblegastIntruder extends CardImpl {
|
|||
this.addAbility(ability);
|
||||
}
|
||||
|
||||
private NeblegastIntruder(final NeblegastIntruder card) {
|
||||
private NebelgastIntruder(final NebelgastIntruder card) {
|
||||
super(card);
|
||||
}
|
||||
|
||||
@Override
|
||||
public NeblegastIntruder copy() {
|
||||
return new NeblegastIntruder(this);
|
||||
public NebelgastIntruder copy() {
|
||||
return new NebelgastIntruder(this);
|
||||
}
|
||||
}
|
|
@ -12,7 +12,7 @@ import java.util.List;
|
|||
*/
|
||||
public final class InnistradMidnightHunt extends ExpansionSet {
|
||||
|
||||
private static final List<String> unfinished = Arrays.asList("Arlinn, the Pack's Hope", "Arlinn, the Moon's Fury", "Baithook Angler", "Hook-Haunt Drifter", "Baneblade Scoundrel", "Baneclaw Marauder", "Beloved Beggar", "Generous Soul", "Bird Admirer", "Wing Shredder", "Brimstone Vandal", "Brutal Cathar", "Moonrage Brute", "Burly Breaker", "Dire-Strain Demolisher", "Celestus Sanctifier", "Chaplain of Alms", "Chapel Shieldgeist", "Component Collector", "Covert Cutpurse", "Covetous Geist", "Covetous Castaway", "Ghostly Castigator", "Curse of Leeches", "Leeching Lurker", "Dennick, Pious Apprentice", "Dennick, Pious Apparition", "Devoted Grafkeeper", "Departed Soulkeeper", "Fangblade Brigand", "Fangblade Eviscerator", "Firmament Sage", "Galedrifter", "Waildrifter", "Gavony Dawnguard", "Graveyard Trespasser", "Graveyard Glutton", "Harvesttide Infiltrator", "Harvesttide Assailant", "Hound Tamer", "Untamed Pup", "Kessig Naturalist", "Lord of the Ulvenwald", "Lunarch Veteran", "Luminous Phantom", "Malevolent Hermit", "Benevolent Geist", "Mourning Patrol", "Morning Apparition", "Obsessive Astronomer", "Overwhelmed Archivist", "Archive Haunt", "Reckless Stormseeker", "Storm-Charged Slasher", "Shady Traveler", "Stalking Predator", "Shipwreck Sifters", "Spellrune Painter", "Spellrune Howler", "Sunrise Cavalier", "Sunstreak Phoenix", "Suspicious Stowaway", "Seafaring Werewolf", "Tavern Ruffian", "Tavern Smasher", "The Celestus", "Thraben Exorcism", "Tovolar, Dire Overlord", "Tovolar, the Midnight Scourge", "Tovolar's Huntmaster", "Tovolar's Packleader", "Unblinking Observer", "Vadrik, Astral Archmage", "Village Watch", "Village Reavers");
|
||||
private static final List<String> unfinished = Arrays.asList("Arlinn, the Pack's Hope", "Arlinn, the Moon's Fury", "Baithook Angler", "Hook-Haunt Drifter", "Baneblade Scoundrel", "Baneclaw Marauder", "Beloved Beggar", "Generous Soul", "Bird Admirer", "Wing Shredder", "Brimstone Vandal", "Brutal Cathar", "Moonrage Brute", "Burly Breaker", "Dire-Strain Demolisher", "Celestus Sanctifier", "Chaplain of Alms", "Chapel Shieldgeist", "Component Collector", "Covert Cutpurse", "Covetous Geist", "Covetous Castaway", "Ghostly Castigator", "Curse of Leeches", "Leeching Lurker", "Dennick, Pious Apprentice", "Dennick, Pious Apparition", "Devoted Grafkeeper", "Departed Soulkeeper", "Fangblade Brigand", "Fangblade Eviscerator", "Firmament Sage", "Galedrifter", "Waildrifter", "Gavony Dawnguard", "Graveyard Trespasser", "Graveyard Glutton", "Harvesttide Infiltrator", "Harvesttide Assailant", "Hound Tamer", "Untamed Pup", "Kessig Naturalist", "Lord of the Ulvenwald", "Lunarch Veteran", "Luminous Phantom", "Malevolent Hermit", "Benevolent Geist", "Mourning Patrol", "Morning Apparition", "Obsessive Astronomer", "Outland Liberator", "Frenzied Trapbreaker", "Overwhelmed Archivist", "Archive Haunt", "Phantom Carriage", "Reckless Stormseeker", "Storm-Charged Slasher", "Shady Traveler", "Stalking Predator", "Shipwreck Sifters", "Spellrune Painter", "Spellrune Howler", "Sunrise Cavalier", "Sunstreak Phoenix", "Suspicious Stowaway", "Seafaring Werewolf", "Tavern Ruffian", "Tavern Smasher", "The Celestus", "Thraben Exorcism", "Tireless Hauler", "Dire-Strain Brawler", "Tovolar, Dire Overlord", "Tovolar, the Midnight Scourge", "Tovolar's Huntmaster", "Tovolar's Packleader", "Unblinking Observer", "Vadrik, Astral Archmage", "Village Watch", "Village Reavers");
|
||||
private static final InnistradMidnightHunt instance = new InnistradMidnightHunt();
|
||||
|
||||
public static InnistradMidnightHunt getInstance() {
|
||||
|
@ -156,7 +156,7 @@ public final class InnistradMidnightHunt extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Mountain", 274, Rarity.LAND, mage.cards.basiclands.Mountain.class, FULL_ART_BFZ_VARIOUS));
|
||||
cards.add(new SetCardInfo("Mystic Monstrosity", 256, Rarity.UNCOMMON, mage.cards.m.MysticMonstrosity.class));
|
||||
cards.add(new SetCardInfo("Mystic Skull", 256, Rarity.UNCOMMON, mage.cards.m.MysticSkull.class));
|
||||
cards.add(new SetCardInfo("Neblegast Intruder", 64, Rarity.UNCOMMON, mage.cards.n.NeblegastIntruder.class));
|
||||
cards.add(new SetCardInfo("Nebelgast Intruder", 64, Rarity.UNCOMMON, mage.cards.n.NebelgastIntruder.class));
|
||||
cards.add(new SetCardInfo("Obsessive Astronomer", 152, Rarity.UNCOMMON, mage.cards.o.ObsessiveAstronomer.class));
|
||||
cards.add(new SetCardInfo("Odric's Outrider", 29, Rarity.UNCOMMON, mage.cards.o.OdricsOutrider.class));
|
||||
cards.add(new SetCardInfo("Organ Hoarder", 66, Rarity.COMMON, mage.cards.o.OrganHoarder.class));
|
||||
|
|
|
@ -42176,7 +42176,7 @@ Ambitious Farmhand|Innistrad: Midnight Hunt|2|U|{1}{W}|Creature - Human Peasant|
|
|||
Seasoned Cathar|Innistrad: Midnight Hunt|2|U||Creature - Human Knight|3|3|Lifelink|
|
||||
Beloved Beggar|Innistrad: Midnight Hunt|3|U|{1}{W}|Creature - Human Peasant|0|4|Disturb {4}{W}{W}|
|
||||
Generous Soul|Innistrad: Midnight Hunt|3|U||Creature - Spirit|4|4|Flying, vigilance$If Generous Soul would be put into a graveyard from anywhere, exile it instead.|
|
||||
Bereaved Survivor|Innistrad: Midnight Hunt|4|U|{2}{W}|Creature - Human Pesant|2|1|When another creature you control dies, transform Bereaved Survivor.|
|
||||
Bereaved Survivor|Innistrad: Midnight Hunt|4|U|{2}{W}|Creature - Human Peasant|2|1|When another creature you control dies, transform Bereaved Survivor.|
|
||||
Dauntless Avenger|Innistrad: Midnight Hunt|4|U||Creature - Human Soldier|3|2|Whenever Dauntless Avenger attacks, return target creature card with mana value 2 or less from your graveyard to the battlefield tapped and attacking.|
|
||||
Blessed Defiance|Innistrad: Midnight Hunt|5|C|{W}|Instant|||Target creature you control gets +2/+0 and gains lifelink until end of turn. When that creature dies this turn, create a 1/1 white Spirit creature token with flying.|
|
||||
Borrowed Time|Innistrad: Midnight Hunt|6|U|{2}{W}|Enchantment|||When Borrowed Time enters the battlefield, exile target nonland permanent an opponent controls until Borrowed Time leaves the battlefield.|
|
||||
|
@ -42234,7 +42234,7 @@ Dissipate|Innistrad: Midnight Hunt|49|U|{1}{U}{U}|Instant|||Counter target spell
|
|||
Drownyard Amalgam|Innistrad: Midnight Hunt|50|C|{4}{U}|Creature - Zombie Horror|3|6|When Drownyard Amalgam enters the battlefield, target player mills three cards.${2}{U}: Drownyard Amalgam can't be blocked this turn.|
|
||||
Fading Hope|Innistrad: Midnight Hunt|51|U|{U}|Instant|||Return target creature to its owner's hand. If its mana value was 3 or less, scry 1.|
|
||||
Falcon Abomination|Innistrad: Midnight Hunt|52|C|{2}{U}|Creature - Zombie Bird|2|2|Flying$When Falcon Abomination enters the battlefield, create a 2/2 black Zombie creature token with decayed.|
|
||||
Firmament Sage|Innistrad: Midnight Hunt|53|U|{3}{U}|Creature - Human Wizard|2|3|If it's neither day or night, it becomes day as Firmament Sage enters the battlefield.$Whenever day becomes night or night becomes day, draw a card.|
|
||||
Firmament Sage|Innistrad: Midnight Hunt|53|U|{3}{U}|Creature - Human Wizard|2|3|If it's neither day nor night, it becomes day as Firmament Sage enters the battlefield.$Whenever day becomes night or night becomes day, draw a card.|
|
||||
Flip the Switch|Innistrad: Midnight Hunt|54|C|{2}{U}|Instant|||Counter target spell unless its controller pays {4}. Create a 2/2 black Zombie creature token with decayed.|
|
||||
Galedrifter|Innistrad: Midnight Hunt|55|C|{3}{U}|Creature - Hippogriff|3|2|Flying$Disturb {4}{U}|
|
||||
Waildrifter|Innistrad: Midnight Hunt|55|C||Creature - Hippogriff Spirit|2|2|Flying$If Waildrifter would be put into a graveyard from anywhere, exile it instead.|
|
||||
|
@ -42242,13 +42242,13 @@ Geistwave|Innistrad: Midnight Hunt|56|C|{1}{U}|Instant|||Return target nonland p
|
|||
Grafted Identity|Innistrad: Midnight Hunt|57|R|{2}{U}{U}|Enchantment - Aura|||As an additional cost to cast this spell, sacrifice a creature.$Enchant creature$You control enchanted creature.$Enchanted creature gets +1/+1.|
|
||||
Larder Zombie|Innistrad: Midnight Hunt|58|C|{U}|Creature - Zombie|1|3|Defender$Tap three untapped creatures you control: Look at the top card of your library. You may put it into your graveyard.|
|
||||
Lier, Disciple of the Drowned|Innistrad: Midnight Hunt|59|M|{3}{U}{U}|Legendary Creature - Human Wizard|3|4|Spells can't be countered.$Each instant and sorcery card in your graveyard has flashback. The flashback cost is equal to that card's mana cost.|
|
||||
Locked in the Cemetary|Innistrad: Midnight Hunt|60|C|{1}{U}|Enchantment - Aura|||Enchant creature$When Locked in the Cemetary enters the battlefield, if there are five or more cards in your graveyard, tap enchanted creature.$Enchanted creature doesn't untap during its controller's untap step.|
|
||||
Locked in the Cemetery|Innistrad: Midnight Hunt|60|C|{1}{U}|Enchantment - Aura|||Enchant creature$When Locked in the Cemetery enters the battlefield, if there are five or more cards in your graveyard, tap enchanted creature.$Enchanted creature doesn't untap during its controller's untap step.|
|
||||
Malevolent Hermit|Innistrad: Midnight Hunt|61|R|{1}{U}|Creature - Human Wizard|2|1|{U}, Sacrifice Malevolent Hermit: Counter target noncreature spell unless its controller pays {3}.$Disturb {2}{U}|
|
||||
Benevolent Geist|Innistrad: Midnight Hunt|61|R||Creature - Spirit Wizard|2|2|Flying$Noncreature spells you control can't be countered.$If Benevolent Geist would be put into a graveyard from anywhere, exile it instead.|
|
||||
Memory Deluge|Innistrad: Midnight Hunt|62|R|{2}{U}{U}|Instant|||Look at the top X cards of your library, where X is the amount of mana spent to cast this spell. Put two of them into your hand and the rest on the bottom of your library in a random order.$Flashback {5}{U}{U}|
|
||||
Mysterious Tome|Innistrad: Midnight Hunt|63|U|{2}{U}|Artifact|||{2}, {T}: Draw a card. Transform Mysterious Tome.|
|
||||
Chilling Chronicle|Innistrad: Midnight Hunt|63|U||Artifact|||{1}, {T}: Tap target nonland permanent. Transform Chilling Chronicle.|
|
||||
Neblegast Intruder|Innistrad: Midnight Hunt|64|U|{2}{U}|Creature - Spirit|2|1|Flash$Flying$When Neblegast Intruder enters the battlefield, up to one target creature an opponent controls gets -2/-0 until end of turn.|
|
||||
Nebelgast Intruder|Innistrad: Midnight Hunt|64|U|{2}{U}|Creature - Spirit|2|1|Flash$Flying$When Nebelgast Intruder enters the battlefield, up to one target creature an opponent controls gets -2/-0 until end of turn.|
|
||||
Ominous Roost|Innistrad: Midnight Hunt|65|U|{2}{U}|Enchantment|||When Ominous Roost enters the battlefield or whenever you cast a spell from your graveyard, create a 1/1 blue Bird creature token with flying and "This creature can block only creatures with flying."|
|
||||
Organ Hoarder|Innistrad: Midnight Hunt|66|C|{3}{U}|Creature - Zombie|3|2|When Organ Hoarder enters the battlefield, look at the top three cards of your library, then put one of them into your hand and the rest into you graveyard.|
|
||||
Otherworldly Gaze|Innistrad: Midnight Hunt|67|C|{U}|Instant|||Look at the top three cards of your library. Put any number of them into your graveyard and the rest back on top of your library in any order.$Flashback {1}{U}|
|
||||
|
@ -42290,7 +42290,7 @@ Diregraf Horde|Innistrad: Midnight Hunt|96|C|{4}{B}|Creature - Zombie|3|4|When D
|
|||
Dreadhound|Innistrad: Midnight Hunt|97|U|{4}{B}{B}|Creature - Demon Dog|6|6|When Dreadhound enters the battlefield, mill three cards.$Whenever a creature dies or a creature card is put into a graveyard from a library, each opponent loses 1 life.|
|
||||
Duress|Innistrad: Midnight Hunt|98|C|{B}|Sorcery|||Target opponent reveals their hand. You choose a noncreature, nonland card from it. That player discards that card.|
|
||||
Eaten Alive|Innistrad: Midnight Hunt|99|C|{B}|Sorcery|||As an additional cost to cast this spell, sacrifice a creature or pay {3}{B}.$Exile target creature or planeswalker.|
|
||||
Ecstatic Awakener|Innistrad: Midnight Hunt|100|C|{B}|Creature - Human Wizard|1|1|{2}{B}, Sacrifice another creature. Draw a card, then transform Ecstatic Awakener. Activate only once each turn.|
|
||||
Ecstatic Awakener|Innistrad: Midnight Hunt|100|C|{B}|Creature - Human Wizard|1|1|{2}{B}, Sacrifice another creature: Draw a card, then transform Ecstatic Awakener. Activate only once each turn.|
|
||||
Awoken Demon|Innistrad: Midnight Hunt|100|C||Creature - Demon|4|4||
|
||||
Foul Play|Innistrad: Midnight Hunt|101|U|{1}{B}|Sorcery|||Destroy target creature with power 2 or less. Investigate.|
|
||||
Ghoulish Procession|Innistrad: Midnight Hunt|102|U|{1}{B}|Enchantment|||Whenever one or more nontoken creatures die, create a 2/2 black Zombie creature token with decayed. This ability triggers only once each turn.|
|
||||
|
@ -42347,12 +42347,12 @@ Immolation|Innistrad: Midnight Hunt|144|C|{R}|Enchantment - Aura|||Enchant creat
|
|||
Lambholt Harrier|Innistrad: Midnight Hunt|145|C|{1}{R}|Creature - Wolf|2|2|{3}{R}: Target creature can't block this turn.|
|
||||
Light Up the Night|Innistrad: Midnight Hunt|146|R|{X}{R}|Sorcery|||Light Up the Night deals X damage to any target. It deals X plus 1 damage instead if that target is a creature or planeswalker.$Flashback—{3}{R}, Remove X loyalty counters from among planeswalkers you control. If you cast this spell this way, X can't be 0.|
|
||||
Lunar Frenzy|Innistrad: Midnight Hunt|147|U|{X}{R}|Instant|||Target creature you control gets +X/+0 and gains first strike and trample until end of turn.|
|
||||
Moonrager's Smash|Innistrad: Midnight Hunt|148|C|{2}{R}|Instant|||This spell costs {2} less to cast if it's night.$Moonrager's Smash deals 3 damage to any target.|
|
||||
Moonrager's Slash|Innistrad: Midnight Hunt|148|C|{2}{R}|Instant|||This spell costs {2} less to cast if it's night.$Moonrager's Slash deals 3 damage to any target.|
|
||||
Moonveil Regent|Innistrad: Midnight Hunt|149|M|{3}{R}|Creature - Dragon|4|4|Flying$Whenever you cast a spell, you may discard your hand. If you do, draw a card for each of that spell's colors.$When Moonveil Regent dies, it deals X damage to any target, where X is the number of colors among permanents you control.|
|
||||
Mounted Dreadknight|Innistrad: Midnight Hunt|150|C|{4}{R}|Creature - Vampire Knight|5|4|Trample$Mounted Dreadknight enters the battlefield with a +1/+1 counter on it if an opponent lost life this turn.|
|
||||
Neonate's Rush|Innistrad: Midnight Hunt|151|C|{2}{R}|Instant|||This spell costs {1} less to cast if you control a Vampire.$Neonate's Rush deals 1 damage to target creature and 1 damage to its controller. Draw a card.|
|
||||
Obsessive Astronomer|Innistrad: Midnight Hunt|152|U|{1}{R}|Creature - Human Wizard|2|2|If it's neither day nor night, it becomes day as Obsessive Astronomer enters the battlefield.$Whenever day becomes night or night becomes day, discard up to two cards, then draw that many cards.|
|
||||
Pack's Betrayal|Innistrad: Midnight Hunt|153|C|{2}{R}|Sorcery|||Gain control of target creature until end of turn. Untap that creature. It gains haste untl end of turn. If you control a Wolf or Werewolf, scry 2.|
|
||||
Pack's Betrayal|Innistrad: Midnight Hunt|153|C|{2}{R}|Sorcery|||Gain control of target creature until end of turn. Untap that creature. It gains haste until end of turn. If you control a Wolf or Werewolf, scry 2.|
|
||||
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.|
|
||||
Purifying Dragon|Innistrad: Midnight Hunt|155|U|{3}{R}{R}|Creature - Dragon|4|3|Flying$Whenever Purifying Dragon attacks, it deals 1 damage to target creature defending player controls. If that creature is a Zombie, Purifying Dragon deals 2 damage to that creature instead.|
|
||||
Raze the Effigy|Innistrad: Midnight Hunt|156|C|{R}|Instant|||Choose one—$• Destroy target artifact.$• Target attacking creature gets +2/+2 until end of turn.|
|
||||
|
@ -42364,7 +42364,7 @@ Ashmouth Dragon|Innistrad: Midnight Hunt|159|R||Creature - Dragon|4|4|Flying$Whe
|
|||
Spellrune Painter|Innistrad: Midnight Hunt|160|U|{2}{R}|Creature - Human Shaman Werewolf|2|3|Whenever you cast an instant or sorcery spell, Spellrune Painter gets +1/+1 until end of turn.$Daybound|
|
||||
Spellrune Howler|Innistrad: Midnight Hunt|160|U||Creature - Werewolf|3|4|Whenever you cast an instant or sorcery spell, Spellrune Howler gets +2/+2 until end of turn.$Nightbound|
|
||||
Stolen Vitality|Innistrad: Midnight Hunt|161|C|{1}{R}|Instant|||Target creature gets +3/+1 until end of turn. If it's your turn, that creature gains trample until end of turn. Otherwise, it gains first strike until end of turn.|
|
||||
Sunstreak Phoenix|Innistrad: Midnight Hunt|162|M|{2}{R}{R}|Creature - Phoenix|4|2|Flying$If it's nether day nor night, it becomes day when Sunstreak Phoenix enters the battlefield.$When day becomes night or night becomes day, you may pay {1}{R}. If you do, return Sunstreak Phoenix from your graveyard to the battlefield tapped.|
|
||||
Sunstreak Phoenix|Innistrad: Midnight Hunt|162|M|{2}{R}{R}|Creature - Phoenix|4|2|Flying$If it's neither day nor night, it becomes day as Sunstreak Phoenix enters the battlefield.$When day becomes night or night becomes day, you may pay {1}{R}. If you do, return Sunstreak Phoenix from your graveyard to the battlefield tapped.|
|
||||
Tavern Ruffian|Innistrad: Midnight Hunt|163|C|{3}{R}|Creature - Human Warrior Werewolf|2|5|Daybound|
|
||||
Tavern Smasher|Innistrad: Midnight Hunt|163|C||Creature - Werewolf|6|5|Nightbound|
|
||||
Thermo-Alchemist|Innistrad: Midnight Hunt|164|U|{1}{R}|Creature - Human Shaman|0|3|Defender${T}: Thermo-Alchemist deals 1 damage to each opponent.$Whenever you cast an instant or sorcery spell, untap Thermo-Alchemist.|
|
||||
|
@ -42393,13 +42393,13 @@ Defend the Celestus|Innistrad: Midnight Hunt|182|U|{2}{G}{G}|Instant|||Distribut
|
|||
Dryad's Revival|Innistrad: Midnight Hunt|183|U|{2}{G}|Sorcery|||Return target card from your graveyard to your hand.$Flashback {4}{G}|
|
||||
Duel for Dominance|Innistrad: Midnight Hunt|184|C|{1}{G}|Instant|||Coven — Choose target creature you control and target creature you don't control. If you control three or more creatures with different powers, put a +1/+1 counter on the chosen creature you control. Then the chosen creatures fight each other.|
|
||||
Eccentric Farmer|Innistrad: Midnight Hunt|185|C|{2}{G}|Creature - Human Peasant|2|3|When Eccentric Farmer enters the battlefield, mill three cards, then you may return a land card from your graveyard to your hand.|
|
||||
Harvesttide Sentry|Innistrad: Midnight Hunt|186|C|{1}{G}|Creature - Human Warrior|3|1|Coven — At the beginning of combat on your turn, if. you control three or more creatures with different powers, Harvesttide Sentry can't be blocked by creatures with power 2 or less this turn.|
|
||||
Harvesttide Sentry|Innistrad: Midnight Hunt|186|C|{1}{G}|Creature - Human Warrior|3|1|Coven — At the beginning of combat on your turn, if you control three or more creatures with different powers, Harvesttide Sentry can't be blocked by creatures with power 2 or less this turn.|
|
||||
Hound Tamer|Innistrad: Midnight Hunt|187|U|{2}{G}|Creature - Human Werewolf|3|3|Trample${3}{G}: Put a +1/+1 counter on target creature.$Daybound|
|
||||
Untamed Pup|Innistrad: Midnight Hunt|187|U||Creature - Werewolf|4|4|Trample$Other Wolves and Werewolves you control have trample.${3}{G}: Put a +1/+1 counter on target creature.$Nightbound|
|
||||
Howl of the Hunt|Innistrad: Midnight Hunt|188|C|{2}{G}|Enchantment - Aura|||Flash$Enchant creature$When Howl of the Hunt enters the battlefield, if enchanted creature is a Wolf or Werewolf, untap that creature.$Enchanted creature gets +2/+2 and has vigilance.|
|
||||
Might of the Old Ways|Innistrad: Midnight Hunt|189|C|{1}{G}|Instant|||Target creature gets +2/+2 until end of turn.$Coven — Then if you control three or more creatures with different powers, draw a card.|
|
||||
Outland Liberator|Innistrad: Midnight Hunt|190|U|{1}{G}|Creature - Human Werwolf|2|2|{1}, Sacrifice Outland Liberator: Destroy target artifact or enchantment.$Daybound|
|
||||
Frenzied Trapbreaker|Innistrad: Midnight Hunt|190|U||Creature - Werewolf|3|3|{1}, Sacrifice Frenzied Trapbreaker: Destroy target artifact or enchantment.$Whenenver "Frenzied Trapbreaker" attacks, destroy target artifact or enchantment defending player controls.$Nightbound|
|
||||
Outland Liberator|Innistrad: Midnight Hunt|190|U|{1}{G}|Creature - Human Werewolf|2|2|{1}, Sacrifice Outland Liberator: Destroy target artifact or enchantment.$Daybound|
|
||||
Frenzied Trapbreaker|Innistrad: Midnight Hunt|190|U||Creature - Werewolf|3|3|{1}, Sacrifice Frenzied Trapbreaker: Destroy target artifact or enchantment.$Whenever Frenzied Trapbreaker attacks, destroy target artifact or enchantment defending player controls.$Nightbound|
|
||||
Path to the Festival|Innistrad: Midnight Hunt|191|C|{2}{G}|Sorcery|||Search your library for a basic land card, put that card onto the battlefield tapped, then shuffle. Then if there are three or more basic land types among lands you control, scry 1.$Flashback {4}{G}|
|
||||
Pestilent Wolf|Innistrad: Midnight Hunt|192|C|{1}{G}|Creature - Wolf|2|2|{2}{G}: Pestilent Wolf gains deathtouch until end of turn.|
|
||||
Plummet|Innistrad: Midnight Hunt|193|C|{1}{G}|Instant|||Destroy target creature with flying.|
|
||||
|
|
Loading…
Reference in a new issue