mirror of
https://github.com/correl/mage.git
synced 2024-11-14 19:19:32 +00:00
Fixed and added Scryfall image downloads for M14 tokens
This commit is contained in:
parent
8982bb9fee
commit
d95c2389ef
2 changed files with 16 additions and 1 deletions
|
@ -1124,6 +1124,21 @@ public class ScryfallImageSupportTokens {
|
|||
put ("M15/Treefolk Warrior", "https://api.scryfall.com/cards/tm15/11/en?format=image");
|
||||
put ("M15/Zombie", "https://api.scryfall.com/cards/tm15/6/en?format=image");
|
||||
|
||||
// M14
|
||||
put ("M14/Angel", "https://api.scryfall.com/cards/tm14/2/en?format=image");
|
||||
put ("M14/Beast", "https://api.scryfall.com/cards/tm14/9/en?format=image");
|
||||
put ("M14/Cat", "https://api.scryfall.com/cards/tm14/3/en?format=image");
|
||||
put ("M14/Dragon", "https://api.scryfall.com/cards/tm14/6/en?format=image");
|
||||
put ("M14/Elemental/1", "https://api.scryfall.com/cards/tm14/7/en?format=image");
|
||||
put ("M14/Elemental/2", "https://api.scryfall.com/cards/tm14/8/en?format=image");
|
||||
put ("M14/Emblem Garruk, Caller of Beasts", "https://api.scryfall.com/cards/tm14/13/en?format=image");
|
||||
put ("M14/Goat", "https://api.scryfall.com/cards/tm14/4/en?format=image");
|
||||
put ("M14/Emblem Liliana of the Dark Realms", "https://api.scryfall.com/cards/tm14/12/en?format=image");
|
||||
put ("M14/Saproling", "https://api.scryfall.com/cards/tm14/10/en?format=image");
|
||||
put ("M14/Sliver", "https://api.scryfall.com/cards/tm14/1/en?format=image");
|
||||
put ("M14/Wolf", "https://api.scryfall.com/cards/tm14/11/en?format=image");
|
||||
put ("M14/Zombie", "https://api.scryfall.com/cards/tm14/5/en?format=image");
|
||||
|
||||
// generate supported sets
|
||||
supportedSets.clear();
|
||||
for (String cardName : this.keySet()) {
|
||||
|
|
|
@ -835,7 +835,7 @@
|
|||
|Generate|TOK:M14|Elemental|2||RedElementalToken|
|
||||
|Generate|TOK:M14|Goat|||GoatToken|
|
||||
|Generate|TOK:M14|Saproling|||SaprolingToken|
|
||||
|Generate|TOK:M14|Sliver||
|
||||
|Generate|TOK:M14|Sliver|||SliverToken|
|
||||
|Generate|TOK:M14|Wolf|||WolfToken|
|
||||
|Generate|TOK:M14|Zombie|||ZombieToken|
|
||||
|Generate|TOK:M15|Beast|1||GarrukApexPredatorBeastToken|
|
||||
|
|
Loading…
Reference in a new issue