Added GN2 token images

This commit is contained in:
PurpleCrowbar 2022-06-06 17:01:58 +01:00
parent 18b515ba5c
commit f96436b2b2
5 changed files with 23 additions and 3 deletions

View file

@ -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()) {