[MH2] added set

This commit is contained in:
Evan Kranzler 2021-05-07 06:43:37 -04:00
parent 4fe09f6f23
commit 8f9892622c
4 changed files with 50 additions and 0 deletions

View file

@ -0,0 +1,38 @@
package mage.sets;
import mage.cards.ExpansionSet;
import mage.constants.Rarity;
import mage.constants.SetType;
/**
* @author TheElk801
*/
public final class ModernHorizons2 extends ExpansionSet {
private static final ModernHorizons2 instance = new ModernHorizons2();
public static ModernHorizons2 getInstance() {
return instance;
}
private ModernHorizons2() {
super("Modern Horizons", "MH2", ExpansionSet.buildDate(2021, 6, 11), SetType.SUPPLEMENTAL_MODERN_LEGAL);
this.blockName = "Modern Horizons";
this.hasBasicLands = false; // temporary
this.hasBoosters = true;
this.numBoosterLands = 1;
this.numBoosterCommon = 11;
this.numBoosterUncommon = 3;
this.numBoosterRare = 1;
this.ratioBoosterMythic = 8;
this.maxCardNumberInBooster = 303;
cards.add(new SetCardInfo("Arid Mesa", 244, Rarity.RARE, mage.cards.a.AridMesa.class));
cards.add(new SetCardInfo("Counterspell", 267, Rarity.UNCOMMON, mage.cards.c.Counterspell.class));
cards.add(new SetCardInfo("Marsh Flats", 248, Rarity.RARE, mage.cards.m.MarshFlats.class));
cards.add(new SetCardInfo("Misty Rainforest", 250, Rarity.RARE, mage.cards.m.MistyRainforest.class));
cards.add(new SetCardInfo("Sanctum Prelate", 491, Rarity.MYTHIC, mage.cards.s.SanctumPrelate.class));
cards.add(new SetCardInfo("Scalding Tarn", 254, Rarity.RARE, mage.cards.s.ScaldingTarn.class));
cards.add(new SetCardInfo("Verdant Catacombs", 260, Rarity.RARE, mage.cards.v.VerdantCatacombs.class));
}
}

View file

@ -150,6 +150,7 @@ Mirage|Mirage|
Mirrodin|Mirrodin|
Mirrodin Besieged|MirrodinBesieged|
Modern Horizons|ModernHorizons|
Modern Horizons2|ModernHorizons2|
Modern Masters|ModernMasters|
Modern Masters 2015|ModernMasters2015|
Modern Masters 2017|ModernMasters2017|

View file

@ -41320,3 +41320,13 @@ Temple of the False God|Commander 2021|326|U||Land|||{T}: Add {C}{C}. Activate o
Temple of Triumph|Commander 2021|327|R||Land|||Temple of Triumph enters the battlefield tapped.$When Temple of Triumph enters the battlefield, scry 1.${T}: Add {R} or {W}.|
Tranquil Thicket|Commander 2021|408|C||Land|||Tranquil Thicket enters the battlefield tapped.${T}: Add {G}.$Cycling {G}|
Yavimaya Coast|Commander 2021|409|R||Land|||{T}: Add {C}.${T}: Add {G} or {U}. Yavimaya Coast deals 1 damage to you.|
Arid Mesa|Modern Horizons 2|244|R||Land|||{T}, Pay 1 life, Sacrifice Arid Mesa: Search your library for a Mountain or Plains card, put it onto the battlefield, then shuffle.|
Brainstone|Modern Horizons 2|223|U|{1}|Artifact|||{2},{T}, Sacrifice Brainstone: Draw three cards, then put two cards from your hand on top of your library in any order.|
Counterspell|Modern Horizons 2|267|U|{U}{U}|Instant|||Counter target spell.|
Diamond Lion|Modern Horizons 2|225|R|{2}|Artifact Creature - Cat|2|2|{T}, discard your hand, Sacrifice Diamond Lion: Add three mana of any one color. Activate only as an instant.|
Marsh Flats|Modern Horizons 2|248|R||Land|||{T}, Pay 1 life, Sacrifice Marsh Flats: Search your library for a Plains or Swamp card, put it onto the battlefield, then shuffle.|
Misty Rainforest|Modern Horizons 2|250|R||Land|||{T}, Pay 1 life, Sacrifice Misty Rainforest: Search your library for a Forest or Island card, put it onto the battlefield, then shuffle.|
Sanctum Prelate|Modern Horizons 2|491|M|{1}{W}{W}|Creature - Human Cleric|2|2|As Sanctum Prelate enters the battlefield, choose a number.$Noncreature spells with mana value equal to the chosen number can't be cast.|
Scalding Tarn|Modern Horizons 2|254|R||Land|||{T}, Pay 1 life, Sacrifice Scalding Tarn: Search your library for an Island or Mountain card, put it onto the battlefield, then shuffle.|
Urza's Saga|Modern Horizons 2|259|R||Enchantment Land - Urza's Saga|||(As this Saga enters and after your draw step, add a lore counter. Sacrifice after III.)$I — Urza's Saga gains "{T}: Add {C}."$II — Urza's Saga gains "{2}, {T}: Create a 0/0 colorless Construct artifact creature token with 'This creature gets +1/+1 for each artifact you control.'"$III — Search your library for an artifact card with mana cost {0} or {1}, put it onto the battlefield, then shuffle.|
Verdant Catacombs|Modern Horizons 2|260|R||Land|||{T}, Pay 1 life, Sacrifice Verdant Catacombs: Search your library for a Swamp or Forest card, put it onto the battlefield, then shuffle.|

View file

@ -150,6 +150,7 @@ Game Night 2019|GN2|
Mirage|MIR|
Launch Party|MLP|
Modern Horizons|MH1|
Modern Horizons 2|MH2|
Modern Masters 2015|MM2|
Modern Masters 2017|MM3|
Modern Masters|MMA|