mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 20:41:58 -08:00
Added ROE token images
This commit is contained in:
parent
c617e13675
commit
2ee43c261e
4 changed files with 13 additions and 7 deletions
|
|
@ -1245,6 +1245,15 @@ public class ScryfallImageSupportTokens {
|
|||
put ("WWK/Plant", "https://api.scryfall.com/cards/twwk/5/en?format=image");
|
||||
put ("WWK/Soldier Ally", "https://api.scryfall.com/cards/twwk/1/en?format=image");
|
||||
|
||||
// ROE
|
||||
put ("ROE/Eldrazi Spawn/1", "https://api.scryfall.com/cards/troe/1a/en?format=image");
|
||||
put ("ROE/Eldrazi Spawn/2", "https://api.scryfall.com/cards/troe/1b/en?format=image");
|
||||
put ("ROE/Eldrazi Spawn/3", "https://api.scryfall.com/cards/troe/1c/en?format=image");
|
||||
put ("ROE/Elemental", "https://api.scryfall.com/cards/troe/2/en?format=image");
|
||||
put ("ROE/Hellion", "https://api.scryfall.com/cards/troe/3/en?format=image");
|
||||
put ("ROE/Ooze", "https://api.scryfall.com/cards/troe/4/en?format=image");
|
||||
put ("ROE/Tuktuk the Returned", "https://api.scryfall.com/cards/troe/5/en?format=image");
|
||||
|
||||
// generate supported sets
|
||||
supportedSets.clear();
|
||||
for (String cardName : this.keySet()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue