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

View file

@ -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

View file

@ -2826,7 +2826,7 @@
|Generate|TOK:FIN|Treasure|1||TreasureToken|
|Generate|TOK:FIN|Treasure|2||TreasureToken|
# FIN
# FIC
|Generate|TOK:FIC|Human Soldier|||HumanSoldierToken|
|Generate|TOK:FIC|Soldier|||SoldierToken|
|Generate|TOK:FIC|Spirit|||SpiritWhiteToken|
@ -2837,6 +2837,26 @@
|Generate|TOK:FIC|The Blackjack|||TheBlackjackToken|
|Generate|TOK:FIC|Clue|||ClueArtifactToken|
#EOE
|Generate|TOK:EOE|Lander|||LanderToken|
#EOC
|Generate|TOK:EOC|Beast|1||BeastToken|
|Generate|TOK:EOC|Beast|2||BeastToken2|
|Generate|TOK:EOC|Bird|||SwanSongBirdToken|
|Generate|TOK:EOC|Clue|||ClueArtifactToken|
|Generate|TOK:EOC|Elemental|1||TitaniaProtectorOfArgothElementalToken|
|Generate|TOK:EOC|Elemental|2||OmnathElementalToken|
|Generate|TOK:EOC|Gnome|||GnomeToken|
|Generate|TOK:EOC|Golem|1||GolemToken|
|Generate|TOK:EOC|Golem|2||HammerOfPurphorosGolemToken|
|Generate|TOK:EOC|Golem|3||TitanForgeGolemToken|
|Generate|TOK:EOC|Incubator|||IncubatorToken|
|Generate|TOK:EOC|Insect|||XiraBlackInsectToken|
|Generate|TOK:EOC|Pest|||Pest11GainLifeToken|
|Generate|TOK:EOC|Phyrexian|||Phyrexian00Token|
|Generate|TOK:EOC|Thopter|||ThopterColorlessToken|
# JVC
|Generate|TOK:JVC|Elemental Shaman|||ElementalShamanToken|