mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
[TDC] add set
This commit is contained in:
parent
709e892ed7
commit
c22fadac98
5 changed files with 25 additions and 0 deletions
|
|
@ -580,6 +580,7 @@ public class ScryfallImageSupportCards {
|
|||
add("DFT"); // Aetherdrift
|
||||
add("DRC"); // Aetherdrift Commander
|
||||
add("TDM"); // Tarkir: Dragonstorm
|
||||
add("TDC"); // Tarkir: Dragonstorm Commander
|
||||
add("FIN"); // Final Fantasy
|
||||
add("FIC"); // Final Fantasy Commander
|
||||
|
||||
|
|
|
|||
21
Mage.Sets/src/mage/sets/TarkirDragonstormCommander.java
Normal file
21
Mage.Sets/src/mage/sets/TarkirDragonstormCommander.java
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
package mage.sets;
|
||||
|
||||
import mage.cards.ExpansionSet;
|
||||
import mage.constants.SetType;
|
||||
|
||||
/**
|
||||
* @author TheElk801
|
||||
*/
|
||||
public final class TarkirDragonstormCommander extends ExpansionSet {
|
||||
|
||||
private static final TarkirDragonstormCommander instance = new TarkirDragonstormCommander();
|
||||
|
||||
public static TarkirDragonstormCommander getInstance() {
|
||||
return instance;
|
||||
}
|
||||
|
||||
private TarkirDragonstormCommander() {
|
||||
super("Tarkir: Dragonstorm Commander", "TDC", ExpansionSet.buildDate(2025, 4, 11), SetType.SUPPLEMENTAL);
|
||||
this.hasBasicLands = false;
|
||||
}
|
||||
}
|
||||
|
|
@ -251,6 +251,7 @@ Strixhaven: School of Mages|StrixhavenSchoolOfMages|
|
|||
Stronghold|Stronghold|
|
||||
Super Series|SuperSeries|
|
||||
Tarkir: Dragonstorm|TarkirDragonstorm|
|
||||
Tarkir: Dragonstorm Commander|TarkirDragonstormCommander|
|
||||
Tempest|Tempest|
|
||||
Tempest Remastered|TempestRemastered|
|
||||
Tenth Edition|TenthEdition|
|
||||
|
|
|
|||
|
|
@ -57206,3 +57206,4 @@ Narset, Jeskai Waymaster|Tarkir: Dragonstorm|209|R|{U}{R}{W}|Legendary Creature
|
|||
Shiko, Paragon of the Way|Tarkir: Dragonstorm|223|M|{2}{U}{R}{W}|Legendary Creature - Spirit Dragon|4|5|Flying, vigilance$When Shiko enters, exile target nonland card with mana value 3 or less from your graveyard. Copy it, then you may cast the copy without paying its mana cost.|
|
||||
Skirmish Rhino|Tarkir: Dragonstorm|224|U|{W}{B}{G}|Creature - Rhino|3|4|Trample$When this creature enters, each opponent loses 2 life and you gain 2 life.|
|
||||
Mox Jasper|Tarkir: Dragonstorm|246|M|{0}|Legendary Artifact|||{T}: Add one mana of any color. Activate only if you control a Dragon.|
|
||||
Teval, the Balanced Scale|Tarkir: Dragonstorm Commander|8|M|{1}{B}{G}{U}|Legendary Creature - Spirit Dragon|4|4|Flying$Whenever Teval attacks, mill three cards. Then you may return a land card from your graveyard to the battlefield tapped.$Whenever one or more cards leave your graveyard, create a 2/2 black Zombie Druid creature token.|
|
||||
|
|
|
|||
|
|
@ -249,6 +249,7 @@ Stronghold|STH|
|
|||
Special Guests|SPG|
|
||||
Super Series|SUS|
|
||||
Tarkir: Dragonstorm|TDM|
|
||||
Tarkir: Dragonstorm Commander|TDC|
|
||||
Theros|THS|
|
||||
Theros Beyond Death|THB|
|
||||
The Brothers' War|BRO|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue