diff --git a/Mage.Sets/src/mage/sets/GameNight2019.java b/Mage.Sets/src/mage/sets/GameNight2019.java new file mode 100644 index 00000000000..34cd51a3ce9 --- /dev/null +++ b/Mage.Sets/src/mage/sets/GameNight2019.java @@ -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 + } +} diff --git a/Utils/known-sets.txt b/Utils/known-sets.txt index 93b95715ac7..638e5cb57ad 100644 --- a/Utils/known-sets.txt +++ b/Utils/known-sets.txt @@ -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| diff --git a/Utils/mtg-cards-data.txt b/Utils/mtg-cards-data.txt index fd3529d0931..c5a6c0505d3 100644 --- a/Utils/mtg-cards-data.txt +++ b/Utils/mtg-cards-data.txt @@ -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.| diff --git a/Utils/mtg-sets-data.txt b/Utils/mtg-sets-data.txt index 5c02dc8f1ba..4b50c8d8d62 100644 --- a/Utils/mtg-sets-data.txt +++ b/Utils/mtg-sets-data.txt @@ -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|