mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 20:41:58 -08:00
Game: added new set Thirtieth Anniversary Edition (30A)
This commit is contained in:
parent
1f68e4f9ba
commit
ff15edbce8
5 changed files with 636 additions and 1 deletions
|
|
@ -1900,6 +1900,10 @@ public class ScryfallImageSupportTokens {
|
|||
put ("ONC/Spirit", "https://api.scryfall.com/cards/tonc/9/en?format=image");
|
||||
put ("ONC/Thopter", "https://api.scryfall.com/cards/tonc/21/en?format=image");
|
||||
|
||||
// 30A
|
||||
// TODO: add another tokens
|
||||
put ("30A/Wasp", "https://api.scryfall.com/cards/t30a/16/en?format=image");
|
||||
|
||||
// generate supported sets
|
||||
supportedSets.clear();
|
||||
for (String cardName : this.keySet()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue