mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 20:41:58 -08:00
Added GK2 token images
This commit is contained in:
parent
74756be1bc
commit
18b515ba5c
9 changed files with 37 additions and 6 deletions
|
|
@ -1636,6 +1636,17 @@ public class ScryfallImageSupportTokens {
|
|||
put ("GK1/Weird", "https://api.scryfall.com/cards/tgk1/3/en?format=image");
|
||||
put ("GK1/Wurm", "https://api.scryfall.com/cards/tgk1/9/en?format=image");
|
||||
|
||||
// GK2
|
||||
put ("GK2/Bat", "https://api.scryfall.com/cards/tgk2/3/en?format=image");
|
||||
put ("GK2/Bird", "https://api.scryfall.com/cards/tgk2/1/en?format=image");
|
||||
put ("GK2/Cleric", "https://api.scryfall.com/cards/tgk2/4/en?format=image");
|
||||
put ("GK2/Dragon", "https://api.scryfall.com/cards/tgk2/5/en?format=image");
|
||||
put ("GK2/Goblin", "https://api.scryfall.com/cards/tgk2/6/en?format=image");
|
||||
put ("GK2/Ooze", "https://api.scryfall.com/cards/tgk2/9/en?format=image");
|
||||
put ("GK2/Saproling", "https://api.scryfall.com/cards/tgk2/7/en?format=image");
|
||||
put ("GK2/Spirit", "https://api.scryfall.com/cards/tgk2/2/en?format=image");
|
||||
put ("GK2/Wurm", "https://api.scryfall.com/cards/tgk2/8/en?format=image");
|
||||
|
||||
// generate supported sets
|
||||
supportedSets.clear();
|
||||
for (String cardName : this.keySet()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue