mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 21:12:04 -08:00
[W16] cards added. Still does not show as Standard legal. HELP
This commit is contained in:
parent
2b8f73dbcc
commit
e136e409fd
21 changed files with 890 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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");
|
||||
|
|
|
|||
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue