mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
Add current EOE/EOC token images (#13843)
* Add EOE token support for Lander in ScryfallImageSupportTokens and tokens-database * Add EOC tokens * Forgot to rename * Reordering EOC tokens alphabetically
This commit is contained in:
parent
d1024544a3
commit
aed2dc04a6
3 changed files with 42 additions and 1 deletions
|
|
@ -270,6 +270,7 @@ public enum TokenRepository {
|
|||
res.add(createXmageToken(XMAGE_IMAGE_NAME_COPY, 10, "https://api.scryfall.com/cards/tdsk/1/en?format=image"));
|
||||
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"));
|
||||
|
||||
// City's Blessing
|
||||
// https://scryfall.com/search?q=type%3Atoken+include%3Aextras+unique%3Aprints+City%27s+Blessing+&unique=cards&as=grid&order=name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue