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"); put("FIC/Clue", "https://api.scryfall.com/cards/tfic/9/en?format=image");
// EOE // 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 // EOC
put("EOC/Beast/1", "https://api.scryfall.com/cards/teoc/5/en?format=image"); 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/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/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/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"); put("EOC/Thopter", "https://api.scryfall.com/cards/teoc/16/en?format=image");
// JVC // JVC

View file

@ -2841,7 +2841,16 @@
|Generate|TOK:FIC|Clue|||ClueArtifactToken| |Generate|TOK:FIC|Clue|||ClueArtifactToken|
#EOE #EOE
|Generate|TOK:EOE|Lander|||LanderToken| |Generate|TOK:EOE|Drone|||DroneToken2|
|Generate|TOK:EOE|Human Soldier|||HumanSoldierToken|
|Generate|TOK:EOE|Lander|1||LanderToken|
|Generate|TOK:EOE|Lander|2||LanderToken|
|Generate|TOK:EOE|Lander|3||LanderToken|
|Generate|TOK:EOE|Lander|4||LanderToken|
|Generate|TOK:EOE|Lander|5||LanderToken|
|Generate|TOK:EOE|Munitions|||MunitionsToken|
|Generate|TOK:EOE|Robot|||RobotToken|
|Generate|TOK:EOE|Sliver|||SliverToken|
#EOC #EOC
|Generate|TOK:EOC|Beast|1||BeastToken| |Generate|TOK:EOC|Beast|1||BeastToken|
@ -2858,6 +2867,7 @@
|Generate|TOK:EOC|Insect|||XiraBlackInsectToken| |Generate|TOK:EOC|Insect|||XiraBlackInsectToken|
|Generate|TOK:EOC|Pest|||Pest11GainLifeToken| |Generate|TOK:EOC|Pest|||Pest11GainLifeToken|
|Generate|TOK:EOC|Phyrexian|||Phyrexian00Token| |Generate|TOK:EOC|Phyrexian|||Phyrexian00Token|
|Generate|TOK:EOC|Shapeshifter|||ShapeshifterDeathtouchToken|
|Generate|TOK:EOC|Thopter|||ThopterColorlessToken| |Generate|TOK:EOC|Thopter|||ThopterColorlessToken|
# JVC # JVC