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");

View file

@ -271,6 +271,7 @@ public enum TokenRepository {
res.add(createXmageToken(XMAGE_IMAGE_NAME_COPY, 11, "https://api.scryfall.com/cards/tacr/1/en?format=image"));
res.add(createXmageToken(XMAGE_IMAGE_NAME_COPY, 12, "https://api.scryfall.com/cards/tpip/1/en?format=image"));
res.add(createXmageToken(XMAGE_IMAGE_NAME_COPY, 13, "https://api.scryfall.com/cards/teoc/1/en?format=image"));
res.add(createXmageToken(XMAGE_IMAGE_NAME_COPY, 14, "https://api.scryfall.com/cards/tspm/1/en?format=image"));
// City's Blessing
// https://scryfall.com/search?q=type%3Atoken+include%3Aextras+unique%3Aprints+City%27s+Blessing+&unique=cards&as=grid&order=name

View file

@ -2871,6 +2871,14 @@
|Generate|TOK:EOC|Shapeshifter|||ShapeshifterDeathtouchToken|
|Generate|TOK:EOC|Thopter|||ThopterColorlessToken|
#SPM
|Generate|TOK:SPM|Food|||FoodToken|
|Generate|TOK:SPM|Human|||HumanCitizenToken|
|Generate|TOK:SPM|Illusion|||IllusionVillainToken|
|Generate|TOK:SPM|Robot|||RobotFlyingToken|
|Generate|TOK:SPM|Spider|||Spider21Token|
|Generate|TOK:SPM|Treasure|||TreasureToken|
# JVC
|Generate|TOK:JVC|Elemental Shaman|||ElementalShamanToken|