Images download:

* removed duplicated set (Clash Pack);
* added images download for Eighth Edition Box, Ninth Edition Box;
This commit is contained in:
Oleg Agafonov 2020-08-08 10:14:17 +04:00
parent fbcdeeb2a8
commit f746d4d8d2
6 changed files with 17 additions and 39 deletions

View file

@ -487,6 +487,10 @@ public class ScryfallImageSupportCards {
add("MPS-AKH");
add("M21");
add("JMP");
//
add("8EB"); // Eighth Edition Box
add("9EB"); // Ninth Edition Box
}
};
@ -542,6 +546,7 @@ public class ScryfallImageSupportCards {
put("DPAP/Soul of Zendikar", "https://api.scryfall.com/cards/pdp14/2/");
// 8th Edition box set and 9th Edition box set
// scryfall stores it with one set, by xmage split into two -- 8ED and 8EB, 9ED and 9EB
put("8EB/Eager Cadet", "https://api.scryfall.com/cards/8ed/S1");
put("8EB/Vengeance", "https://api.scryfall.com/cards/8ed/S2");
put("8EB/Giant Octopus", "https://api.scryfall.com/cards/8ed/S3");