mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
Added DKA token images
This commit is contained in:
parent
b9d3980ea0
commit
81984ceac0
4 changed files with 10 additions and 4 deletions
|
|
@ -1312,6 +1312,11 @@ public class ScryfallImageSupportTokens {
|
|||
put ("ISD/Zombie/2", "https://api.scryfall.com/cards/tisd/8/en?format=image");
|
||||
put ("ISD/Zombie/3", "https://api.scryfall.com/cards/tisd/9/en?format=image");
|
||||
|
||||
// DKA
|
||||
put ("DKA/Human", "https://api.scryfall.com/cards/tdka/1/en?format=image");
|
||||
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");
|
||||
|
||||
// generate supported sets
|
||||
supportedSets.clear();
|
||||
for (String cardName : this.keySet()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue