mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 20:41:58 -08:00
Added DDI token images
This commit is contained in:
parent
81984ceac0
commit
21904d991c
2 changed files with 5 additions and 1 deletions
|
|
@ -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()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue