mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
[ZNR] Added tokens support and download
This commit is contained in:
parent
778729f20a
commit
6bc040ef6c
17 changed files with 90 additions and 56 deletions
|
|
@ -448,6 +448,18 @@ public class ScryfallImageSupportTokens {
|
|||
put("M21/Weird", "https://api.scryfall.com/cards/tm21/13/en?format=image");
|
||||
put("M21/Zombie", "https://api.scryfall.com/cards/tm21/7/en?format=image");
|
||||
|
||||
// ZNR
|
||||
put("ZNR/Angel Warrior", "https://api.scryfall.com/cards/tznr/1/en?format=image");
|
||||
put("ZNR/Cat Beast", "https://api.scryfall.com/cards/tznr/3/en?format=image");
|
||||
put("ZNR/Cat", "https://api.scryfall.com/cards/tznr/2/en?format=image");
|
||||
put("ZNR/Construct", "https://api.scryfall.com/cards/tznr/10/en?format=image");
|
||||
put("ZNR/Drake", "https://api.scryfall.com/cards/tznr/5/en?format=image");
|
||||
put("ZNR/Goblin Construct", "https://api.scryfall.com/cards/tznr/11/en?format=image");
|
||||
put("ZNR/Hydra", "https://api.scryfall.com/cards/tznr/9/en?format=image");
|
||||
put("ZNR/Illusion", "https://api.scryfall.com/cards/tznr/6/en?format=image");
|
||||
put("ZNR/Insect", "https://api.scryfall.com/cards/tznr/7/en?format=image");
|
||||
put("ZNR/Kor Warrior", "https://api.scryfall.com/cards/tznr/4/en?format=image");
|
||||
put("ZNR/Plant", "https://api.scryfall.com/cards/tznr/8/en?format=image");
|
||||
|
||||
// generate supported sets
|
||||
supportedSets.clear();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue