mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 20:41:58 -08:00
* Images: fixed miss cards from Alchemy: Innistrad, Secret Lair Drop, PMEI and PRES (#9249);
This commit is contained in:
parent
d757a22acf
commit
ce06ed62b0
4 changed files with 27 additions and 5 deletions
|
|
@ -503,7 +503,7 @@ public class ScryfallImageSupportCards {
|
|||
add("MIC"); // Midnight Hunt Commander
|
||||
add("VOW"); // Innistrad: Crimson Vow
|
||||
add("VOC"); // Crimson Vow Commander
|
||||
add("Y22"); // Alchemy: Innistrad
|
||||
add("YMID"); // Alchemy: Innistrad
|
||||
add("DBL"); // Innistrad: Double Feature
|
||||
add("CC2"); // Commander Collection: Black
|
||||
add("NEO"); // Kamigawa: Neon Dynasty
|
||||
|
|
@ -550,7 +550,8 @@ public class ScryfallImageSupportCards {
|
|||
// set/card_name/card_number_2
|
||||
//
|
||||
// Cards with non-ASCII collector numbers must use direct download (cause xmage uses different card number)
|
||||
// Verify checks must check and show missing data from that list
|
||||
// Verify checks must check and show missing data from that list,
|
||||
// see test_checkMissingScryfallSettingsAndCardNumbers
|
||||
|
||||
// 10E
|
||||
put("10E/Air Elemental/64*", "https://api.scryfall.com/cards/10e/64★/");
|
||||
|
|
@ -974,7 +975,7 @@ public class ScryfallImageSupportCards {
|
|||
put("WAR/Vivien, Champion of the Wilds/180*", "https://api.scryfall.com/cards/war/180★/");
|
||||
put("WAR/Vraska, Swarm's Eminence/236*", "https://api.scryfall.com/cards/war/236★/");
|
||||
// SLD
|
||||
// TODO: update direct image links in 2022 for HQ images
|
||||
// fake double faced cards
|
||||
put("SLD/Zndrsplt, Eye of Wisdom/379", "https://api.scryfall.com/cards/sld/379/");
|
||||
put("SLD/Zndrsplt, Eye of Wisdom/379b", "https://c1.scryfall.com/file/scryfall-cards/large/back/d/5/d5dfd236-b1da-4552-b94f-ebf6bb9dafdf.jpg");
|
||||
put("SLD/Krark's Thumb/383", "https://api.scryfall.com/cards/sld/383/");
|
||||
|
|
@ -985,6 +986,16 @@ public class ScryfallImageSupportCards {
|
|||
put("SLD/Propaganda/381b", "https://c1.scryfall.com/file/scryfall-cards/large/back/3/e/3e3f0bcd-0796-494d-bf51-94b33c1671e9.jpg");
|
||||
put("SLD/Stitch in Time/382", "https://api.scryfall.com/cards/sld/382/");
|
||||
put("SLD/Stitch in Time/382b", "https://c1.scryfall.com/file/scryfall-cards/large/back/0/8/087c3a0d-c710-4451-989e-596b55352184.jpg");
|
||||
// normal cards
|
||||
put("SLD/Demonlord Belzenlok/159*", "https://api.scryfall.com/cards/sld/159★/");
|
||||
put("SLD/Griselbrand/160*", "https://api.scryfall.com/cards/sld/160★/");
|
||||
put("SLD/Kothophed, Soul Hoarder/162*", "https://api.scryfall.com/cards/sld/162★/");
|
||||
put("SLD/Liliana's Contract/161*", "https://api.scryfall.com/cards/sld/161★/");
|
||||
put("SLD/Razaketh, the Foulblooded/163*", "https://api.scryfall.com/cards/sld/163★/");
|
||||
// PMEI
|
||||
put("PMEI/Jamuraan Lion/10*", "https://api.scryfall.com/cards/pmei/10★/");
|
||||
// PRES
|
||||
put("PRES/Lathliss, Dragon Queen/149*", "https://api.scryfall.com/cards/pres/149★/");
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue