mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 20:41:58 -08:00
Add OTP token images
This commit is contained in:
parent
fd6f2f48df
commit
66f09decfc
4 changed files with 17 additions and 2 deletions
|
|
@ -2335,6 +2335,13 @@ public class ScryfallImageSupportTokens {
|
|||
put("BIG/Golem", "https://api.scryfall.com/cards/tbig/6/en?format=image");
|
||||
put("BIG/Map", "https://api.scryfall.com/cards/tbig/7/en?format=image");
|
||||
|
||||
// OTP
|
||||
put("OTP/Food", "https://api.scryfall.com/cards/totp/5/en?format=image");
|
||||
put("OTP/Human Cleric", "https://api.scryfall.com/cards/totp/1/en?format=image");
|
||||
put("OTP/Human Rogue", "https://api.scryfall.com/cards/totp/2/en?format=image");
|
||||
put("OTP/Human Warrior", "https://api.scryfall.com/cards/totp/3/en?format=image");
|
||||
put("OTP/Pest", "https://api.scryfall.com/cards/totp/4/en?format=image");
|
||||
|
||||
// generate supported sets
|
||||
supportedSets.clear();
|
||||
for (String cardName : this.keySet()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue