Add tokens from TSPM (#13958)

This commit is contained in:
ReSech 2025-09-08 10:41:16 +10:00 committed by GitHub
parent c7a79197e5
commit 7e7b519f49
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 17 additions and 0 deletions

View file

@ -2818,6 +2818,14 @@ public class ScryfallImageSupportTokens {
put("EOC/Shapeshifter", "https://api.scryfall.com/cards/teoc/2/en?format=image");
put("EOC/Thopter", "https://api.scryfall.com/cards/teoc/16/en?format=image");
// SPM
put("SPM/Food", "https://api.scryfall.com/cards/tspm/5?format=image");
put("SPM/Human", "https://api.scryfall.com/cards/tspm/4?format=image");
put("SPM/Illusion", "https://api.scryfall.com/cards/tspm/2?format=image");
put("SPM/Robot", "https://api.scryfall.com/cards/tspm/6?format=image");
put("SPM/Spider", "https://api.scryfall.com/cards/tspm/3?format=image");
put("SPM/Treasure", "https://api.scryfall.com/cards/tspm/7?format=image");
// JVC
put("JVC/Elemental Shaman", "https://api.scryfall.com/cards/tjvc/4?format=image");