[WAR] - added images download from scryfall;

This commit is contained in:
Oleg Agafonov 2019-04-03 13:03:51 +04:00
parent a1d45df418
commit fc88357eab
2 changed files with 4 additions and 0 deletions

View file

@ -238,6 +238,7 @@ public class ScryfallImageSupportCards {
add("MEDM");
add("GK2");
add("MH1");
add("WAR");
//
add("EURO");
add("GPX");

View file

@ -49,6 +49,9 @@ public class ScryfallImageSupportTokens {
put("RNA/Treasure", "https://api.scryfall.com/cards/trna/12/en?format=image");
put("RNA/Zombie", "https://api.scryfall.com/cards/trna/3/en?format=image");
// WAR
put("WAR/Zombie Army", "https://api.scryfall.com/cards/twar/8/en?format=image");
// generate supported sets
supportedSets.clear();