[LTR] fixed card number of The One Ring (0 number for tokens only);

This commit is contained in:
Oleg Agafonov 2024-01-20 15:33:15 +04:00
parent 258a98bddd
commit a81cb306d4
2 changed files with 4 additions and 1 deletions

View file

@ -1022,6 +1022,9 @@ public class ScryfallImageSupportCards {
// CALC - custom alchemy version of cards.
put("CALC/C-Pillar of the Paruns", "https://api.scryfall.com/cards/dis/176/");
// LTR - 0 number for tokens only
put("LTR/The One Ring/001", "https://api.scryfall.com/cards/ltr/0/");
// REX - double faced lands (xmage uses two diff lands for it)
put("REX/Command Tower/26", "https://api.scryfall.com/cards/rex/26/en?format=image");
put("REX/Command Tower/26b", "https://api.scryfall.com/cards/rex/26/en?format=image&face=back");