mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
Added EVE token images
This commit is contained in:
parent
b745df3362
commit
4f684443ee
6 changed files with 17 additions and 6 deletions
|
|
@ -1381,6 +1381,15 @@ public class ScryfallImageSupportTokens {
|
|||
put ("THS/Soldier/2", "https://api.scryfall.com/cards/tths/3/en?format=image");
|
||||
put ("THS/Soldier/3", "https://api.scryfall.com/cards/tths/7/en?format=image");
|
||||
|
||||
// EVE
|
||||
put ("EVE/Beast", "https://api.scryfall.com/cards/teve/3/en?format=image");
|
||||
put ("EVE/Bird", "https://api.scryfall.com/cards/teve/2/en?format=image");
|
||||
put ("EVE/Elemental", "https://api.scryfall.com/cards/teve/5/en?format=image");
|
||||
put ("EVE/Goat", "https://api.scryfall.com/cards/teve/1/en?format=image");
|
||||
put ("EVE/Goblin Soldier", "https://api.scryfall.com/cards/teve/7/en?format=image");
|
||||
put ("EVE/Spirit", "https://api.scryfall.com/cards/teve/4/en?format=image");
|
||||
put ("EVE/Worm", "https://api.scryfall.com/cards/teve/6/en?format=image");
|
||||
|
||||
// generate supported sets
|
||||
supportedSets.clear();
|
||||
for (String cardName : this.keySet()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue