mirror of
https://github.com/magefree/mage.git
synced 2025-12-30 07:22:03 -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()) {
|
||||
|
|
|
|||
|
|
@ -1830,4 +1830,7 @@
|
|||
|Generate|TOK:A25|Spirit|2||SpiritWhiteToken|
|
||||
|Generate|TOK:A25|Stangg Twin|||StanggTwinToken|
|
||||
|Generate|TOK:A25|Whale|||ReefWormWhaleToken|
|
||||
|Generate|TOK:A25|Wolf|||WolfToken|
|
||||
|Generate|TOK:A25|Wolf|||WolfToken|
|
||||
|
||||
# GS1
|
||||
|Generate|TOK:GS1|Mowu|||MowuToken|
|
||||
Loading…
Add table
Add a link
Reference in a new issue