mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 04:22:01 -08:00
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()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue