mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 20:41:58 -08:00
Added GS1 token images
This commit is contained in:
parent
e3d64451ed
commit
f4399e669a
3 changed files with 11 additions and 1 deletions
|
|
@ -1621,6 +1621,9 @@ public class ScryfallImageSupportTokens {
|
|||
put ("A25/Whale", "https://api.scryfall.com/cards/ta25/7/en?format=image");
|
||||
put ("A25/Wolf", "https://api.scryfall.com/cards/ta25/13/en?format=image");
|
||||
|
||||
// GS1
|
||||
put ("GS1/Mowu", "https://api.scryfall.com/cards/gs1/T1/en?format=image");
|
||||
|
||||
// generate supported sets
|
||||
supportedSets.clear();
|
||||
for (String cardName : this.keySet()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue