mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
* Images: added support to download Throne of Eldraine collector cards;
This commit is contained in:
parent
459543b126
commit
4dbc1aac3a
1 changed files with 4 additions and 1 deletions
|
@ -23,7 +23,9 @@ public class ScryfallImageSupportCards {
|
||||||
put("EURO", "pelp").
|
put("EURO", "pelp").
|
||||||
put("GPX", "pgpx").
|
put("GPX", "pgpx").
|
||||||
put("MED", "me1").
|
put("MED", "me1").
|
||||||
put("MEDM", "med").build();
|
put("MEDM", "med").
|
||||||
|
put("CELD", "eld"). // scryfall moved ELD and CELD cards in one set, but card numbers are different
|
||||||
|
build();
|
||||||
|
|
||||||
private static final Set<String> supportedSets = new ArraySet<String>() {
|
private static final Set<String> supportedSets = new ArraySet<String>() {
|
||||||
{
|
{
|
||||||
|
@ -240,6 +242,7 @@ public class ScryfallImageSupportCards {
|
||||||
add("M20");
|
add("M20");
|
||||||
add("C19");
|
add("C19");
|
||||||
add("ELD");
|
add("ELD");
|
||||||
|
add("CELD");
|
||||||
//
|
//
|
||||||
add("EURO");
|
add("EURO");
|
||||||
add("GPX");
|
add("GPX");
|
||||||
|
|
Loading…
Reference in a new issue