mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +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("DDR");
|
||||
supportedSets.add("KLD");
|
||||
supportedSets.add("MPS");
|
||||
// supportedSets.add("PZ2"); // Treasure Chests
|
||||
supportedSets.add("C16");
|
||||
supportedSets.add("PCA");
|
||||
|
@ -213,8 +212,10 @@ public enum MagidexImageSource implements CardImageSource {
|
|||
supportedSets.add("RIX");
|
||||
supportedSets.add("A25");
|
||||
supportedSets.add("DOM");
|
||||
// supportedSets.add("CM2");
|
||||
// supportedSets.add("M19");
|
||||
supportedSets.add("CM2");
|
||||
supportedSets.add("M19");
|
||||
//supportedSets.add("BBD");
|
||||
//supportedSets.add("C18");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
@ -231,7 +231,7 @@ public enum MythicspoilerComSource implements CardImageSource {
|
|||
supportedSets.add("DOM");
|
||||
supportedSets.add("BBD");
|
||||
supportedSets.add("M19");
|
||||
supportedSets.add("C18");
|
||||
// supportedSets.add("C18");
|
||||
// supportedSets.add("CM2");
|
||||
|
||||
sets = new LinkedHashMap<>();
|
||||
|
|
|
@ -229,6 +229,7 @@ public enum ScryfallImageSource implements CardImageSource {
|
|||
supportedSets.add("C18");
|
||||
supportedSets.add("CM2");
|
||||
supportedSets.add("M19");
|
||||
supportedSets.add("GS1");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
@ -220,7 +220,6 @@ public enum WizardCardsImageSource implements CardImageSource {
|
|||
supportedSets.add("DDS");
|
||||
supportedSets.add("W17");
|
||||
supportedSets.add("AKH");
|
||||
supportedSets.add("MPS");
|
||||
supportedSets.add("CMA");
|
||||
supportedSets.add("CM2"); // Commander Anthology, Vol. II
|
||||
supportedSets.add("E01");
|
||||
|
@ -236,10 +235,12 @@ public enum WizardCardsImageSource implements CardImageSource {
|
|||
supportedSets.add("RIX"); // Rivals of Ixalan
|
||||
supportedSets.add("A25"); // Masters 25
|
||||
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("C18"); // Commander 2018
|
||||
// supportedSets.add("GRN"); // Guilds of Ravnica
|
||||
// supportedSets.add("RNA"); // Ravnica Allegiance
|
||||
supportedSets.add("C18"); // Commander 2018
|
||||
|
||||
sets = new HashMap<>();
|
||||
setsAliases = new HashMap<>();
|
||||
|
|
Loading…
Reference in a new issue