mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
Tweak the Pillar of the Paruns format (#11197)
This commit is contained in:
parent
1a13dcd091
commit
1acb1d6c9a
4 changed files with 95 additions and 10 deletions
|
|
@ -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/");
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue