mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
add EOE/Emblem Tezzeret token image (#13873)
This commit is contained in:
parent
379a3b504d
commit
4a74353b0c
1 changed files with 3 additions and 2 deletions
|
|
@ -1,10 +1,10 @@
|
||||||
package org.mage.plugins.card.dl.sources;
|
package org.mage.plugins.card.dl.sources;
|
||||||
|
|
||||||
import mage.cards.repository.TokenRepository;
|
|
||||||
|
|
||||||
import java.util.HashMap;
|
import java.util.HashMap;
|
||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
|
|
||||||
|
import mage.cards.repository.TokenRepository;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author JayDi85
|
* @author JayDi85
|
||||||
*/
|
*/
|
||||||
|
|
@ -2787,6 +2787,7 @@ public class ScryfallImageSupportTokens {
|
||||||
|
|
||||||
// EOE
|
// EOE
|
||||||
put("EOE/Drone", "https://api.scryfall.com/cards/teoe/3?format=image");
|
put("EOE/Drone", "https://api.scryfall.com/cards/teoe/3?format=image");
|
||||||
|
put("EOE/Emblem Tezzeret", "https://api.scryfall.com/cards/teoe/11?format=image");
|
||||||
put("EOE/Human Soldier", "https://api.scryfall.com/cards/teoe/2?format=image");
|
put("EOE/Human Soldier", "https://api.scryfall.com/cards/teoe/2?format=image");
|
||||||
put("EOE/Lander/1", "https://api.scryfall.com/cards/teoe/4?format=image");
|
put("EOE/Lander/1", "https://api.scryfall.com/cards/teoe/4?format=image");
|
||||||
put("EOE/Lander/2", "https://api.scryfall.com/cards/teoe/5?format=image");
|
put("EOE/Lander/2", "https://api.scryfall.com/cards/teoe/5?format=image");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue