mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 20:41:58 -08:00
Added GN2 token images
This commit is contained in:
parent
18b515ba5c
commit
f96436b2b2
5 changed files with 23 additions and 3 deletions
|
|
@ -1647,6 +1647,11 @@ public class ScryfallImageSupportTokens {
|
|||
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");
|
||||
|
||||
// GN2
|
||||
put ("GN2/Dinosaur", "https://api.scryfall.com/cards/tgn2/3/en?format=image");
|
||||
put ("GN2/Dragon/1", "https://api.scryfall.com/cards/tgn2/1/en?format=image");
|
||||
put ("GN2/Dragon/2", "https://api.scryfall.com/cards/tgn2/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