mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 13:02:06 -08:00
Set Commander Anthology Vol II added
This commit is contained in:
parent
f021951578
commit
f39a6e9411
7 changed files with 340 additions and 8 deletions
|
|
@ -91,7 +91,7 @@ public class GathererSets implements Iterable<DownloadJob> {
|
|||
"AKH", "HOU",
|
||||
"XLN", "C17",
|
||||
"RIX", "DOM", "M19", // not released
|
||||
"E01"
|
||||
"E01", "CM2"
|
||||
};
|
||||
|
||||
private static final String[] symbolsOnlyMyth = {
|
||||
|
|
|
|||
|
|
@ -206,9 +206,10 @@ public enum MagicCardsImageSource implements CardImageSource {
|
|||
add("E02");
|
||||
add("V17");
|
||||
add("UST");
|
||||
// add("RIX");
|
||||
// add("A25");
|
||||
// add("DOM");
|
||||
add("RIX");
|
||||
add("A25");
|
||||
add("DOM");
|
||||
// add("CM2");
|
||||
// add("M19");
|
||||
}
|
||||
};
|
||||
|
|
|
|||
|
|
@ -234,10 +234,11 @@ public enum MagidexImageSource implements CardImageSource {
|
|||
supportedSets.add("IMA");
|
||||
supportedSets.add("E02");
|
||||
supportedSets.add("V17");
|
||||
// supportedSets.add("UST");
|
||||
// supportedSets.add("RIX");
|
||||
// supportedSets.add("A25");
|
||||
// supportedSets.add("DOM");
|
||||
supportedSets.add("UST");
|
||||
supportedSets.add("RIX");
|
||||
supportedSets.add("A25");
|
||||
supportedSets.add("DOM");
|
||||
// supportedSets.add("CM2");
|
||||
// supportedSets.add("M19");
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -257,6 +257,7 @@ public enum MythicspoilerComSource implements CardImageSource {
|
|||
supportedSets.add("UST");
|
||||
supportedSets.add("RIX");
|
||||
supportedSets.add("DOM");
|
||||
// supportedSets.add("CM2");
|
||||
|
||||
sets = new LinkedHashMap<>();
|
||||
setsAliases = new HashMap<>();
|
||||
|
|
|
|||
|
|
@ -210,6 +210,7 @@ public enum ScryfallImageSource implements CardImageSource {
|
|||
supportedSets.add("PPRO");
|
||||
supportedSets.add("A25");
|
||||
supportedSets.add("DOM");
|
||||
supportedSets.add("CM2");
|
||||
// supportedSets.add("M19");
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -259,6 +259,7 @@ public enum WizardCardsImageSource implements CardImageSource {
|
|||
supportedSets.add("AKH");
|
||||
supportedSets.add("MPS");
|
||||
supportedSets.add("CMA");
|
||||
// supportedSets.add("CM2"); // Commander Anthology, Vol. II
|
||||
supportedSets.add("E01");
|
||||
supportedSets.add("HOU");
|
||||
supportedSets.add("C17");
|
||||
|
|
@ -308,6 +309,7 @@ public enum WizardCardsImageSource implements CardImageSource {
|
|||
setsAliases.put("C16", "Commander 2016");
|
||||
setsAliases.put("C17", "Commander 2017");
|
||||
setsAliases.put("CMA", "Commander Anthology");
|
||||
// setsAliases.put("CM2", "Commander Anthology, Vol. II");
|
||||
setsAliases.put("CHK", "Champions of Kamigawa");
|
||||
setsAliases.put("CHR", "Chronicles");
|
||||
setsAliases.put("CMD", "Magic: The Gathering-Commander");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue