mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
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:
parent
d1024544a3
commit
aed2dc04a6
3 changed files with 42 additions and 1 deletions
|
|
@ -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");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue