added Game Night 2019

This commit is contained in:
Evan Kranzler 2019-10-12 10:37:22 -04:00
parent c7084fcb3c
commit 5f1fa5608e
4 changed files with 30 additions and 0 deletions

View file

@ -0,0 +1,21 @@
package mage.sets;
import mage.cards.ExpansionSet;
import mage.constants.SetType;
/**
* @author TheElk801
*/
public final class GameNight2019 extends ExpansionSet {
private static final GameNight2019 instance = new GameNight2019();
public static GameNight2019 getInstance() {
return instance;
}
private GameNight2019() {
super("Game Night 2019", "GN2", ExpansionSet.buildDate(2019, 11, 15), SetType.SUPPLEMENTAL);
this.hasBasicLands = false; // TODO: change when spoiled
}
}

View file

@ -90,6 +90,8 @@ From the Vault: Transform|FromTheVaultTransform|
From the Vault: Twenty|FromTheVaultTwenty|
Future Sight|FutureSight|
Game Day|GameDay|
Game Night|GameNight|
Game Night 2019|GameNight2019|
Gatecrash|Gatecrash|
Global Series: Jiang Yanggu & Mu Yanling|GlobalSeriesJiangYangguAndMuYanling|
Grand Prix|GrandPrixPromos|

View file

@ -36429,3 +36429,8 @@ Castle Garenbrig|Throne of Eldraine Collector's Edition|388|R||Land|||Castle Gar
Castle Locthwain|Throne of Eldraine Collector's Edition|389|R||Land|||Castle Locthwain enters the battlefield tapped unless you control a Swamp.${T}: Add {B}.${1}{B}{B}, {T}: Draw a card, then you lose life equal to the number of cards in your hand.|
Castle Vantress|Throne of Eldraine Collector's Edition|390|R||Land|||Castle Vantress enters the battlefield tapped unless you control an Island.${T}: Add {U}.${2}{U}{U}, {T}: Scry 2.|
Fabled Passage|Throne of Eldraine Collector's Edition|391|R||Land|||{T}, Sacrifice Fabled Passage: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle your library. Then if you control four or more lands, untap that land.|
Highcliff Felidar|Game Night 2019|1|M|{5}{W}{W}|Creature - Cat Beast|5|5|Vigilance$When Highcliff Felidar enters the battlefield, for each opponent, choose a creature with the greatest power among creatures that player controls. Destroy those creatures.|
Sphinx of Enlightenment|Game Night 2019|2|M|{4}{U}{U}|Creature - Sphinx|5|5|Flying$When Sphinx of Enlightenment enters the battlefield, target opponent draws a card and you draw three cards.|
Calculating Lich|Game Night 2019|3|M|{4}{B}{B}|Creature - Zombie Wizard|5|5|Menance$Whenever a creature attacks one of your opponents, that player loses 1 life.|
Fiendish Duo|Game Night 2019|4|M|{4}{R}{R}|Creature - Devil|5|5|First strike$If a source would deal damage to an opponent, it deals double that damage that player instead.|
Earthshaker Giant|Game Night 2019|5|M|{4}{G}{G}|Creature - Giant Druid|6|6|Trample$When Earthshaker Giant enters the battlefield, other creatures you control get +3/+3 and gain trample until end of turn.|

View file

@ -139,6 +139,8 @@ Masters Edition III|ME3|
Masters Edition IV|ME4|
Masters Edition|MED|
Game Day|MGDC|
Game Night|GNT|
Game Night 2019|GN2|
Mirage|MIR|
Launch Party|MLP|
Modern Horizons|MH1|