mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
Add TLA and TLE Tokens (#14083)
* Add copy tokens * TLE Tokens * Add TLA Tokens
This commit is contained in:
parent
0ff60c91c1
commit
6fc4a5fbba
3 changed files with 52 additions and 0 deletions
|
|
@ -272,6 +272,8 @@ public enum TokenRepository {
|
|||
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"));
|
||||
res.add(createXmageToken(XMAGE_IMAGE_NAME_COPY, 15, "https://api.scryfall.com/cards/ttla/1/en?format=image"));
|
||||
res.add(createXmageToken(XMAGE_IMAGE_NAME_COPY, 16, "https://api.scryfall.com/cards/ttla/2/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