mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
Add tokens from TSPM (#13958)
This commit is contained in:
parent
c7a79197e5
commit
7e7b519f49
3 changed files with 17 additions and 0 deletions
|
|
@ -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");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue