mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 20:41:58 -08:00
Added MD1 token images
This commit is contained in:
parent
29f0a12cc2
commit
2b43af4d7e
5 changed files with 16 additions and 4 deletions
|
|
@ -1414,6 +1414,12 @@ public class ScryfallImageSupportTokens {
|
|||
put ("JOU/Spider", "https://api.scryfall.com/cards/tjou/5/en?format=image");
|
||||
put ("JOU/Zombie", "https://api.scryfall.com/cards/tjou/2/en?format=image");
|
||||
|
||||
// MD1
|
||||
put ("MD1/Emblem Elspeth, Knight Errant", "https://api.scryfall.com/cards/tmd1/4/en?format=image");
|
||||
put ("MD1/Phyrexian Myr", "https://api.scryfall.com/cards/tmd1/3/en?format=image");
|
||||
put ("MD1/Soldier", "https://api.scryfall.com/cards/tmd1/1/en?format=image");
|
||||
put ("MD1/Spirit", "https://api.scryfall.com/cards/tmd1/2/en?format=image");
|
||||
|
||||
// generate supported sets
|
||||
supportedSets.clear();
|
||||
for (String cardName : this.keySet()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue