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:
ReSech 2025-07-15 08:29:45 +10:00 committed by GitHub
parent d1024544a3
commit aed2dc04a6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 42 additions and 1 deletions

View file

@ -2785,6 +2785,26 @@ public class ScryfallImageSupportTokens {
put("FIC/The Blackjack", "https://api.scryfall.com/cards/tfic/8/en?format=image");
put("FIC/Clue", "https://api.scryfall.com/cards/tfic/9/en?format=image");
// EOE
put("EOE/Lander", "https://api.scryfall.com/cards/teoe/8/en?format=image");
// EOC
put("EOC/Beast/1", "https://api.scryfall.com/cards/teoc/5/en?format=image");
put("EOC/Beast/2", "https://api.scryfall.com/cards/teoc/6/en?format=image");
put("EOC/Bird", "https://api.scryfall.com/cards/teoc/3/en?format=image");
put("EOC/Clue", "https://api.scryfall.com/cards/teoc/10/en?format=image");
put("EOC/Elemental/1", "https://api.scryfall.com/cards/teoc/7/en?format=image");
put("EOC/Elemental/2", "https://api.scryfall.com/cards/teoc/8/en?format=image");
put("EOC/Gnome", "https://api.scryfall.com/cards/teoc/11/en?format=image");
put("EOC/Golem/1", "https://api.scryfall.com/cards/teoc/12/en?format=image");
put("EOC/Golem/2", "https://api.scryfall.com/cards/teoc/13/en?format=image");
put("EOC/Golem/3", "https://api.scryfall.com/cards/teoc/14/en?format=image");
put("EOC/Incubator", "https://api.scryfall.com/cards/teoc/15/en?format=image&face=front");
put("EOC/Insect", "https://api.scryfall.com/cards/teoc/4/en?format=image");
put("EOC/Pest", "https://api.scryfall.com/cards/teoc/9/en?format=image");
put("EOC/Phyrexian", "https://api.scryfall.com/cards/teoc/15/en?format=image&face=back");
put("EOC/Thopter", "https://api.scryfall.com/cards/teoc/16/en?format=image");
// JVC
put("JVC/Elemental Shaman", "https://api.scryfall.com/cards/tjvc/4?format=image");