diff --git a/Mage.Sets/src/mage/sets/ZendikarRisingCommander.java b/Mage.Sets/src/mage/sets/ZendikarRisingCommander.java new file mode 100644 index 0000000000..def2043e33 --- /dev/null +++ b/Mage.Sets/src/mage/sets/ZendikarRisingCommander.java @@ -0,0 +1,20 @@ +package mage.sets; + +import mage.cards.ExpansionSet; +import mage.constants.SetType; + +/** + * @author TheElk801 + */ +public final class ZendikarRisingCommander extends ExpansionSet { + + private static final ZendikarRisingCommander instance = new ZendikarRisingCommander(); + + public static ZendikarRisingCommander getInstance() { + return instance; + } + + private ZendikarRisingCommander() { + super("Zendikar Rising Commander", "ZNC", ExpansionSet.buildDate(2020, 9, 25), SetType.SUPPLEMENTAL); + } +} diff --git a/Utils/known-sets.txt b/Utils/known-sets.txt index 32f2cfabc6..ffb0f55a56 100644 --- a/Utils/known-sets.txt +++ b/Utils/known-sets.txt @@ -217,4 +217,5 @@ Worldwake|Worldwake| WPN Gateway|WPNAndGatewayPromos| Zendikar|Zendikar| Zendikar Expeditions|ZendikarExpeditions| -Zendikar Rising|ZendikarRising| \ No newline at end of file +Zendikar Rising|ZendikarRising| +Zendikar Rising Commander|ZendikarRisingCommander| \ No newline at end of file diff --git a/Utils/mtg-cards-data.txt b/Utils/mtg-cards-data.txt index 4d78019e1e..c16d27259f 100644 --- a/Utils/mtg-cards-data.txt +++ b/Utils/mtg-cards-data.txt @@ -38728,6 +38728,12 @@ Undergrowth Stadium|Commander Legends|359|R||Land|||Undergrowth Stadium enters t Vault of Champions|Commander Legends|360|R||Land|||Vault of Champions enters the battlefield tapped unless you have two or more opponents.${T}: Add {W} or {B}.| Prossh, Skyraider of Kher|Commander Legends|530|M|{3}{B}{R}{G}|Legendary Creature - Dragon|5|5|When you cast this spell, create X 0/1 red Kobold creature tokens named Kobolds of Kher Keep, where X is the amount of mana spent to cast Prossh.$Flying$Sacrifice another creature: Prossh, Skyraider of Kher gets +1/+0 until end of turn.| Mana Confluence|Commander Legends|721|M||Land|||{T}, Pay 1 life: Add one mana of any color.| +Anowon, the Ruin Thief|Zendikar Rising Commander|1|M|{2}{U}{B}|Legendary Creature - Vampire Rogue|2|4|Other Rogues you control get +1/+1.$Whenever one or more Rogues you control deal combat damage to a player, that player mills a card for each 1 damage dealt to them. If the player mills at least one creature card this way, you draw a card.| +Obuun, Mul Daya Ancestor|Zendikar Rising Commander|2|M|{1}{R}{G}{W}|Legendary Creature - Elf Spirit|3|3|At the beginning of combat on your turn, up to one target land you control becomes an X/X Elemental creature with trample and haste until end of turn, where X is Obuun's power. It's still a land.| +Trove Warden|Zendikar Rising Commander|3|M|{2}{W}{W}|Creature - Cat Beast|3|4|Vigilance$Landfall — Whenever a land enters the battlefield under your control, exile target permanent card with converted mana cost 3 or less from your graveyard.$When Trove Warden dies, put each permanent card exiled with it onto the battlefield under the control of that card's owner.| +Enigma Thief|Zendikar Rising Commander|4|R|{5}{U}{U}|Creature - Sphinx Rogue|5|5|Prowl {3}{U}$Flying$When Enigma Thief enters the battlefield, for each opponent, return up to one target nonland eprmanent that player controls to its owner's hand.| +Whispersteel Dagger|Zendikar Rising Commander|5|R|{2}{B}|Artifact - Equipment|||Equipped creature gets +2/+0.$Whenever equipped creature deals combat damage to a player, you may cast a creature spell from that player's graveyard this turn, and you may spend mana as though it were mana of any color to cast that spell.$Equip {3}| +Geode Rager|Zendikar Rising Commander|6|R|{4}{R}{R}|Creature - Elemental|4|3|First strike$Landfall — Whenever a land enters the battlefield under your control, goad each creature target player controls.| Angel of Destiny|Zendikar Rising|2|M|{3}{W}{W}|Creature - Angel Cleric|2|6|Flying, double strike$Whenever a creature you control deals combat damage to a player, you and that player each gain that much life.$At the beginning of your end step, if you have at least 15 life more than your starting life total, each player Angel of Destiny attacked this turn loses the game.| Angelheart Protector|Zendikar Rising|3|C|{2}{W}|Creature - Human Cleric|3|2|When Angelheart Protector enters the battlefield, target creature you control gains indestructible until end of turn.| Archon of Emeria|Zendikar Rising|4|R|{2}{W}|Creature - Archon|2|3|Flying$Each player can't cast more than one spell each turn.$Nonbasic lands your opponents control enter the battlefield tapped.| diff --git a/Utils/mtg-sets-data.txt b/Utils/mtg-sets-data.txt index 33b2abc0f5..f2ef23c0e4 100644 --- a/Utils/mtg-sets-data.txt +++ b/Utils/mtg-sets-data.txt @@ -226,5 +226,6 @@ Worldwake|WWK| Ixalan|XLN| Zendikar|ZEN| Zendikar Rising|ZNR| +Zendikar Rising Commander|ZNC| Star Wars|SWS| Happy Holidays|HHO| \ No newline at end of file