mirror of
https://github.com/correl/mage.git
synced 2024-11-25 03:00:11 +00:00
Added M12 token images
This commit is contained in:
parent
804167c692
commit
4ca9ad700c
1 changed files with 9 additions and 0 deletions
|
@ -1152,6 +1152,15 @@ public class ScryfallImageSupportTokens {
|
||||||
put ("M13/Wurm", "https://api.scryfall.com/cards/tm13/10/en?format=image");
|
put ("M13/Wurm", "https://api.scryfall.com/cards/tm13/10/en?format=image");
|
||||||
put ("M13/Zombie", "https://api.scryfall.com/cards/tm13/5/en?format=image");
|
put ("M13/Zombie", "https://api.scryfall.com/cards/tm13/5/en?format=image");
|
||||||
|
|
||||||
|
// M12
|
||||||
|
put ("M12/Beast", "https://api.scryfall.com/cards/tm12/4/en?format=image");
|
||||||
|
put ("M12/Bird", "https://api.scryfall.com/cards/tm12/1/en?format=image");
|
||||||
|
put ("M12/Pentavite", "https://api.scryfall.com/cards/tm12/7/en?format=image");
|
||||||
|
put ("M12/Saproling", "https://api.scryfall.com/cards/tm12/5/en?format=image");
|
||||||
|
put ("M12/Soldier", "https://api.scryfall.com/cards/tm12/2/en?format=image");
|
||||||
|
put ("M12/Wurm", "https://api.scryfall.com/cards/tm12/6/en?format=image");
|
||||||
|
put ("M12/Zombie", "https://api.scryfall.com/cards/tm12/3/en?format=image");
|
||||||
|
|
||||||
// generate supported sets
|
// generate supported sets
|
||||||
supportedSets.clear();
|
supportedSets.clear();
|
||||||
for (String cardName : this.keySet()) {
|
for (String cardName : this.keySet()) {
|
||||||
|
|
Loading…
Reference in a new issue