mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 20:41:58 -08:00
Added M11 token images
This commit is contained in:
parent
4ca9ad700c
commit
d138833029
2 changed files with 12 additions and 0 deletions
|
|
@ -1161,6 +1161,14 @@ public class ScryfallImageSupportTokens {
|
|||
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");
|
||||
|
||||
// M11
|
||||
put ("M11/Avatar", "https://api.scryfall.com/cards/tm11/1/en?format=image");
|
||||
put ("M11/Beast", "https://api.scryfall.com/cards/tm11/4/en?format=image");
|
||||
put ("M11/Bird", "https://api.scryfall.com/cards/tm11/2/en?format=image");
|
||||
put ("M11/Ooze/1", "https://api.scryfall.com/cards/tm11/6/en?format=image");
|
||||
put ("M11/Ooze/2", "https://api.scryfall.com/cards/tm11/5/en?format=image");
|
||||
put ("M11/Zombie", "https://api.scryfall.com/cards/tm11/3/en?format=image");
|
||||
|
||||
// generate supported sets
|
||||
supportedSets.clear();
|
||||
for (String cardName : this.keySet()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue