mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
Added JOU token images
This commit is contained in:
parent
2739dcad4e
commit
29f0a12cc2
2 changed files with 8 additions and 4 deletions
|
|
@ -1406,6 +1406,14 @@ public class ScryfallImageSupportTokens {
|
|||
// DDM
|
||||
put ("DDM/Assassin", "https://api.scryfall.com/cards/tddm/1/en?format=image");
|
||||
|
||||
// JOU
|
||||
put ("JOU/Hydra", "https://api.scryfall.com/cards/tjou/4/en?format=image");
|
||||
put ("JOU/Minotaur", "https://api.scryfall.com/cards/tjou/3/en?format=image");
|
||||
put ("JOU/Snake", "https://api.scryfall.com/cards/tjou/6/en?format=image");
|
||||
put ("JOU/Sphinx", "https://api.scryfall.com/cards/tjou/1/en?format=image");
|
||||
put ("JOU/Spider", "https://api.scryfall.com/cards/tjou/5/en?format=image");
|
||||
put ("JOU/Zombie", "https://api.scryfall.com/cards/tjou/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