mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 20:41:58 -08:00
Added DDT token images
This commit is contained in:
parent
f6cdc8daee
commit
84553db7e0
3 changed files with 12 additions and 2 deletions
|
|
@ -1597,6 +1597,11 @@ public class ScryfallImageSupportTokens {
|
|||
put ("E01/Soldier", "https://api.scryfall.com/cards/te01/1/en?format=image");
|
||||
put ("E01/Spirit", "https://api.scryfall.com/cards/te01/2/en?format=image");
|
||||
|
||||
// DDT
|
||||
put ("DDT/Elemental", "https://api.scryfall.com/cards/tddt/1/en?format=image");
|
||||
put ("DDT/Goblin", "https://api.scryfall.com/cards/tddt/3/en?format=image");
|
||||
put ("DDT/Wall", "https://api.scryfall.com/cards/tddt/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