Game: added new set Thirtieth Anniversary Edition (30A)

This commit is contained in:
Oleg Agafonov 2023-04-13 14:38:03 +04:00
parent 1f68e4f9ba
commit ff15edbce8
5 changed files with 636 additions and 1 deletions

View file

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

View file

@ -2015,3 +2015,7 @@
|Generate|TOK:ONC|Soldier|3||SoldierTokenWithHaste|
|Generate|TOK:ONC|Spirit|||SpiritWhiteToken|
|Generate|TOK:ONC|Thopter|||ThopterColorlessToken|
# 30A
# TODO: add all 30A tokens here
|Generate|TOK:30A|Wasp|||WaspToken|