forked from External/mage
images: added new tokens for FIC/FIN, copy, monarch and other (#13760)
This commit is contained in:
parent
abd251cb6e
commit
de383f6908
3 changed files with 100 additions and 1 deletions
|
|
@ -2723,7 +2723,51 @@ public class ScryfallImageSupportTokens {
|
|||
put("DD2/Elemental Shaman", "https://api.scryfall.com/cards/tdd2/1?format=image");
|
||||
|
||||
// FIN
|
||||
put("FIN/Hero/1", "https://api.scryfall.com/cards/tfin/2/en?format=image");
|
||||
put("FIN/Hero/2", "https://api.scryfall.com/cards/tfin/3/en?format=image");
|
||||
put("FIN/Hero/3", "https://api.scryfall.com/cards/tfin/4/en?format=image");
|
||||
put("FIN/Hero/4", "https://api.scryfall.com/cards/tfin/5/en?format=image");
|
||||
put("FIN/Hero/5", "https://api.scryfall.com/cards/tfin/6/en?format=image");
|
||||
put("FIN/Hero/6", "https://api.scryfall.com/cards/tfin/7/en?format=image");
|
||||
put("FIN/Hero/7", "https://api.scryfall.com/cards/tfin/8/en?format=image");
|
||||
put("FIN/Hero/8", "https://api.scryfall.com/cards/tfin/9/en?format=image");
|
||||
put("FIN/Hero/9", "https://api.scryfall.com/cards/tfin/26/en?format=image");
|
||||
put("FIN/Hero/10", "https://api.scryfall.com/cards/tfin/27/en?format=image");
|
||||
put("FIN/Hero/11", "https://api.scryfall.com/cards/tfin/28/en?format=image");
|
||||
put("FIN/Hero/12", "https://api.scryfall.com/cards/tfin/29/en?format=image");
|
||||
put("FIN/Hero/13", "https://api.scryfall.com/cards/tfin/30/en?format=image");
|
||||
put("FIN/Hero/14", "https://api.scryfall.com/cards/tfin/31/en?format=image");
|
||||
put("FIN/Hero/15", "https://api.scryfall.com/cards/tfin/32/en?format=image");
|
||||
put("FIN/Hero/16", "https://api.scryfall.com/cards/tfin/33/en?format=image");
|
||||
put("FIN/Knight", "https://api.scryfall.com/cards/tfin/10/en?format=image");
|
||||
put("FIN/Moogle/1", "https://api.scryfall.com/cards/tfin/11/en?format=image");
|
||||
put("FIN/Moogle/2", "https://api.scryfall.com/cards/tfin/34/en?format=image");
|
||||
put("FIN/Robot Warrior", "https://api.scryfall.com/cards/tfin/12/en?format=image");
|
||||
put("FIN/Horror", "https://api.scryfall.com/cards/tfin/13/en?format=image");
|
||||
put("FIN/Wizard/1", "https://api.scryfall.com/cards/tfin/14/en?format=image");
|
||||
put("FIN/Wizard/2", "https://api.scryfall.com/cards/tfin/15/en?format=image");
|
||||
put("FIN/Wizard/3", "https://api.scryfall.com/cards/tfin/35/en?format=image");
|
||||
put("FIN/Bird/1", "https://api.scryfall.com/cards/tfin/16/en?format=image");
|
||||
put("FIN/Bird/2", "https://api.scryfall.com/cards/tfin/17/en?format=image");
|
||||
put("FIN/Frog", "https://api.scryfall.com/cards/tfin/18/en?format=image");
|
||||
put("FIN/Angelo", "https://api.scryfall.com/cards/tfin/19/en?format=image");
|
||||
put("FIN/Darkstar", "https://api.scryfall.com/cards/tfin/20/en?format=image");
|
||||
put("FIN/Elemental", "https://api.scryfall.com/cards/tfin/21/en?format=image");
|
||||
put("FIN/Food", "https://api.scryfall.com/cards/tfin/22?format=image");
|
||||
put("FIN/Treasure/1", "https://api.scryfall.com/cards/tfin/23/en?format=image");
|
||||
put("FIN/Treasure/2", "https://api.scryfall.com/cards/tfin/36/en?format=image");
|
||||
put("FIN/Emblem Sephiroth", "https://api.scryfall.com/cards/tfin/24/en?format=image");
|
||||
|
||||
// FIC
|
||||
put("FIC/Human Soldier", "https://api.scryfall.com/cards/tfic/1/en?format=image");
|
||||
put("FIC/Soldier", "https://api.scryfall.com/cards/tfic/2/en?format=image");
|
||||
put("FIC/Spirit", "https://api.scryfall.com/cards/tfic/3/en?format=image");
|
||||
put("FIC/Bird", "https://api.scryfall.com/cards/tfic/4/en?format=image");
|
||||
put("FIC/Squid", "https://api.scryfall.com/cards/tfic/5/en?format=image");
|
||||
put("FIC/Zombie", "https://api.scryfall.com/cards/tfic/6/en?format=image");
|
||||
put("FIC/Rebel", "https://api.scryfall.com/cards/tfic/7/en?format=image");
|
||||
put("FIC/The Blackjack", "https://api.scryfall.com/cards/tfic/8/en?format=image");
|
||||
put("FIC/Clue", "https://api.scryfall.com/cards/tfic/9/en?format=image");
|
||||
|
||||
// JVC
|
||||
put("JVC/Elemental Shaman", "https://api.scryfall.com/cards/tjvc/4?format=image");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue