[NEC] added set

This commit is contained in:
Evan Kranzler 2022-01-28 08:29:13 -05:00
parent 38e47ed41d
commit 9b6df0d441
4 changed files with 25 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 NeonDynastyCommander extends ExpansionSet {
private static final NeonDynastyCommander instance = new NeonDynastyCommander();
public static NeonDynastyCommander getInstance() {
return instance;
}
private NeonDynastyCommander() {
super("Neon Dynasty Commander", "NEC", ExpansionSet.buildDate(2022, 2, 18), SetType.SUPPLEMENTAL);
this.hasBasicLands = false;
}
}

View file

@ -128,6 +128,7 @@ Kaladesh|Kaladesh|
Kaldheim|Kaldheim|
Kaldheim Commander|KaldheimCommander|
Kamigawa: Neon Dynasty|KamigawaNeonDynasty|
Neon Dynasty Commander|NeonDynastyCommander|
Khans of Tarkir|KhansOfTarkir|
Launch Party|LaunchParty|
Legends|Legends|

View file

@ -43571,3 +43571,5 @@ Island|Kamigawa: Neon Dynasty|295|C||Basic Land - Island|||({T}: Add {U}.)|
Swamp|Kamigawa: Neon Dynasty|297|C||Basic Land - Swamp|||({T}: Add {B}.)|
Mountain|Kamigawa: Neon Dynasty|299|C||Basic Land - Mountain|||({T}: Add {R}.)|
Forest|Kamigawa: Neon Dynasty|301|C||Basic Land - Forest|||({T}: Add {G}.)|
Chishiro, the Shattered Blade|Neon Dynasty Commander|1|M|{2}{R}{G}|Legendary Creature - Snake Samurai|4|4|Whenever an Aura or Equipment enters the battlefield under your control, create a 2/2 red Spirit creature token.$At the beginning of your end step, put a +1/+1 counter on each modified creature you control.|
Kotori, Pilot Prodigy|Neon Dynasty Commander|2|M|{1}{W}{U}|Legendary Creature - Moonfolk Pilot|2|4|Vehicles you control have crew 2.$At the beginning of combat on your turn, target artifact creature you control gains lifelink and vigilance until end of turn.|

View file

@ -128,6 +128,7 @@ Kaladesh|KLD|
Kaldheim|KHM|
Kaldheim Commander|KHC|
Kamigawa: Neon Dynasty|NEO|
Neon Dynasty Commander|NEC|
Khans of Tarkir|KTK|
Limited Edition Alpha|LEA|
Limited Edition Beta|LEB|