EOE and EOC Tokens (#13866)

This commit is contained in:
ReSech 2025-07-19 11:05:37 +10:00 committed by GitHub
parent df70ab7c8a
commit 2128d8aaa0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 22 additions and 2 deletions

View file

@ -2786,7 +2786,16 @@ public class ScryfallImageSupportTokens {
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");
put("EOE/Drone", "https://api.scryfall.com/cards/teoe/3?format=image");
put("EOE/Human Soldier", "https://api.scryfall.com/cards/teoe/2?format=image");
put("EOE/Lander/1", "https://api.scryfall.com/cards/teoe/4?format=image");
put("EOE/Lander/2", "https://api.scryfall.com/cards/teoe/5?format=image");
put("EOE/Lander/3", "https://api.scryfall.com/cards/teoe/6?format=image");
put("EOE/Lander/4", "https://api.scryfall.com/cards/teoe/7?format=image");
put("EOE/Lander/5", "https://api.scryfall.com/cards/teoe/8?format=image");
put("EOE/Munitions", "https://api.scryfall.com/cards/teoe/9?format=image");
put("EOE/Robot", "https://api.scryfall.com/cards/teoe/10?format=image");
put("EOE/Sliver", "https://api.scryfall.com/cards/teoe/1?format=image");
// EOC
put("EOC/Beast/1", "https://api.scryfall.com/cards/teoc/5/en?format=image");
@ -2803,6 +2812,7 @@ public class ScryfallImageSupportTokens {
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/Shapeshifter", "https://api.scryfall.com/cards/teoc/2/en?format=image");
put("EOC/Thopter", "https://api.scryfall.com/cards/teoc/16/en?format=image");
// JVC