mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
Update image sources for available recent sets
This commit is contained in:
parent
28f3e52b57
commit
b78bfabe86
4 changed files with 9 additions and 6 deletions
|
@ -189,7 +189,6 @@ public enum MagidexImageSource implements CardImageSource {
|
||||||
supportedSets.add("CN2");
|
supportedSets.add("CN2");
|
||||||
supportedSets.add("DDR");
|
supportedSets.add("DDR");
|
||||||
supportedSets.add("KLD");
|
supportedSets.add("KLD");
|
||||||
supportedSets.add("MPS");
|
|
||||||
// supportedSets.add("PZ2"); // Treasure Chests
|
// supportedSets.add("PZ2"); // Treasure Chests
|
||||||
supportedSets.add("C16");
|
supportedSets.add("C16");
|
||||||
supportedSets.add("PCA");
|
supportedSets.add("PCA");
|
||||||
|
@ -213,8 +212,10 @@ public enum MagidexImageSource implements CardImageSource {
|
||||||
supportedSets.add("RIX");
|
supportedSets.add("RIX");
|
||||||
supportedSets.add("A25");
|
supportedSets.add("A25");
|
||||||
supportedSets.add("DOM");
|
supportedSets.add("DOM");
|
||||||
// supportedSets.add("CM2");
|
supportedSets.add("CM2");
|
||||||
// supportedSets.add("M19");
|
supportedSets.add("M19");
|
||||||
|
//supportedSets.add("BBD");
|
||||||
|
//supportedSets.add("C18");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
|
@ -231,7 +231,7 @@ public enum MythicspoilerComSource implements CardImageSource {
|
||||||
supportedSets.add("DOM");
|
supportedSets.add("DOM");
|
||||||
supportedSets.add("BBD");
|
supportedSets.add("BBD");
|
||||||
supportedSets.add("M19");
|
supportedSets.add("M19");
|
||||||
supportedSets.add("C18");
|
// supportedSets.add("C18");
|
||||||
// supportedSets.add("CM2");
|
// supportedSets.add("CM2");
|
||||||
|
|
||||||
sets = new LinkedHashMap<>();
|
sets = new LinkedHashMap<>();
|
||||||
|
|
|
@ -229,6 +229,7 @@ public enum ScryfallImageSource implements CardImageSource {
|
||||||
supportedSets.add("C18");
|
supportedSets.add("C18");
|
||||||
supportedSets.add("CM2");
|
supportedSets.add("CM2");
|
||||||
supportedSets.add("M19");
|
supportedSets.add("M19");
|
||||||
|
supportedSets.add("GS1");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
|
@ -220,7 +220,6 @@ public enum WizardCardsImageSource implements CardImageSource {
|
||||||
supportedSets.add("DDS");
|
supportedSets.add("DDS");
|
||||||
supportedSets.add("W17");
|
supportedSets.add("W17");
|
||||||
supportedSets.add("AKH");
|
supportedSets.add("AKH");
|
||||||
supportedSets.add("MPS");
|
|
||||||
supportedSets.add("CMA");
|
supportedSets.add("CMA");
|
||||||
supportedSets.add("CM2"); // Commander Anthology, Vol. II
|
supportedSets.add("CM2"); // Commander Anthology, Vol. II
|
||||||
supportedSets.add("E01");
|
supportedSets.add("E01");
|
||||||
|
@ -236,10 +235,12 @@ public enum WizardCardsImageSource implements CardImageSource {
|
||||||
supportedSets.add("RIX"); // Rivals of Ixalan
|
supportedSets.add("RIX"); // Rivals of Ixalan
|
||||||
supportedSets.add("A25"); // Masters 25
|
supportedSets.add("A25"); // Masters 25
|
||||||
supportedSets.add("DOM"); // Dominaria
|
supportedSets.add("DOM"); // Dominaria
|
||||||
|
supportedSets.add("BBD"); // Battlebond
|
||||||
|
supportedSets.add("GS1"); // Global Series: Jiang Yanggu and Mu Yanling
|
||||||
supportedSets.add("M19"); // Core 2019
|
supportedSets.add("M19"); // Core 2019
|
||||||
|
supportedSets.add("C18"); // Commander 2018
|
||||||
// supportedSets.add("GRN"); // Guilds of Ravnica
|
// supportedSets.add("GRN"); // Guilds of Ravnica
|
||||||
// supportedSets.add("RNA"); // Ravnica Allegiance
|
// supportedSets.add("RNA"); // Ravnica Allegiance
|
||||||
supportedSets.add("C18"); // Commander 2018
|
|
||||||
|
|
||||||
sets = new HashMap<>();
|
sets = new HashMap<>();
|
||||||
setsAliases = new HashMap<>();
|
setsAliases = new HashMap<>();
|
||||||
|
|
Loading…
Reference in a new issue