mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
Added DDE token images
This commit is contained in:
parent
98b5cffd4e
commit
94e79644fe
2 changed files with 7 additions and 4 deletions
|
|
@ -1257,6 +1257,11 @@ public class ScryfallImageSupportTokens {
|
|||
// DDF
|
||||
put ("DDF/Soldier", "https://api.scryfall.com/cards/tddf/1/en?format=image");
|
||||
|
||||
// DDE
|
||||
put ("DDE/Hornet", "https://api.scryfall.com/cards/tdde/1/en?format=image");
|
||||
put ("DDE/Phyrexian Minion", "https://api.scryfall.com/cards/tdde/2/en?format=image");
|
||||
put ("DDE/Saproling", "https://api.scryfall.com/cards/tdde/3/en?format=image");
|
||||
|
||||
// generate supported sets
|
||||
supportedSets.clear();
|
||||
for (String cardName : this.keySet()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue