mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
Added WWK token images
This commit is contained in:
parent
5ab454ea63
commit
c617e13675
4 changed files with 10 additions and 4 deletions
|
|
@ -1237,6 +1237,14 @@ public class ScryfallImageSupportTokens {
|
|||
put ("ZEN/Wolf", "https://api.scryfall.com/cards/tzen/11/en?format=image");
|
||||
put ("ZEN/Zombie Giant", "https://api.scryfall.com/cards/tzen/7/en?format=image");
|
||||
|
||||
// WWK
|
||||
put ("WWK/Construct", "https://api.scryfall.com/cards/twwk/6/en?format=image");
|
||||
put ("WWK/Dragon", "https://api.scryfall.com/cards/twwk/2/en?format=image");
|
||||
put ("WWK/Elephant", "https://api.scryfall.com/cards/twwk/4/en?format=image");
|
||||
put ("WWK/Ogre", "https://api.scryfall.com/cards/twwk/3/en?format=image");
|
||||
put ("WWK/Plant", "https://api.scryfall.com/cards/twwk/5/en?format=image");
|
||||
put ("WWK/Soldier Ally", "https://api.scryfall.com/cards/twwk/1/en?format=image");
|
||||
|
||||
// generate supported sets
|
||||
supportedSets.clear();
|
||||
for (String cardName : this.keySet()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue