Added DDI token images

This commit is contained in:
PurpleCrowbar 2022-06-04 19:23:47 +01:00
parent 81984ceac0
commit 21904d991c
2 changed files with 5 additions and 1 deletions

View file

@ -1317,6 +1317,10 @@ public class ScryfallImageSupportTokens {
put ("DKA/Emblem Sorin, Lord of Innistrad", "https://api.scryfall.com/cards/tdka/3/en?format=image");
put ("DKA/Vampire", "https://api.scryfall.com/cards/tdka/2/en?format=image");
// DDI
put ("DDI/Emblem Koth of the Hammer", "https://api.scryfall.com/cards/tddi/2/en?format=image");
put ("DDI/Emblem Venser, the Sojourner", "https://api.scryfall.com/cards/tddi/1/en?format=image");
// generate supported sets
supportedSets.clear();
for (String cardName : this.keySet()) {