mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
[WAR] - added images download from scryfall;
This commit is contained in:
parent
a1d45df418
commit
fc88357eab
2 changed files with 4 additions and 0 deletions
|
@ -238,6 +238,7 @@ public class ScryfallImageSupportCards {
|
|||
add("MEDM");
|
||||
add("GK2");
|
||||
add("MH1");
|
||||
add("WAR");
|
||||
//
|
||||
add("EURO");
|
||||
add("GPX");
|
||||
|
|
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue