Add MUL token images

This commit is contained in:
PurpleCrowbar 2023-06-23 02:06:56 +01:00
parent c725e4000e
commit 63be7589ae
2 changed files with 8 additions and 1 deletions

View File

@ -2009,6 +2009,9 @@ public class ScryfallImageSupportTokens {
// DIS
put("DIS/Emblem Momir", "https://api.scryfall.com/cards/pmoa/61/en?format=image");
// MUL
put("MUL/Elemental", "https://api.scryfall.com/cards/tmul/2/en?format=image");
put("MUL/Phyrexian Myr", "https://api.scryfall.com/cards/tmul/1/en?format=image");
// generate supported sets
supportedSets.clear();

View File

@ -2019,4 +2019,8 @@
|Generate|TOK:MOC|Thopter|||ThopterToken|
|Generate|TOK:MOC|Vampire Knight|||VampireKnightToken|
|Generate|TOK:MOC|Warrior|||WarriorToken|
|Generate|TOK:MOC|Zombie Knight|||ZombieKnightToken|
|Generate|TOK:MOC|Zombie Knight|||ZombieKnightToken|
# MUL
|Generate|TOK:MUL|Elemental|||Elemental31TrampleHasteToken|
|Generate|TOK:MUL|Phyrexian Myr|||BrudicladTelchorMyrToken|