Added ROE token images

This commit is contained in:
PurpleCrowbar 2022-06-04 18:09:48 +01:00
parent c617e13675
commit 2ee43c261e
4 changed files with 13 additions and 7 deletions

View file

@ -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()) {