Added MD1 token images

This commit is contained in:
PurpleCrowbar 2022-06-05 19:50:13 +01:00
parent 29f0a12cc2
commit 2b43af4d7e
5 changed files with 16 additions and 4 deletions

View file

@ -1414,6 +1414,12 @@ public class ScryfallImageSupportTokens {
put ("JOU/Spider", "https://api.scryfall.com/cards/tjou/5/en?format=image");
put ("JOU/Zombie", "https://api.scryfall.com/cards/tjou/2/en?format=image");
// MD1
put ("MD1/Emblem Elspeth, Knight Errant", "https://api.scryfall.com/cards/tmd1/4/en?format=image");
put ("MD1/Phyrexian Myr", "https://api.scryfall.com/cards/tmd1/3/en?format=image");
put ("MD1/Soldier", "https://api.scryfall.com/cards/tmd1/1/en?format=image");
put ("MD1/Spirit", "https://api.scryfall.com/cards/tmd1/2/en?format=image");
// generate supported sets
supportedSets.clear();
for (String cardName : this.keySet()) {