mirror of
https://github.com/correl/mage.git
synced 2024-11-14 19:19:32 +00:00
[MIC] added set
This commit is contained in:
parent
24fcbba5a0
commit
a8194d2a64
5 changed files with 33 additions and 0 deletions
|
@ -507,6 +507,7 @@ public class ScryfallImageSupportCards {
|
|||
add("AFC"); // Forgotten Realms Commander
|
||||
add("J21"); // Jumpstart: Historic Horizons
|
||||
add("MID"); // Innistrad, Midnight Hunt
|
||||
add("MIC"); // Midnight Hunt Commander
|
||||
}
|
||||
};
|
||||
|
||||
|
|
21
Mage.Sets/src/mage/sets/MidnightHuntCommander.java
Normal file
21
Mage.Sets/src/mage/sets/MidnightHuntCommander.java
Normal file
|
@ -0,0 +1,21 @@
|
|||
package mage.sets;
|
||||
|
||||
import mage.cards.ExpansionSet;
|
||||
import mage.constants.SetType;
|
||||
|
||||
/**
|
||||
* @author TheElk801
|
||||
*/
|
||||
public final class MidnightHuntCommander extends ExpansionSet {
|
||||
|
||||
private static final MidnightHuntCommander instance = new MidnightHuntCommander();
|
||||
|
||||
public static MidnightHuntCommander getInstance() {
|
||||
return instance;
|
||||
}
|
||||
|
||||
private MidnightHuntCommander() {
|
||||
super("Midnight Hunt Commander", "MIC", ExpansionSet.buildDate(2021, 9, 24), SetType.SUPPLEMENTAL);
|
||||
this.hasBasicLands = false;
|
||||
}
|
||||
}
|
|
@ -114,6 +114,7 @@ IconicMasters|IconicMasters|
|
|||
Ikoria: Lair of Behemoths|IkoriaLairOfBehemoths|
|
||||
Innistrad|Innistrad|
|
||||
Innistrad: Midnight Hunt|InnistradMidnightHunt|
|
||||
Midnight Hunt Commander|MidnightHuntCommander|
|
||||
Invasion|Invasion|
|
||||
Ixalan|Ixalan|
|
||||
Journey into Nyx|JourneyIntoNyx|
|
||||
|
|
|
@ -42595,3 +42595,12 @@ Universal Automaton|Jumpstart: Historic Horizons|759|C|{1}|Artifact Creature - S
|
|||
Zabaz, the Glimmerwasp|Jumpstart: Historic Horizons|762|R|{1}|Legendary Artifact Creature - Insect|0|0|Modular 1$If a modular triggered ability would put one or more +1/+1 counters on a creature you control, that many plus one +1/+1 counters are put on it instead.${R}: Destroy target artifact you control.${W}: Zabaz, the Glimmerwasp gains flying until end of turn.|
|
||||
Khalni Garden|Jumpstart: Historic Horizons|770|C||Land|||Khalni Garden enters the battlefield tapped.$When Khalni Garden enters the battlefield, create a 0/1 green Plant creature token.${T}: Add {G}.|
|
||||
Sliver Hive|Jumpstart: Historic Horizons|776|R||Land|||{T}: Add {C}.${T}: Add one mana of any color. Spend this mana only to cast a Sliver spell.${5}, {T}: Create a 1/1 colorless Sliver creature token. Activate only if you control a Sliver.|
|
||||
Leinore, Autumn Sovereign|Midnight Hunt Commander|1|M|{2}{G}{W}|Legendary Creature - Human Noble|0|4|Coven — At the beginning of combat ono your turn, put a +1/+1 counter on up to one target creature you control. Then if you control three or more creatures with different powers, draw a card.|
|
||||
Wilhelt, the Rotcleaver|Midnight Hunt Commander|2|R|{2}{U}{B}|Legendary Creature - Zombie Warrior|3|3|Whenever another zombie you control dies, if it didn't have decayed, create a 2/2 black Zombie creature token with decayed.$At the beginning of your end step, you may sacrifice a Zombie. If you do, draw a card.|
|
||||
Avacyn's Memorial|Midnight Hunt Commander|31|M|{5}{W}{W}{W}|Legendary Artifact|||Indestructible$Other legendary permanents you control have indestructible.|
|
||||
Visions of Glory|Midnight Hunt Commander|32|R|{4}{W}|Sorcery|||Create a 1/1 white Human creature token for each creature you control.$Flashback {8}{W}{W}. This spell costs {X} less to cast this way, where X is the greatest mana value of a commander you own on the battlefield or in the command zone.|
|
||||
Visions of Duplicity|Midnight Hunt Commander|33|R|{2}{U}|Sorcery|||Exchange control of two target creatures you don't control.$Flashback {8}{U}{U}. This spell costs {X} less to cast this way, where X is the greatest mana value of a commander you own on the battlefield or in the command zone.|
|
||||
Visions of Dread|Midnight Hunt Commander|34|R|{2}{B}|Sorcery|||Target opponent puts a creature card of choice from their graveyard onto the battlefield under your control.$Flashback {8}{B}{B}. This spell costs {X} less to cast this way, where X is the greatest mana value of a commander you own on the battlefield or in the command zone.|
|
||||
Curse of Obsession|Midnight Hunt Commander|35|R|{4}{R}|Enchantment - Aura Curse|||Encahnt player$At the beginning of enchanted player's draw step, that player draws two additional cards.$At the beginning of enchanted player's end step, that player discards their hand.|
|
||||
Visions of Ruin|Midnight Hunt Commander|36|R|{3}{R}|Sorcery|||Each opponent sacrifices an artifact. For each artifact sacrificed this way, you create a Treasure token.$Flashback {8}{R}{R}. This spell costs {X} less to cast this way, where X is the greatest mana value of a commander you own on the battlefield or in the command zone.|
|
||||
Visions of Dominance|Midnight Hunt Commander|37|R|{2}{G}|Sorcery|||Put a +1/+1 counter on target creature, then double the number of +1/+1 counters on it.$Flashback {8}{G}{G}. This spell costs {X} less to cast this way, where X is the greatest mana value of a commander you own on the battlefield or in the command zone.|
|
||||
|
|
|
@ -116,6 +116,7 @@ Ikoria: Lair of Behemoths|IKO|
|
|||
Invasion|INV|
|
||||
Innistrad|ISD|
|
||||
Innistrad: Midnight Hunt|MID|
|
||||
Midnight Hunt Commander|MIC|
|
||||
Journey into Nyx|JOU|
|
||||
Judge Promo|JR|
|
||||
Judgment|JUD|
|
||||
|
|
Loading…
Reference in a new issue