mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 20:41:58 -08:00
Added EVG token images
This commit is contained in:
parent
8bc4061e9b
commit
a2a10ae1a3
3 changed files with 6 additions and 3 deletions
|
|
@ -1447,6 +1447,11 @@ public class ScryfallImageSupportTokens {
|
|||
put ("KTK/Warrior/2", "https://api.scryfall.com/cards/tktk/4/en?format=image");
|
||||
put ("KTK/Zombie", "https://api.scryfall.com/cards/tktk/6/en?format=image");
|
||||
|
||||
// EVG
|
||||
put ("EVG/Elemental", "https://api.scryfall.com/cards/tevg/1/en?format=image");
|
||||
put ("EVG/Elf Warrior", "https://api.scryfall.com/cards/tevg/2/en?format=image");
|
||||
put ("EVG/Goblin", "https://api.scryfall.com/cards/tevg/3/en?format=image");
|
||||
|
||||
// generate supported sets
|
||||
supportedSets.clear();
|
||||
for (String cardName : this.keySet()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue