[SNC] added set

This commit is contained in:
Evan Kranzler 2022-03-03 19:31:24 -05:00
parent 84261a1731
commit eb7ed69b5a
4 changed files with 33 additions and 0 deletions

View file

@ -507,6 +507,7 @@ public class ScryfallImageSupportCards {
add("DBL"); // Innistrad: Double Feature
add("NEO"); // Kamigawa: Neon Dynasty
add("NEC"); // Neon Dynasty Commander
add("SNC"); // Streets of New Capenna
}
};

View file

@ -0,0 +1,30 @@
package mage.sets;
import mage.cards.ExpansionSet;
import mage.constants.Rarity;
import mage.constants.SetType;
/**
* @author TheElk801
*/
public final class StreetsOfNewCapenna extends ExpansionSet {
private static final StreetsOfNewCapenna instance = new StreetsOfNewCapenna();
public static StreetsOfNewCapenna getInstance() {
return instance;
}
private StreetsOfNewCapenna() {
super("Streets of New Capenna", "SNC", ExpansionSet.buildDate(2022, 4, 29), SetType.EXPANSION);
this.blockName = "Streets of New Capenna";
this.hasBoosters = true;
this.hasBasicLands = true;
cards.add(new SetCardInfo("Forest", 280, Rarity.LAND, mage.cards.basiclands.Forest.class, FULL_ART_BFZ_VARIOUS));
cards.add(new SetCardInfo("Island", 274, Rarity.LAND, mage.cards.basiclands.Island.class, FULL_ART_BFZ_VARIOUS));
cards.add(new SetCardInfo("Mountain", 278, Rarity.LAND, mage.cards.basiclands.Mountain.class, FULL_ART_BFZ_VARIOUS));
cards.add(new SetCardInfo("Plains", 272, Rarity.LAND, mage.cards.basiclands.Plains.class, FULL_ART_BFZ_VARIOUS));
cards.add(new SetCardInfo("Swamp", 276, Rarity.LAND, mage.cards.basiclands.Swamp.class, FULL_ART_BFZ_VARIOUS));
}
}

View file

@ -201,6 +201,7 @@ Shards of Alara|ShardsOfAlara|
Starter 1999|Starter1999|
Starter 2000|Starter2000|
Star Wars|StarWars|
Streets of New Capenna|StreetsOfNewCapenna|
Strixhaven: School of Mages|StrixhavenSchoolOfMages|
Stronghold|Stronghold|
Super Series|SuperSeries|

View file

@ -200,6 +200,7 @@ Shadowmoor|SHM|
Shadows over Innistrad|SOI|
Saviors of Kamigawa|SOK|
Scars of Mirrodin|SOM|
Streets of New Capenna|SNC|
Stronghold|STH|
Super Series|SUS|
Theros|THS|