Added EVG token images

This commit is contained in:
PurpleCrowbar 2022-06-06 00:20:18 +01:00
parent 8bc4061e9b
commit a2a10ae1a3
3 changed files with 6 additions and 3 deletions

View file

@ -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()) {