mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
Added / fixed token images for several commander sets (#9000)
* Stopped OGW tokens which don't have images being used as image sources * Removed C13 as a token image source as it has no related token images * Added support for and assigned C14 token images * Added support for and assigned C15 token images * Added support for and assigned C16 token images * Added support for and assigned C17 token images * Fixed C18 token images * Fixed C19 token images
This commit is contained in:
parent
7082e174ee
commit
f003c93cb2
46 changed files with 324 additions and 141 deletions
|
|
@ -281,27 +281,31 @@ public class ScryfallImageSupportTokens {
|
|||
put("M20/Zombie", "https://api.scryfall.com/cards/tm20/6/en?format=image");
|
||||
|
||||
// C18
|
||||
put("C18/Angel", "https://api.scryfall.com/cards/tc18/3/en?format=image");
|
||||
put("C18/Cat Warrior", "https://api.scryfall.com/cards/tc18/15/en?format=image");
|
||||
put("C18/Cat", "https://api.scryfall.com/cards/tc18/5/en?format=image");
|
||||
put("C18/Clue", "https://api.scryfall.com/cards/tc18/19/en?format=image");
|
||||
put("C18/Construct/1", "https://api.scryfall.com/cards/tc18/20/en?format=image");
|
||||
put("C18/Construct/2", "https://api.scryfall.com/cards/tc18/21/en?format=image");
|
||||
put("C18/Dragon Egg", "https://api.scryfall.com/cards/tc18/10/en?format=image");
|
||||
put("C18/Dragon", "https://api.scryfall.com/cards/tc18/11/en?format=image");
|
||||
put("C18/Elemental", "https://api.scryfall.com/cards/tc18/16/en?format=image");
|
||||
put("C18/Horror", "https://api.scryfall.com/cards/tc18/22/en?format=image");
|
||||
put("C18/Manifest", "https://api.scryfall.com/cards/tc18/1/en?format=image");
|
||||
put("C18/Mask", "https://api.scryfall.com/cards/tc18/4/en?format=image");
|
||||
put("C18/Myr", "https://api.scryfall.com/cards/tc18/7/en?format=image");
|
||||
put("C18/Plant", "https://api.scryfall.com/cards/tc18/17/en?format=image");
|
||||
put("C18/Servo", "https://api.scryfall.com/cards/tc18/24/en?format=image");
|
||||
put("C18/Survivor", "https://api.scryfall.com/cards/tc18/12/en?format=image");
|
||||
put("C18/Thopter/1", "https://api.scryfall.com/cards/tc18/25/en?format=image");
|
||||
put("C18/Thopter/2", "https://api.scryfall.com/cards/tc18/26/en?format=image");
|
||||
put("C18/Thopter/3", "https://api.scryfall.com/cards/tc18/8/en?format=image");
|
||||
put("C18/Worm", "https://api.scryfall.com/cards/tc18/18/en?format=image");
|
||||
put("C18/Zombie", "https://api.scryfall.com/cards/tc18/9/en?format=image");
|
||||
put ("C18/Angel", "https://api.scryfall.com/cards/tc18/3/en?format=image");
|
||||
put ("C18/Beast/1", "https://api.scryfall.com/cards/tc18/13/en?format=image");
|
||||
put ("C18/Beast/2", "https://api.scryfall.com/cards/tc18/14/en?format=image");
|
||||
put ("C18/Cat", "https://api.scryfall.com/cards/tc18/5/en?format=image");
|
||||
put ("C18/Cat Warrior", "https://api.scryfall.com/cards/tc18/15/en?format=image");
|
||||
put ("C18/Clue", "https://api.scryfall.com/cards/tc18/19/en?format=image");
|
||||
put ("C18/Construct/1", "https://api.scryfall.com/cards/tc18/20/en?format=image");
|
||||
put ("C18/Construct/2", "https://api.scryfall.com/cards/tc18/21/en?format=image");
|
||||
put ("C18/Dragon", "https://api.scryfall.com/cards/tc18/11/en?format=image");
|
||||
put ("C18/Dragon Egg", "https://api.scryfall.com/cards/tc18/10/en?format=image");
|
||||
put ("C18/Elemental", "https://api.scryfall.com/cards/tc18/16/en?format=image");
|
||||
put ("C18/Phyrexian Horror", "https://api.scryfall.com/cards/tc18/22/en?format=image");
|
||||
put ("C18/Mask", "https://api.scryfall.com/cards/tc18/4/en?format=image");
|
||||
put ("C18/Myr", "https://api.scryfall.com/cards/tc18/23/en?format=image");
|
||||
put ("C18/Phyrexian Myr", "https://api.scryfall.com/cards/tc18/7/en?format=image");
|
||||
put ("C18/Plant", "https://api.scryfall.com/cards/tc18/17/en?format=image");
|
||||
put ("C18/Servo", "https://api.scryfall.com/cards/tc18/24/en?format=image");
|
||||
put ("C18/Shapeshifter", "https://api.scryfall.com/cards/tc18/2/en?format=image");
|
||||
put ("C18/Soldier", "https://api.scryfall.com/cards/tc18/6/en?format=image");
|
||||
put ("C18/Survivor", "https://api.scryfall.com/cards/tc18/12/en?format=image");
|
||||
put ("C18/Thopter/1", "https://api.scryfall.com/cards/tc18/25/en?format=image");
|
||||
put ("C18/Thopter/2", "https://api.scryfall.com/cards/tc18/26/en?format=image");
|
||||
put ("C18/Thopter/3", "https://api.scryfall.com/cards/tc18/8/en?format=image");
|
||||
put ("C18/Worm", "https://api.scryfall.com/cards/tc18/18/en?format=image");
|
||||
put ("C18/Zombie", "https://api.scryfall.com/cards/tc18/9/en?format=image");
|
||||
|
||||
//C19
|
||||
put("C19/Assassin", "https://api.scryfall.com/cards/tc19/9/en?format=image");
|
||||
|
|
@ -315,7 +319,7 @@ public class ScryfallImageSupportTokens {
|
|||
put("C19/Egg", "https://api.scryfall.com/cards/tc19/16/en?format=image");
|
||||
put("C19/Eldrazi", "https://api.scryfall.com/cards/tc19/26/en?format=image");
|
||||
put("C19/Gargoyle", "https://api.scryfall.com/cards/tc19/22/en?format=image");
|
||||
put("C19/Horror", "https://api.scryfall.com/cards/tc19/23/en?format=image");
|
||||
put("C19/Phyrexian Horror", "https://api.scryfall.com/cards/tc19/23/en?format=image");
|
||||
put("C19/Human", "https://api.scryfall.com/cards/tc19/3/en?format=image");
|
||||
put("C19/Emblem Ob Nixilis Reignited", "https://api.scryfall.com/cards/tc19/29/en?format=image");
|
||||
put("C19/Pegasus", "https://api.scryfall.com/cards/tc19/4/en?format=image");
|
||||
|
|
@ -327,8 +331,8 @@ public class ScryfallImageSupportTokens {
|
|||
put("C19/Spirit", "https://api.scryfall.com/cards/tc19/5/en?format=image");
|
||||
put("C19/Treasure", "https://api.scryfall.com/cards/tc19/25/en?format=image");
|
||||
put("C19/Wurm", "https://api.scryfall.com/cards/tc19/21/en?format=image");
|
||||
put("C19/Zombie/1", "https://api.scryfall.com/cards/tc19/11/en?format=image");
|
||||
put("C19/Zombie/2", "https://api.scryfall.com/cards/tc19/10/en?format=image");
|
||||
put("C19/Zombie/1", "https://api.scryfall.com/cards/tc19/10/en?format=image");
|
||||
put("C19/Zombie/2", "https://api.scryfall.com/cards/tc19/11/en?format=image");
|
||||
|
||||
// ELD
|
||||
put("ELD/Bear", "https://api.scryfall.com/cards/teld/8/en?format=image");
|
||||
|
|
@ -866,6 +870,106 @@ public class ScryfallImageSupportTokens {
|
|||
put ("SNC/Treasure/5", "https://api.scryfall.com/cards/tsnc/17/en?format=image");
|
||||
put ("SNC/Wizard", "https://api.scryfall.com/cards/tsnc/5/en?format=image");
|
||||
|
||||
// C14
|
||||
put ("C14/Angel", "https://api.scryfall.com/cards/tc14/1/en?format=image");
|
||||
put ("C14/Ape", "https://api.scryfall.com/cards/tc14/18/en?format=image");
|
||||
put ("C14/Beast/1", "https://api.scryfall.com/cards/tc14/19/en?format=image");
|
||||
put ("C14/Beast/2", "https://api.scryfall.com/cards/tc14/20/en?format=image");
|
||||
put ("C14/Cat", "https://api.scryfall.com/cards/tc14/2/en?format=image");
|
||||
put ("C14/Emblem Daretti", "https://api.scryfall.com/cards/tc14/36/en?format=image");
|
||||
put ("C14/Demon/1", "https://api.scryfall.com/cards/tc14/13/en?format=image");
|
||||
put ("C14/Demon/2", "https://api.scryfall.com/cards/tc14/12/en?format=image");
|
||||
put ("C14/Elemental", "https://api.scryfall.com/cards/tc14/21/en?format=image");
|
||||
put ("C14/Elephant", "https://api.scryfall.com/cards/tc14/22/en?format=image");
|
||||
put ("C14/Elf Druid", "https://api.scryfall.com/cards/tc14/23/en?format=image");
|
||||
put ("C14/Elf Warrior", "https://api.scryfall.com/cards/tc14/24/en?format=image");
|
||||
put ("C14/Fish", "https://api.scryfall.com/cards/tc14/8/en?format=image");
|
||||
put ("C14/Gargoyle", "https://api.scryfall.com/cards/tc14/27/en?format=image");
|
||||
put ("C14/Phyrexian Germ", "https://api.scryfall.com/cards/tc14/14/en?format=image");
|
||||
put ("C14/Goat", "https://api.scryfall.com/cards/tc14/3/en?format=image");
|
||||
put ("C14/Goblin", "https://api.scryfall.com/cards/tc14/17/en?format=image");
|
||||
put ("C14/Horror", "https://api.scryfall.com/cards/tc14/15/en?format=image");
|
||||
put ("C14/Kor Soldier", "https://api.scryfall.com/cards/tc14/4/en?format=image");
|
||||
put ("C14/Kraken", "https://api.scryfall.com/cards/tc14/9/en?format=image");
|
||||
put ("C14/Myr", "https://api.scryfall.com/cards/tc14/28/en?format=image");
|
||||
put ("C14/Emblem Nixilis", "https://api.scryfall.com/cards/tc14/35/en?format=image");
|
||||
put ("C14/Pegasus", "https://api.scryfall.com/cards/tc14/5/en?format=image");
|
||||
put ("C14/Pentavite", "https://api.scryfall.com/cards/tc14/29/en?format=image");
|
||||
put ("C14/Soldier", "https://api.scryfall.com/cards/tc14/6/en?format=image");
|
||||
put ("C14/Spirit", "https://api.scryfall.com/cards/tc14/7/en?format=image");
|
||||
put ("C14/Stoneforged Blade", "https://api.scryfall.com/cards/tc14/30/en?format=image");
|
||||
put ("C14/Emblem Teferi", "https://api.scryfall.com/cards/tc14/34/en?format=image");
|
||||
put ("C14/Treefolk", "https://api.scryfall.com/cards/tc14/25/en?format=image");
|
||||
put ("C14/Tuktuk the Returned", "https://api.scryfall.com/cards/tc14/31/en?format=image");
|
||||
put ("C14/Whale", "https://api.scryfall.com/cards/tc14/10/en?format=image");
|
||||
put ("C14/Wolf", "https://api.scryfall.com/cards/tc14/26/en?format=image");
|
||||
put ("C14/Phyrexian Wurm/1", "https://api.scryfall.com/cards/tc14/32/en?format=image");
|
||||
put ("C14/Phyrexian Wurm/2", "https://api.scryfall.com/cards/tc14/33/en?format=image");
|
||||
put ("C14/Zombie/1", "https://api.scryfall.com/cards/tc14/16/en?format=image");
|
||||
put ("C14/Zombie/2", "https://api.scryfall.com/cards/tc14/11/en?format=image");
|
||||
|
||||
// C15
|
||||
put ("C15/Angel", "https://api.scryfall.com/cards/tc15/2/en?format=image");
|
||||
put ("C15/Bear", "https://api.scryfall.com/cards/tc15/12/en?format=image");
|
||||
put ("C15/Beast", "https://api.scryfall.com/cards/tc15/13/en?format=image");
|
||||
put ("C15/Cat", "https://api.scryfall.com/cards/tc15/3/en?format=image");
|
||||
put ("C15/Dragon", "https://api.scryfall.com/cards/tc15/9/en?format=image");
|
||||
put ("C15/Drake", "https://api.scryfall.com/cards/tc15/6/en?format=image");
|
||||
put ("C15/Elemental", "https://api.scryfall.com/cards/tc15/20/en?format=image");
|
||||
put ("C15/Elemental Shaman", "https://api.scryfall.com/cards/tc15/10/en?format=image");
|
||||
put ("C15/Elephant", "https://api.scryfall.com/cards/tc15/14/en?format=image");
|
||||
put ("C15/Frog Lizard", "https://api.scryfall.com/cards/tc15/15/en?format=image");
|
||||
put ("C15/Phyrexian Germ", "https://api.scryfall.com/cards/tc15/7/en?format=image");
|
||||
put ("C15/Gold", "https://api.scryfall.com/cards/tc15/24/en?format=image");
|
||||
put ("C15/Knight/1", "https://api.scryfall.com/cards/tc15/4/en?format=image");
|
||||
put ("C15/Knight/2", "https://api.scryfall.com/cards/tc15/5/en?format=image");
|
||||
put ("C15/Lightning Rager", "https://api.scryfall.com/cards/tc15/11/en?format=image");
|
||||
put ("C15/Saproling", "https://api.scryfall.com/cards/tc15/16/en?format=image");
|
||||
put ("C15/Shapeshifter", "https://api.scryfall.com/cards/tc15/1/en?format=image");
|
||||
put ("C15/Snake/1", "https://api.scryfall.com/cards/tc15/17/en?format=image");
|
||||
put ("C15/Snake/2", "https://api.scryfall.com/cards/tc15/21/en?format=image");
|
||||
put ("C15/Spider", "https://api.scryfall.com/cards/tc15/18/en?format=image");
|
||||
put ("C15/Spirit/1", "https://api.scryfall.com/cards/tc15/23/en?format=image");
|
||||
put ("C15/Spirit/2", "https://api.scryfall.com/cards/tc15/22/en?format=image");
|
||||
put ("C15/Wolf", "https://api.scryfall.com/cards/tc15/19/en?format=image");
|
||||
put ("C15/Zombie", "https://api.scryfall.com/cards/tc15/8/en?format=image");
|
||||
|
||||
// C16
|
||||
put ("C16/Beast", "https://api.scryfall.com/cards/tc16/14/en?format=image");
|
||||
put ("C16/Bird/1", "https://api.scryfall.com/cards/tc16/7/en?format=image");
|
||||
put ("C16/Bird/2", "https://api.scryfall.com/cards/tc16/2/en?format=image");
|
||||
put ("C16/Emblem Daretti", "https://api.scryfall.com/cards/tc16/21/en?format=image");
|
||||
put ("C16/Elemental", "https://api.scryfall.com/cards/tc16/3/en?format=image");
|
||||
put ("C16/Elf Warrior", "https://api.scryfall.com/cards/tc16/15/en?format=image");
|
||||
put ("C16/Phyrexian Germ", "https://api.scryfall.com/cards/tc16/10/en?format=image");
|
||||
put ("C16/Goat", "https://api.scryfall.com/cards/tc16/4/en?format=image");
|
||||
put ("C16/Goblin", "https://api.scryfall.com/cards/tc16/12/en?format=image");
|
||||
put ("C16/Phyrexian Horror", "https://api.scryfall.com/cards/tc16/19/en?format=image");
|
||||
put ("C16/Myr", "https://api.scryfall.com/cards/tc16/20/en?format=image");
|
||||
put ("C16/Ogre", "https://api.scryfall.com/cards/tc16/13/en?format=image");
|
||||
put ("C16/Saproling/1", "https://api.scryfall.com/cards/tc16/16/en?format=image");
|
||||
put ("C16/Saproling/2", "https://api.scryfall.com/cards/tc16/17/en?format=image");
|
||||
put ("C16/Soldier", "https://api.scryfall.com/cards/tc16/5/en?format=image");
|
||||
put ("C16/Spirit/1", "https://api.scryfall.com/cards/tc16/1/en?format=image");
|
||||
put ("C16/Spirit/2", "https://api.scryfall.com/cards/tc16/6/en?format=image");
|
||||
put ("C16/Squid", "https://api.scryfall.com/cards/tc16/8/en?format=image");
|
||||
put ("C16/Thopter", "https://api.scryfall.com/cards/tc16/9/en?format=image");
|
||||
put ("C16/Worm", "https://api.scryfall.com/cards/tc16/18/en?format=image");
|
||||
put ("C16/Zombie", "https://api.scryfall.com/cards/tc16/11/en?format=image");
|
||||
|
||||
// C17
|
||||
put ("C17/Bat", "https://api.scryfall.com/cards/tc17/2/en?format=image");
|
||||
put ("C17/Cat", "https://api.scryfall.com/cards/tc17/1/en?format=image");
|
||||
put ("C17/Cat Dragon", "https://api.scryfall.com/cards/tc17/9/en?format=image");
|
||||
put ("C17/Cat Warrior", "https://api.scryfall.com/cards/tc17/8/en?format=image");
|
||||
put ("C17/Dragon/1", "https://api.scryfall.com/cards/tc17/6/en?format=image");
|
||||
put ("C17/Dragon/2", "https://api.scryfall.com/cards/tc17/7/en?format=image");
|
||||
put ("C17/Eldrazi Spawn", "https://api.scryfall.com/cards/tc17/11/en?format=image");
|
||||
put ("C17/Gold", "https://api.scryfall.com/cards/tc17/10/en?format=image");
|
||||
put ("C17/Rat", "https://api.scryfall.com/cards/tc17/3/en?format=image");
|
||||
put ("C17/Vampire", "https://api.scryfall.com/cards/tc17/4/en?format=image");
|
||||
put ("C17/Zombie", "https://api.scryfall.com/cards/tc17/5/en?format=image");
|
||||
|
||||
// generate supported sets
|
||||
supportedSets.clear();
|
||||
for (String cardName : this.keySet()) {
|
||||
|
|
|
|||
|
|
@ -48,7 +48,6 @@
|
|||
|Generate|EMBLEM!:BFZ|Emblem Nixilis|||ObNixilisReignitedEmblem|
|
||||
|Generate|EMBLEM!:AKH|Emblem Gideon|||GideonOfTheTrialsEmblem|
|
||||
|Generate|EMBLEM!:C14|Emblem Daretti|||DarettiScrapSavantEmblem|
|
||||
|Generate|EMBLEM!:C14|Emblem Daretti||Emblem Daretti|DarettiScrapSavantEmblem|
|
||||
|Generate|EMBLEM!:C14|Emblem Nixilis|||ObNixilisOfTheBlackOathEmblem|
|
||||
|Generate|EMBLEM!:C14|Emblem Teferi|||TeferiTemporalArchmageEmblem|
|
||||
|Generate|EMBLEM!:C16|Emblem Daretti|||DarettiScrapSavantEmblem|
|
||||
|
|
@ -289,30 +288,6 @@
|
|||
|Generate|TOK:BOK|Snake|||SnakeToken|
|
||||
|Generate|TOK:BOK|Spirit|1||AnotherSpiritToken|
|
||||
|Generate|TOK:BOK|Spirit|2||SpiritToken|
|
||||
|Generate|TOK:C13|Assembly-Worker|||AssembleWorkerToken|
|
||||
|Generate|TOK:C13|Beast|1||BeastToken2|
|
||||
|Generate|TOK:C13|Beast|2||CarnivoreToken|
|
||||
|Generate|TOK:C13|Beast|3||OneDozenEyesBeastToken|
|
||||
|Generate|TOK:C13|Beast|4||SpawningGroundsBeastToken|
|
||||
|Generate|TOK:C13|Drake|||LeafdrakeRoostDrakeToken|
|
||||
|Generate|TOK:C13|Elemental|1||SeedGuardianToken|
|
||||
|Generate|TOK:C13|Elemental|2||WalkerOfTheGroveToken|
|
||||
|Generate|TOK:C13|Elemental|3||RedElementalToken|
|
||||
|Generate|TOK:C13|Elephant|||ElephantToken|
|
||||
|Generate|TOK:C13|Elf Warrior|||ElfWarriorToken|
|
||||
|Generate|TOK:C13|Goat|||GoatToken|
|
||||
|Generate|TOK:C13|Graveborn|||SekKuarDeathkeeperGravebornToken|
|
||||
|Generate|TOK:C13|Insect|||InsectToken|
|
||||
|Generate|TOK:C13|Knight|||KnightToken|
|
||||
|Generate|TOK:C13|Kobold|||ProsshKoboldToken|
|
||||
|Generate|TOK:C13|Myr|||MyrToken|
|
||||
|Generate|TOK:C13|Plant|||PlantToken|
|
||||
|Generate|TOK:C13|Saproling|||SaprolingToken|
|
||||
|Generate|TOK:C13|Snake|||OphiomancerSnakeToken|
|
||||
|Generate|TOK:C13|Spirit|||SpiritWhiteToken|
|
||||
|Generate|TOK:C13|Thopter|||ThopterToken|
|
||||
|Generate|TOK:C13|Thrull|||ThrullToken|
|
||||
|Generate|TOK:C13|Zombie|||ZombieToken|
|
||||
|Generate|TOK:C14|Angel|||AngelToken|
|
||||
|Generate|TOK:C14|Ape|||PongifyApeToken|
|
||||
|Generate|TOK:C14|Beast|1||BeastToken|
|
||||
|
|
@ -324,12 +299,10 @@
|
|||
|Generate|TOK:C14|Elephant|||ElephantToken|
|
||||
|Generate|TOK:C14|Elf Druid|||ElfDruidToken|
|
||||
|Generate|TOK:C14|Elf Warrior|||ElfWarriorToken|
|
||||
|Generate|TOK:C14|Equipment|||NahiriTheLithomancerEquipmentToken|
|
||||
|Generate|TOK:C14|Fish|||ReefWormFishToken|
|
||||
|Generate|TOK:C14|Gargoyle|||GargoyleToken|
|
||||
|Generate|TOK:C14|Germ|||PhyrexianGermToken|
|
||||
|Generate|TOK:C14|Phyrexian Germ|||PhyrexianGermToken|
|
||||
|Generate|TOK:C14|Goat|||GoatToken|
|
||||
|Generate|TOK:C14|Goblin Golem|||TuktukTheReturnedToken|
|
||||
|Generate|TOK:C14|Goblin|||GoblinToken|
|
||||
|Generate|TOK:C14|Horror|||SpoilsOfBloodHorrorToken|
|
||||
|Generate|TOK:C14|Kor Soldier|||KorSoldierToken|
|
||||
|
|
@ -339,12 +312,13 @@
|
|||
|Generate|TOK:C14|Pentavite|||PentaviteToken|
|
||||
|Generate|TOK:C14|Soldier|||SoldierToken|
|
||||
|Generate|TOK:C14|Spirit|||SpiritWhiteToken|
|
||||
|Generate|TOK:C14|Stoneforged Blade||
|
||||
|Generate|TOK:C14|Stoneforged Blade|||NahiriTheLithomancerEquipmentToken|
|
||||
|Generate|TOK:C14|Treefolk|||SylvanOfferingTreefolkToken|
|
||||
|Generate|TOK:C14|Tuktuk the Returned|||TuktukTheReturnedToken|
|
||||
|Generate|TOK:C14|Whale|||ReefWormWhaleToken|
|
||||
|Generate|TOK:C14|Wolf|||WolfToken|
|
||||
|Generate|TOK:C14|Wurm|1||WurmWithDeathtouchToken|
|
||||
|Generate|TOK:C14|Wurm|2||WurmWithLifelinkToken|
|
||||
|Generate|TOK:C14|Phyrexian Wurm|1||WurmWithDeathtouchToken|
|
||||
|Generate|TOK:C14|Phyrexian Wurm|2||WurmWithLifelinkToken|
|
||||
|Generate|TOK:C14|Zombie|1||ZombieToken|
|
||||
|Generate|TOK:C14|Zombie|2||StitcherGeralfZombieToken|
|
||||
|Generate|TOK:C15|Angel|||AngelToken|
|
||||
|
|
@ -353,58 +327,58 @@
|
|||
|Generate|TOK:C15|Cat|||CatToken|
|
||||
|Generate|TOK:C15|Dragon|||DragonToken2|
|
||||
|Generate|TOK:C15|Drake|||DrakeToken|
|
||||
|Generate|TOK:C15|Elemental|||CallTheSkyBreakerElementalToken|
|
||||
|Generate|TOK:C15|Elemental Shaman|||ElementalShamanToken|
|
||||
|Generate|TOK:C15|Elemental|1||CallTheSkyBreakerElementalToken|
|
||||
|Generate|TOK:C15|Elemental|2||LightningRagerToken|
|
||||
|Generate|TOK:C15|Elephant|||ElephantToken|
|
||||
|Generate|TOK:C15|Frog Lizard|||RapidHybridizationToken|
|
||||
|Generate|TOK:C15|Germ|||PhyrexianGermToken|
|
||||
|Generate|TOK:C15|Gold||
|
||||
|Generate|TOK:C15|Knight|1||KnightToken|
|
||||
|Generate|TOK:C15|Knight|2||HuntedDragonKnightToken|
|
||||
|Generate|TOK:C15|Lightning Ranger||
|
||||
|Generate|TOK:C15|Frog Lizard|||FrogLizardToken|
|
||||
|Generate|TOK:C15|Phyrexian Germ|||PhyrexianGermToken|
|
||||
|Generate|TOK:C15|Gold|||GoldToken|
|
||||
|Generate|TOK:C15|Knight|1||HuntedDragonKnightToken|
|
||||
|Generate|TOK:C15|Knight|2||KnightToken|
|
||||
|Generate|TOK:C15|Lightning Rager|||LightningRagerToken|
|
||||
|Generate|TOK:C15|Saproling|||SaprolingToken|
|
||||
|Generate|TOK:C15|Shapeshifter|||CribSwapShapeshifterWhiteToken|
|
||||
|Generate|TOK:C15|Snake|1||SnakeToken|
|
||||
|Generate|TOK:C15|Snake|2||PatagiaViperSnakeToken|
|
||||
|Generate|TOK:C15|Spider|||SpiderToken|
|
||||
|Generate|TOK:C15|Spirit|1||DaxosSpiritToken|
|
||||
|Generate|TOK:C15|Spirit|2||TeysaEnvoyOfGhostsToken|
|
||||
|Generate|TOK:C15|Spirit|2||WhiteBlackSpiritToken|
|
||||
|Generate|TOK:C15|Wolf|||WolfToken|
|
||||
|Generate|TOK:C15|Zombie|||ZombieToken|
|
||||
|Generate|TOK:C16|Beast||
|
||||
|Generate|TOK:C16|Bird|1|
|
||||
|Generate|TOK:C16|Bird|2|
|
||||
|Generate|TOK:C16|Beast|||BeastToken|
|
||||
|Generate|TOK:C16|Bird|1||SwanSongBirdToken|
|
||||
|Generate|TOK:C16|Bird|2||BirdToken|
|
||||
|Generate|TOK:C16|Elemental|||WhiteElementalToken|
|
||||
|Generate|TOK:C16|Elf Warrior||
|
||||
|Generate|TOK:C16|Germ||
|
||||
|Generate|TOK:C16|Goat||
|
||||
|Generate|TOK:C16|Elf Warrior|||ElfWarriorToken|
|
||||
|Generate|TOK:C16|Phyrexian Germ|||PhyrexianGermToken|
|
||||
|Generate|TOK:C16|Goat|||GoatToken|
|
||||
|Generate|TOK:C16|Goblin|||SpyMasterGoblinToken|
|
||||
|Generate|TOK:C16|Horror||
|
||||
|Generate|TOK:C16|Myr||
|
||||
|Generate|TOK:C16|Ogre||
|
||||
|Generate|TOK:C16|Saproling|1|
|
||||
|Generate|TOK:C16|Saproling|2|
|
||||
|Generate|TOK:C16|Soldier||
|
||||
|Generate|TOK:C16|Spirit|1|
|
||||
|Generate|TOK:C16|Spirit|2|
|
||||
|Generate|TOK:C16|Squid||
|
||||
|Generate|TOK:C16|Thopter||
|
||||
|Generate|TOK:C16|Worm||
|
||||
|Generate|TOK:C16|Zombie||
|
||||
|Generate|TOK:C17|Bat||
|
||||
|Generate|TOK:C16|Phyrexian Horror|||PhyrexianRebirthHorrorToken|
|
||||
|Generate|TOK:C16|Myr|||MyrToken|
|
||||
|Generate|TOK:C16|Ogre|||OgreToken|
|
||||
|Generate|TOK:C16|Saproling|1||SaprolingToken|
|
||||
|Generate|TOK:C16|Saproling|2||SaprolingToken|
|
||||
|Generate|TOK:C16|Soldier|||SoldierToken|
|
||||
|Generate|TOK:C16|Spirit|1||SpiritToken|
|
||||
|Generate|TOK:C16|Spirit|2||SpiritWhiteToken|
|
||||
|Generate|TOK:C16|Squid|||ChasmSkulkerSquidToken|
|
||||
|Generate|TOK:C16|Thopter|||ThopterToken|
|
||||
|Generate|TOK:C16|Worm|||WormHarvestToken|
|
||||
|Generate|TOK:C16|Zombie|||ZombieToken|
|
||||
|Generate|TOK:C17|Bat|||BatToken|
|
||||
|Generate|TOK:C17|Cat|||CatToken|
|
||||
|Generate|TOK:C17|Cat Dragon|||WasitoraCatDragonToken|
|
||||
|Generate|TOK:C17|Cat Warrior||
|
||||
|Generate|TOK:C17|Cat Warrior|||CatWarriorToken|
|
||||
|Generate|TOK:C17|Dragon|1||DragonToken|
|
||||
|Generate|TOK:C17|Dragon|2||UtvaraHellkiteDragonToken|
|
||||
|Generate|TOK:C17|Eldrazi Spawn||
|
||||
|Generate|TOK:C17|Gold||
|
||||
|Generate|TOK:C17|Eldrazi Spawn|||EldraziSpawnToken|
|
||||
|Generate|TOK:C17|Gold|||GoldToken|
|
||||
|Generate|TOK:C17|Rat|||DeathtouchRatToken|
|
||||
|Generate|TOK:C17|Vampire|||EdgarMarkovToken|
|
||||
|Generate|TOK:C17|Zombie||
|
||||
|Generate|TOK:C18|Myr|||BrudicladTelchorMyrToken|
|
||||
|Generate|TOK:C17|Zombie|||ZombieToken|
|
||||
|Generate|TOK:C18|Angel|||AngelToken|
|
||||
|Generate|TOK:C18|Beast|1||BeastToken2|
|
||||
|Generate|TOK:C18|Beast|2||SpawningGroundsBeastToken|
|
||||
|Generate|TOK:C18|Cat|||CatToken|
|
||||
|Generate|TOK:C18|Cat Warrior|||CatWarriorToken|
|
||||
|Generate|TOK:C18|Clue|||ClueArtifactToken|
|
||||
|
|
@ -413,14 +387,18 @@
|
|||
|Generate|TOK:C18|Dragon|||DragonEggDragonToken|
|
||||
|Generate|TOK:C18|Dragon Egg|||NestingDragonToken|
|
||||
|Generate|TOK:C18|Elemental|||DokaiWeaverofLifeToken|
|
||||
|Generate|TOK:C18|Horror|||PhyrexianRebirthHorrorToken|
|
||||
|Generate|TOK:C18|Mask|||MaskToken|
|
||||
|Generate|TOK:C18|Myr|||MyrToken|
|
||||
|Generate|TOK:C18|Phyrexian Horror|||PhyrexianRebirthHorrorToken|
|
||||
|Generate|TOK:C18|Phyrexian Myr|||BrudicladTelchorMyrToken|
|
||||
|Generate|TOK:C18|Plant|||PlantToken|
|
||||
|Generate|TOK:C18|Servo|||ServoToken|
|
||||
|Generate|TOK:C18|Shapeshifter|||CribSwapShapeshifterWhiteToken|
|
||||
|Generate|TOK:C18|Soldier|||SoldierToken|
|
||||
|Generate|TOK:C18|Survivor|||SurvivorToken|
|
||||
|Generate|TOK:C18|Thopter|1||ThopterColorlessToken|
|
||||
|Generate|TOK:C18|Thopter|2||ThopterColorlessToken|
|
||||
|Generate|TOK:C18|Thopter|3||ThopterColorlessToken|
|
||||
|Generate|TOK:C18|Thopter|3||ThopterToken|
|
||||
|Generate|TOK:C18|Worm|||WormHarvestToken|
|
||||
|Generate|TOK:C18|Zombie|||ZombieToken|
|
||||
|Generate|TOK:C19|Assassin|||AssassinToken|
|
||||
|
|
@ -434,7 +412,7 @@
|
|||
|Generate|TOK:C19|Egg|||AtlaPalaniToken|
|
||||
|Generate|TOK:C19|Eldrazi|||EldraziToken|
|
||||
|Generate|TOK:C19|Gargoyle|||GargoyleToken|
|
||||
|Generate|TOK:C19|Horror|||PhyrexianRebirthHorrorToken|
|
||||
|Generate|TOK:C19|Phyrexian Horror|||PhyrexianRebirthHorrorToken|
|
||||
|Generate|TOK:C19|Human|||HumanToken|
|
||||
|Generate|TOK:C19|Pegasus|||PegasusToken|
|
||||
|Generate|TOK:C19|Plant|||GrismoldPlantToken|
|
||||
|
|
@ -442,7 +420,7 @@
|
|||
|Generate|TOK:C19|Saproling|||SaprolingToken|
|
||||
|Generate|TOK:C19|Sculpture|||DoomedArtisanToken|
|
||||
|Generate|TOK:C19|Snake|||SnakeToken|
|
||||
|Generate|TOK:C19|Spirit|||SpiritToken|
|
||||
|Generate|TOK:C19|Spirit|||SpiritWhiteToken|
|
||||
|Generate|TOK:C19|Treasure|||TreasureToken|
|
||||
|Generate|TOK:C19|Wurm|||WurmToken|
|
||||
|Generate|TOK:C19|Zombie|1||ZombieToken|
|
||||
|
|
@ -460,7 +438,6 @@
|
|||
|Generate|TOK:CMA|Drake|||LeafdrakeRoostDrakeToken|
|
||||
|Generate|TOK:CMA|Elemental|||TitaniaProtectorOfArgothElementalToken|
|
||||
|Generate|TOK:CMA|Elephant|||ElephantToken|
|
||||
|Generate|TOK:C14|Elf Druid|||ElfDruidToken|
|
||||
|Generate|TOK:CMA|Elf Warrior||
|
||||
|Generate|TOK:CMA|Gargoyle|||GargoyleToken|
|
||||
|Generate|TOK:CMA|Kithkin Soldier|||KithkinSoldierToken|
|
||||
|
|
@ -996,9 +973,6 @@
|
|||
|Generate|TOK:OGW|Eldrazi Scion|6||EldraziScionToken|
|
||||
|Generate|TOK:OGW|Elemental|1||SeedGuardianToken|
|
||||
|Generate|TOK:OGW|Elemental|2||ElementalTokenWithHaste|
|
||||
|Generate|TOK:OGW|Knight Ally|||KnightAllyToken|
|
||||
|Generate|TOK:OGW|Kor Ally|||KorAllyToken|
|
||||
|Generate|TOK:OGW|Octopus|||OctopusToken|
|
||||
|Generate|TOK:OGW|Plant|||PlantToken|
|
||||
|Generate|TOK:OGW|Zombie|||ZombieToken|
|
||||
|Generate|TOK:ONS|Bear|||BearToken|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue