Skip to content

Commit

Permalink
Add MUL token images
Browse files Browse the repository at this point in the history
  • Loading branch information
PurpleCrowbar committed Jun 23, 2023
1 parent c725e40 commit 63be758
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
6 changes: 5 additions & 1 deletion Mage/src/main/resources/tokens-database.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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|

1 comment on commit 63be758

@PurpleCrowbar
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Feasible to check and verify only because there are a total of two tokens in the set, as opposed to most sets which have a dozen or often more. It would be beneficial to resolve #10516 before adding the two dozen token images for the Lord of the Rings sets

Please sign in to comment.