Tweak the Pillar of the Paruns format (#11197)

This commit is contained in:
Susucre 2023-09-25 04:09:38 +02:00 committed by GitHub
parent 1a13dcd091
commit 1acb1d6c9a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 95 additions and 10 deletions

View file

@ -537,6 +537,9 @@ public class ScryfallImageSupportCards {
add("LCC"); // Lost Caverns of Ixalan Commander
add("REX"); // Jurassic World Collection
add("SPG"); // Special Guests
// Custom sets using Scryfall images - must provide a direct link for each card in directDownloadLinks
add("CALC"); // Custom Alchemized versions of existing cards
}
};
@ -1003,6 +1006,9 @@ public class ScryfallImageSupportCards {
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★/");
// CALC -- custom alchemy version of cards.
put("CALC/C-Pillar of the Paruns", "https://api.scryfall.com/cards/dis/176/");
}
};