mirror of
https://github.com/correl/mage.git
synced 2024-11-14 19:19:32 +00:00
added Commander 2019 Edition
This commit is contained in:
parent
847a10a73c
commit
c1cad4488b
4 changed files with 35 additions and 0 deletions
24
Mage.Sets/src/mage/sets/Commander2019Edition.java
Normal file
24
Mage.Sets/src/mage/sets/Commander2019Edition.java
Normal file
|
@ -0,0 +1,24 @@
|
|||
package mage.sets;
|
||||
|
||||
import mage.cards.ExpansionSet;
|
||||
import mage.constants.Rarity;
|
||||
import mage.constants.SetType;
|
||||
|
||||
/**
|
||||
* @author TheElk801
|
||||
*/
|
||||
public final class Commander2019Edition extends ExpansionSet {
|
||||
|
||||
private static final Commander2019Edition instance = new Commander2019Edition();
|
||||
|
||||
public static Commander2019Edition getInstance() {
|
||||
return instance;
|
||||
}
|
||||
|
||||
private Commander2019Edition() {
|
||||
super("Commander 2019 Edition", "C19", ExpansionSet.buildDate(2019, 8, 23), SetType.SUPPLEMENTAL);
|
||||
this.blockName = "Command Zone";
|
||||
|
||||
cards.add(new SetCardInfo("Seedborn Muse", 179, Rarity.RARE, mage.cards.s.SeedbornMuse.class));
|
||||
}
|
||||
}
|
|
@ -26,6 +26,7 @@ Commander 2015 Edition|Commander2015Edition|
|
|||
Commander 2016 Edition|Commander2016Edition|
|
||||
Commander 2017 Edition|Commander2017Edition|
|
||||
Commander 2018|Commander2018Edition|
|
||||
Commander 2019|Commander2019Edition|
|
||||
Commander Anthology|CommanderAnthology|
|
||||
Commander Anthology 2018|CommanderAnthology2018|
|
||||
Commander's Arsenal|CommandersArsenal|
|
||||
|
|
|
@ -35700,3 +35700,12 @@ Titanic Growth|Core Set 2020|343|C|{1}{G}|Instant|||Target creature gets +4/+4 u
|
|||
Woodland Mystic|Core Set 2020|344|C|{1}{G}|Creature - Elf Druid|1|1|{T}: Add {G}.|
|
||||
Chulane, Teller of Tales|Throne of Eldraine|326|M|{2}{G}{W}{U}|Legendary Creature - Human Druid|2|4|Vigilance$Whenever you cast a creature spell, draw a card, then you may put a land card from your hand onto the battlefield.${3}, {T}: Return target creature you control to its owner's hand.|
|
||||
Arcane Signet|Throne of Eldraine|331|C|{2}|Artifact|||{T}: Add one mana of any color in your commander's color identity.|
|
||||
Sevinne's Reclamation|Commander 2019|5|R|{2}{W}|Sorcery|||Return target permanent card with converted mana cost 3 or less from your graveyard to the battlefield. If this spell was cast from a graveyard, you may copy this spell and may choose a new target for the copy.$Flashback {4}{W}|
|
||||
Kadena's Silencer|Commander 2019|8|R|{1}{U}|Creature - Naga Wizard|2|1|When Kadena's Silencer is turned face up, counter all abilities your opponents control.$Megamorph {1}{U}|
|
||||
Anje's Ravager|Commander 2019|22|R|{2}{R}|Creature - Vampire Berserker|3|3|Anje's Ravager attacks each combat if able.$Whenever Anje's Ravager attacks, discard your hand, then draw three cards.$Madness {1}{R} (If you discard this card, discard it into exile. When you do, cast it for its madness cost or put it into your graveyard.|
|
||||
Ghired's Belligerence|Commander 2019|25|R|{X}{R}{R}|Sorcery|||Ghired's Belligerence deals X damage divided as you choose among any number of target creatures. Whenever a creature dealt damage this way dies this turn, populate.|
|
||||
Anje Falkenrath|Commander 2019|37|M|{1}{B}{R}|Legendary Creature - Vampire|1|3|Haste${T}, Discard a card: Draw a card.$Whenever you discard a card, if it has madness, untap Anje Falkenrath.|
|
||||
Ghired, Conclave Exile|Commander 2019|42|M|{2}{R}{G}{W}|Legendary Creature - Human Shaman|2|5|When Ghired, Conclave Exile enters the battlefield, create a 4/4 green Rhino creature token with trample.$Whenever Ghired attacks, populate. The token enters the battlefield tapped and attacking.|
|
||||
Kadena, Slinking Sorcerer|Commander 2019|45|M|{1}{B}{G}{U}|Legendary Creature - Naga Wizard|3|3|The first face-down creature spell you cast each turn costs {3} less to cast.$Whenever a face-down creature enters the battlefield under your control, draw a card.|
|
||||
Sevinne, the Chronoclasm|Commander 2019|49|M|{2}{U}{R}{W}|Legendary Creature - Human Wizard|2|2|Prevent all damage that would be dealt to Sevinne, the Chronoclasm.$Whenever you cast your first instant or sorcery spell from your graveyard each turn, copy that spell. You may choose new targets for the copy.|
|
||||
Seedborn Muse|Commander 2019|179|R|{3}{G}{G}|Creature - Spirit|2|4|Untap all permanents you control during each other player's untap step.|
|
||||
|
|
|
@ -33,6 +33,7 @@ Commander 2015 Edition|C15|
|
|||
Commander 2016 Edition|C16|
|
||||
Commander 2017 Edition|C17|
|
||||
Commander 2018 Edition|C18|
|
||||
Commander 2019 Edition|C19|
|
||||
Champions of Kamigawa|CHK|
|
||||
Chronicles|CHR|
|
||||
Clash Pack|CLASH|
|
||||
|
|
Loading…
Reference in a new issue