mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 20:41:58 -08:00
Added DD1 token images
This commit is contained in:
parent
a35e31ae56
commit
4ba695e741
5 changed files with 14 additions and 4 deletions
|
|
@ -1211,6 +1211,11 @@ public class ScryfallImageSupportTokens {
|
|||
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");
|
||||
|
||||
// DD1
|
||||
put ("DD1/Elemental", "https://api.scryfall.com/cards/tdd1/T1/en?format=image");
|
||||
put ("DD1/Elf Warrior", "https://api.scryfall.com/cards/tdd1/T2/en?format=image");
|
||||
put ("DD1/Goblin", "https://api.scryfall.com/cards/tdd1/T3/en?format=image");
|
||||
|
||||
// generate supported sets
|
||||
supportedSets.clear();
|
||||
for (String cardName : this.keySet()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue