mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 20:41:58 -08:00
Added DDD token images
This commit is contained in:
parent
94e79644fe
commit
dfa1981a9e
5 changed files with 10 additions and 4 deletions
|
|
@ -1262,6 +1262,11 @@ public class ScryfallImageSupportTokens {
|
|||
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");
|
||||
|
||||
// DDD
|
||||
put ("DDD/Beast/1", "https://api.scryfall.com/cards/tddd/1/en?format=image");
|
||||
put ("DDD/Beast/2", "https://api.scryfall.com/cards/tddd/2/en?format=image");
|
||||
put ("DDD/Elephant", "https://api.scryfall.com/cards/tddd/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