[W16] cards added. Still does not show as Standard legal. HELP

This commit is contained in:
drmDev 2016-04-15 09:15:26 -04:00
parent 2b8f73dbcc
commit e136e409fd
21 changed files with 890 additions and 2 deletions

View file

@ -32,7 +32,8 @@ public class GathererSets implements Iterable<DownloadJob> {
"LRW", "MOR",
"SHM", "EVE",
"MED", "ME2", "ME3", "ME4",
"POR", "PO2", "PTK"};
"POR", "PO2", "PTK",
"W16"};
private static final String[] withMythics = {"M10", "M11", "M12", "M13", "M14", "M15", "ORI",
"DDF", "DDG", "DDH", "DDI", "DDJ", "DDK", "DDL", "DDM", "DDN",

View file

@ -16,6 +16,7 @@ public class MagicCardsImageSource implements CardImageSource {
private static final Map<String, String> setNameTokenReplacement = new HashMap<String, String>() {
{
put("W16", "welcome-deck-2016");
put("EMA", "eternal-masters");
put("EMN", "eldritch-moon");
put("SOI", "shadows-over-innistrad");

View file

@ -239,6 +239,7 @@ public class WizardCardsImageSource implements CardImageSource {
setsAliases.put("VGO", "MTGO Vanguard");
setsAliases.put("VIS", "Visions");
setsAliases.put("VMA", "Vintage Masters");
setsAliases.put("W16", "Welcome Deck 2016");
setsAliases.put("WMCQ", "World Magic Cup Qualifier");
setsAliases.put("WTH", "Weatherlight");
setsAliases.put("WWK", "Worldwake");