mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 20:41:58 -08:00
Added DDP token images
This commit is contained in:
parent
84f3e5a5be
commit
9deb8546c5
2 changed files with 7 additions and 1 deletions
|
|
@ -1506,6 +1506,13 @@ public class ScryfallImageSupportTokens {
|
|||
put ("ORI/Thopter/2", "https://api.scryfall.com/cards/tori/11/en?format=image");
|
||||
put ("ORI/Zombie", "https://api.scryfall.com/cards/tori/5/en?format=image");
|
||||
|
||||
// DDP
|
||||
put ("DDP/Eldrazi Spawn/1", "https://api.scryfall.com/cards/ddp/76/en?format=image");
|
||||
put ("DDP/Eldrazi Spawn/2", "https://api.scryfall.com/cards/ddp/77/en?format=image");
|
||||
put ("DDP/Eldrazi Spawn/3", "https://api.scryfall.com/cards/ddp/78/en?format=image");
|
||||
put ("DDP/Hellion", "https://api.scryfall.com/cards/ddp/79/en?format=image");
|
||||
put ("DDP/Plant", "https://api.scryfall.com/cards/ddp/80/en?format=image");
|
||||
|
||||
// generate supported sets
|
||||
supportedSets.clear();
|
||||
for (String cardName : this.keySet()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue