forked from External/mage
Add BIG token images
This commit is contained in:
parent
7cbdef627c
commit
fd6f2f48df
2 changed files with 18 additions and 0 deletions
|
|
@ -2326,6 +2326,15 @@ public class ScryfallImageSupportTokens {
|
|||
put("OTC/Thopter", "https://api.scryfall.com/cards/totc/27/en?format=image");
|
||||
put("OTC/Zombie", "https://api.scryfall.com/cards/totc/10/en?format=image");
|
||||
|
||||
// BIG
|
||||
put("BIG/Bat", "https://api.scryfall.com/cards/tbig/1/en?format=image");
|
||||
put("BIG/Blood", "https://api.scryfall.com/cards/tbig/2/en?format=image");
|
||||
put("BIG/Construct", "https://api.scryfall.com/cards/tbig/3/en?format=image");
|
||||
put("BIG/Food", "https://api.scryfall.com/cards/tbig/4/en?format=image");
|
||||
put("BIG/Gnome", "https://api.scryfall.com/cards/tbig/5/en?format=image");
|
||||
put("BIG/Golem", "https://api.scryfall.com/cards/tbig/6/en?format=image");
|
||||
put("BIG/Map", "https://api.scryfall.com/cards/tbig/7/en?format=image");
|
||||
|
||||
// generate supported sets
|
||||
supportedSets.clear();
|
||||
for (String cardName : this.keySet()) {
|
||||
|
|
|
|||
|
|
@ -2261,3 +2261,12 @@
|
|||
|Generate|TOK:OTC|Soldier|||SoldierArtifactToken|
|
||||
|Generate|TOK:OTC|Thopter|||ThopterColorlessToken|
|
||||
|Generate|TOK:OTC|Zombie|||ZombieToken|
|
||||
|
||||
# BIG
|
||||
|Generate|TOK:BIG|Bat|||Bat21Token|
|
||||
|Generate|TOK:BIG|Blood|||BloodToken|
|
||||
|Generate|TOK:BIG|Construct|||KarnConstructToken|
|
||||
|Generate|TOK:BIG|Food|||FoodToken|
|
||||
|Generate|TOK:BIG|Gnome|||GnomeToken|
|
||||
|Generate|TOK:BIG|Golem|||GolemToken|
|
||||
|Generate|TOK:BIG|Map|||MapToken|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue