Added MOR token images

This commit is contained in:
PurpleCrowbar 2022-06-04 16:46:57 +01:00
parent bb3065afd9
commit a35e31ae56
7 changed files with 16 additions and 8 deletions

View file

@ -1206,6 +1206,11 @@ public class ScryfallImageSupportTokens {
put ("ALA/Thopter", "https://api.scryfall.com/cards/tala/3/en?format=image");
put ("ALA/Zombie", "https://api.scryfall.com/cards/tala/5/en?format=image");
// MOR
put ("MOR/Faerie Rogue", "https://api.scryfall.com/cards/tmor/2/en?format=image");
put ("MOR/Giant Warrior", "https://api.scryfall.com/cards/tmor/1/en?format=image");
put ("MOR/Treefolk Shaman", "https://api.scryfall.com/cards/tmor/3/en?format=image");
// generate supported sets
supportedSets.clear();
for (String cardName : this.keySet()) {