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

View file

@ -509,8 +509,6 @@
|Generate|TOK:DVD|Spirit|||SpiritWhiteToken|
|Generate|TOK:DVD|Thrull|||BreedingPitBlackInsectToken|
|Generate|TOK:DD3D|Elemental Shaman||
|Generate|TOK:EVG|Elf Warrior|||ElfWarriorToken|
|Generate|TOK:EVG|Goblin|||GoblinToken|
|Generate|TOK:GVL|Ape|||PongifyApeToken|
|Generate|TOK:GVL|Bat|||BatToken|
|Generate|TOK:GVL|Beast|1||BeastToken2|

View file

@ -31,7 +31,7 @@ public final class GoblinToken extends TokenImpl {
toughness = new MageInt(1);
availableImageSetCodes = Arrays.asList("10E", "ALA", "SOM", "M10", "M13", "RTR",
"MMA", "M15", "C14", "KTK", "EVG", "DTK", "ORI", "DDG", "DDN", "EVG", "MM2",
"MMA", "M15", "C14", "KTK", "EVG", "DTK", "ORI", "DDG", "DDN", "MM2",
"MM3", "EMA", "C16", "DOM", "ANA", "RNA", "WAR", "MH1", "TSR", "MH2", "AFR", "NEC", "M19", "CM2", "PCA", "DD1");
}