mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 12:31:59 -08:00
[MID] added tokens and images support
This commit is contained in:
parent
9015b156e5
commit
54a1efec63
24 changed files with 141 additions and 86 deletions
|
|
@ -663,6 +663,27 @@ public class ScryfallImageSupportTokens {
|
|||
put("MIC/Zombie/1", "https://api.scryfall.com/cards/tmic/5/en?format=image"); // 2/2
|
||||
put("MIC/Zombie/2", "https://api.scryfall.com/cards/tmic/4/en?format=image"); // */*
|
||||
|
||||
// MID
|
||||
put("MID/Bat", "https://api.scryfall.com/cards/tmid/4/en?format=image");
|
||||
put("MID/Beast", "https://api.scryfall.com/cards/tmid/8/en?format=image");
|
||||
put("MID/Bird", "https://api.scryfall.com/cards/tmid/3/en?format=image");
|
||||
put("MID/Clue", "https://api.scryfall.com/cards/tmid/16/en?format=image");
|
||||
put("MID/Devil", "https://api.scryfall.com/cards/tmid/6/en?format=image");
|
||||
put("MID/Elemental", "https://api.scryfall.com/cards/tmid/7/en?format=image");
|
||||
put("MID/Human", "https://api.scryfall.com/cards/tmid/1/en?format=image");
|
||||
put("MID/Insect", "https://api.scryfall.com/cards/tmid/9/en?format=image");
|
||||
put("MID/Ooze", "https://api.scryfall.com/cards/tmid/10/en?format=image");
|
||||
put("MID/Spider", "https://api.scryfall.com/cards/tmid/11/en?format=image");
|
||||
put("MID/Spirit", "https://api.scryfall.com/cards/tmid/2/en?format=image");
|
||||
put("MID/Emblem Teferi, Who Slows the Sunset", "https://api.scryfall.com/cards/tmid/17/en?format=image");
|
||||
put("MID/Treefolk", "https://api.scryfall.com/cards/tmid/12/en?format=image");
|
||||
put("MID/Vampire", "https://api.scryfall.com/cards/tmid/14/en?format=image");
|
||||
put("MID/Wolf", "https://api.scryfall.com/cards/tmid/13/en?format=image");
|
||||
put("MID/Emblem Wrenn and Seven", "https://api.scryfall.com/cards/tmid/18/en?format=image");
|
||||
put("MID/Zombie/1", "https://api.scryfall.com/cards/tmid/5/en?format=image"); // decayed
|
||||
put("MID/Zombie/2", "https://api.scryfall.com/cards/tmid/15/en?format=image"); // menace
|
||||
|
||||
|
||||
// generate supported sets
|
||||
supportedSets.clear();
|
||||
for (String cardName : this.keySet()) {
|
||||
|
|
|
|||
|
|
@ -112,6 +112,8 @@
|
|||
|Generate|EMBLEM:AFR|Lolth, Spider Queen||Emblem Lolth|LolthSpiderQueenEmblem|
|
||||
|Generate|EMBLEM:AFR|Mordenkainen||Emblem Mordenkainen|MordenkainenEmblem|
|
||||
|Generate|EMBLEM:AFR|Zariel, Archduke of Avernus||Emblem Zariel|ZarielArchdukeOfAvernusEmblem|
|
||||
|Generate|EMBLEM:MID|Teferi, Who Slows the Sunset||Emblem Teferi|TeferiWhoSlowsTheSunsetEmblem|
|
||||
|Generate|EMBLEM:MID|Wrenn and Seven||Emblem Wrenn|WrennAndSevenEmblem|
|
||||
|
||||
# Planes
|
||||
|Generate|PLANE:PCA|Plane - Academy at Tolaria West|||AcademyAtTolariaWestPlane|
|
||||
|
|
@ -1615,4 +1617,22 @@
|
|||
|Generate|TOK:MIC|Snake|||SnakeToken|
|
||||
|Generate|TOK:MIC|Zombie|1||ZombieToken|
|
||||
|Generate|TOK:MIC|Zombie|2||StitcherGeralfZombieToken|
|
||||
|Generate|TOK:MIC|Zombie Army|||ZombieArmyToken|
|
||||
|Generate|TOK:MIC|Zombie Army|||ZombieArmyToken|
|
||||
|
||||
# MID
|
||||
|Generate|TOK:MID|Bat|||BatToken|
|
||||
|Generate|TOK:MID|Beast|||BeastToken2|
|
||||
|Generate|TOK:MID|Bird|||OminousRoostBirdToken|
|
||||
|Generate|TOK:MID|Clue|||ClueArtifactToken|
|
||||
|Generate|TOK:MID|Devil|||DevilToken|
|
||||
|Generate|TOK:MID|Elemental|||SeizeTheStormElementalToken|
|
||||
|Generate|TOK:MID|Human|||HumanToken|
|
||||
|Generate|TOK:MID|Insect|||RiseOfTheAntsInsectToken|
|
||||
|Generate|TOK:MID|Ooze|||ConsumingBlobOozeToken|
|
||||
|Generate|TOK:MID|Spider|||SpiderToken|
|
||||
|Generate|TOK:MID|Spirit|||SpiritWhiteToken|
|
||||
|Generate|TOK:MID|Treefolk|||WrennAndSevenTreefolkToken|
|
||||
|Generate|TOK:MID|Vampire|||HungryForMoreVampireToken|
|
||||
|Generate|TOK:MID|Wolf|||WolfToken|
|
||||
|Generate|TOK:MID|Zombie|1||ZombieDecayedToken|
|
||||
|Generate|TOK:MID|Zombie|2||ZombieMenaceToken|
|
||||
Loading…
Add table
Add a link
Reference in a new issue