mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 20:41:58 -08:00
Added DDC token images
This commit is contained in:
parent
46396c36da
commit
98f0ff8871
4 changed files with 9 additions and 4 deletions
|
|
@ -1185,6 +1185,11 @@ public class ScryfallImageSupportTokens {
|
|||
put ("ARB/Lizard", "https://api.scryfall.com/cards/tarb/2/en?format=image");
|
||||
put ("ARB/Zombie Wizard", "https://api.scryfall.com/cards/tarb/4/en?format=image");
|
||||
|
||||
// DDC
|
||||
put ("DDC/Demon", "https://api.scryfall.com/cards/tddc/2/en?format=image");
|
||||
put ("DDC/Spirit", "https://api.scryfall.com/cards/tddc/1/en?format=image");
|
||||
put ("DDC/Thrull", "https://api.scryfall.com/cards/tddc/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