forked from External/mage
images: added new tokens from promo and other sets, fixed miss images (#13492)
* add missing tokens images * fix broken card images * remove tokens without image * remove copy tokens references (embalm, eternalize)
This commit is contained in:
parent
730bd8e63d
commit
b6421e4b6c
7 changed files with 703 additions and 163 deletions
|
|
@ -204,7 +204,7 @@ public enum GrabbagImageSource implements CardImageSource {
|
|||
singleLinks.put("SWS/Hazard Trooper", "ZOutamG.jpeg");
|
||||
singleLinks.put("SWS/Head Hunting", "7OT1bGZ.jpeg");
|
||||
singleLinks.put("SWS/Heavy Trooper", "HhZWs2N.jpeg");
|
||||
singleLinks.put("SWS/Hot Pursuit", "ih1GT5Z.jpeg");
|
||||
singleLinks.put("SWS/Hot Pursuit (Star Wars)", "ih1GT5Z.jpeg");
|
||||
singleLinks.put("SWS/Hungry Dragonsnake", "23v7RTm.jpeg");
|
||||
singleLinks.put("SWS/Hunt to Extinction", "3eJyfzZ.jpeg");
|
||||
singleLinks.put("SWS/Hutt Crime Lord", "NAzK7Hp.jpeg");
|
||||
|
|
|
|||
|
|
@ -439,7 +439,7 @@ public class ScryfallImageSupportCards {
|
|||
add("ELD"); // Throne of Eldraine
|
||||
//add("PTG"); // Ponies: The Galloping
|
||||
add("CMB1"); // Mystery Booster Playtest Cards 2019
|
||||
//add("MB1"); // Mystery Booster
|
||||
add("MB1"); // Mystery Booster
|
||||
add("GN2"); // Game Night 2019
|
||||
add("HA1"); // Historic Anthology 1
|
||||
//add("HHO"); // Happy Holidays
|
||||
|
|
@ -534,7 +534,7 @@ public class ScryfallImageSupportCards {
|
|||
add("ONE"); // Phyrexia: All Will Be One
|
||||
add("ONC"); // Phyrexia: All Will Be One Commander
|
||||
add("PL23"); // Year of the Rabbit 2023
|
||||
add("DA1"); // Unknown Event
|
||||
add("UNK"); // Unknown Event
|
||||
add("SIS"); // Shadows of the Past
|
||||
add("SIR"); // Shadows over Innistrad Remastered
|
||||
add("SLP"); // Secret Lair Showdown
|
||||
|
|
@ -683,8 +683,16 @@ public class ScryfallImageSupportCards {
|
|||
// CALC - custom alchemy version of cards.
|
||||
put("CALC/C-Pillar of the Paruns", "https://api.scryfall.com/cards/dis/176/");
|
||||
|
||||
// MB1
|
||||
put("MB1/Goblin Trenches", "https://api.scryfall.com/cards/plst/EMA-203/");
|
||||
put("MB1/Prophetic Bolt", "https://api.scryfall.com/cards/plst/C15-231/");
|
||||
|
||||
// LTR - 0 number for tokens only
|
||||
put("LTR/The One Ring/001", "https://api.scryfall.com/cards/ltr/0/");
|
||||
// Scryfall has a bug, for some reason this link doesn't work with ?format=image even though it works with ?format=json
|
||||
// and ?format=text. Base url fails because language is qya and not en and alternate url fails because of this bug
|
||||
// TODO: This should be reverted when Scryfall fixes the bug
|
||||
// put("LTR/The One Ring/001", "https://api.scryfall.com/cards/ltr/0/");
|
||||
put("LTR/The One Ring/001", "https://api.scryfall.com/cards/ltr/0/qya?format=image");
|
||||
|
||||
// REX - double faced lands (xmage uses two diff lands for it)
|
||||
put("REX/Command Tower/26b", "https://api.scryfall.com/cards/rex/26/en?format=image&face=back");
|
||||
|
|
|
|||
|
|
@ -39,7 +39,8 @@ public class ScryfallImageSupportTokens {
|
|||
putAll(TokenRepository.instance.prepareScryfallDownloadList());
|
||||
|
||||
// RIX
|
||||
put("RIX/City's Blessing", "https://api.scryfall.com/cards/trix/6/en?format=image"); // TODO: missing from tokens data
|
||||
// TODO: this should be readded when condition tokens are implemented
|
||||
// put("RIX/City's Blessing", "https://api.scryfall.com/cards/trix/6/en?format=image");
|
||||
put("RIX/Elemental/1", "https://api.scryfall.com/cards/trix/1/en?format=image");
|
||||
put("RIX/Elemental/2", "https://api.scryfall.com/cards/trix/2/en?format=image");
|
||||
put("RIX/Golem", "https://api.scryfall.com/cards/trix/4/en?format=image");
|
||||
|
|
@ -117,22 +118,6 @@ public class ScryfallImageSupportTokens {
|
|||
put("AKH/Warrior", "https://api.scryfall.com/cards/takh/17/en?format=image");
|
||||
put("AKH/Wurm", "https://api.scryfall.com/cards/takh/24/en?format=image");
|
||||
put("AKH/Zombie", "https://api.scryfall.com/cards/takh/20/en?format=image");
|
||||
// AKH - embalm ability (token from card)
|
||||
put("AKH/Angel of Sanctions", "https://api.scryfall.com/cards/takh/1/en?format=image");
|
||||
put("AKH/Anointer Priest", "https://api.scryfall.com/cards/takh/2/en?format=image");
|
||||
put("AKH/Aven Initiate", "https://api.scryfall.com/cards/takh/3/en?format=image");
|
||||
put("AKH/Aven Wind Guide", "https://api.scryfall.com/cards/takh/4/en?format=image");
|
||||
put("AKH/Glyph Keeper", "https://api.scryfall.com/cards/takh/5/en?format=image");
|
||||
put("AKH/Heart-Piercer Manticore", "https://api.scryfall.com/cards/takh/6/en?format=image");
|
||||
put("AKH/Honored Hydra", "https://api.scryfall.com/cards/takh/7/en?format=image");
|
||||
put("AKH/Labyrinth Guardian", "https://api.scryfall.com/cards/takh/8/en?format=image");
|
||||
put("AKH/Oketra's Attendant", "https://api.scryfall.com/cards/takh/9/en?format=image");
|
||||
put("AKH/Sacred Cat", "https://api.scryfall.com/cards/takh/10/en?format=image");
|
||||
put("AKH/Tah-Crop Skirmisher", "https://api.scryfall.com/cards/takh/11/en?format=image");
|
||||
put("AKH/Temmet, Vizier of Naktamun", "https://api.scryfall.com/cards/takh/12/en?format=image");
|
||||
put("AKH/Trueheart Duelist", "https://api.scryfall.com/cards/takh/13/en?format=image");
|
||||
put("AKH/Unwavering Initiate", "https://api.scryfall.com/cards/takh/14/en?format=image");
|
||||
put("AKH/Vizier of Many Faces", "https://api.scryfall.com/cards/takh/15/en?format=image");
|
||||
|
||||
// AER
|
||||
put("AER/Etherium Cell", "https://api.scryfall.com/cards/taer/3/en?format=image");
|
||||
|
|
@ -501,7 +486,7 @@ public class ScryfallImageSupportTokens {
|
|||
put("ZNC/Elemental/1", "https://api.scryfall.com/cards/tznc/10/en?format=image"); // 5/5
|
||||
put("ZNC/Elemental/2", "https://api.scryfall.com/cards/tznc/8/en?format=image"); // 2/2
|
||||
put("ZNC/Faerie Rogue", "https://api.scryfall.com/cards/tznc/3/en?format=image");
|
||||
put("ZNC/Germ", "https://api.scryfall.com/cards/tznc/4/en?format=image"); // must be in chest or antology
|
||||
put("ZNC/Phyrexian Germ", "https://api.scryfall.com/cards/tznc/4/en?format=image"); // must be in chest or antology
|
||||
put("ZNC/Goblin Rogue", "https://api.scryfall.com/cards/tznc/5/en?format=image");
|
||||
put("ZNC/Kor Ally", "https://api.scryfall.com/cards/tznc/2/en?format=image");
|
||||
put("ZNC/Rat", "https://api.scryfall.com/cards/tznc/6/en?format=image");
|
||||
|
|
@ -596,7 +581,6 @@ public class ScryfallImageSupportTokens {
|
|||
put("C21/Beast/1", "https://api.scryfall.com/cards/tc21/10/en?format=image"); // 3/3
|
||||
put("C21/Beast/2", "https://api.scryfall.com/cards/tc21/11/en?format=image"); // 4/4
|
||||
put("C21/Boar", "https://api.scryfall.com/cards/tc21/12/en?format=image");
|
||||
put("C21/Champion of Wits", "https://api.scryfall.com/cards/tc21/6/en?format=image");
|
||||
put("C21/Construct/1", "https://api.scryfall.com/cards/tc21/22/en?format=image"); // x/x
|
||||
put("C21/Construct/2", "https://api.scryfall.com/cards/tc21/23/en?format=image"); // 0/0
|
||||
put("C21/Demon", "https://api.scryfall.com/cards/tc21/7/en?format=image");
|
||||
|
|
@ -829,17 +813,45 @@ public class ScryfallImageSupportTokens {
|
|||
put("NEC/Thopter", "https://api.scryfall.com/cards/tnec/12/en?format=image");
|
||||
|
||||
// SLD
|
||||
put("SLD/Angel", "https://api.scryfall.com/cards/sld/1340?format=image");
|
||||
put("SLD/Cat/1", "https://api.scryfall.com/cards/sld/1517?format=image");
|
||||
put("SLD/Cat/2", "https://api.scryfall.com/cards/sld/27?format=image");
|
||||
put("SLD/Cat/3", "https://api.scryfall.com/cards/sld/28?format=image");
|
||||
put("SLD/Clue", "https://api.scryfall.com/cards/sld/348/en?format=image");
|
||||
put("SLD/Dog", "https://api.scryfall.com/cards/sld/1516?format=image");
|
||||
put("SLD/Egg", "https://api.scryfall.com/cards/sld/1398?format=image");
|
||||
put("SLD/Faerie Rogue/1", "https://api.scryfall.com/cards/sld/13/en?format=image");
|
||||
put("SLD/Faerie Rogue/2", "https://api.scryfall.com/cards/sld/14/en?format=image");
|
||||
put("SLD/Faerie Rogue/3", "https://api.scryfall.com/cards/sld/15/en?format=image");
|
||||
put("SLD/Faerie Rogue/4", "https://api.scryfall.com/cards/sld/16/en?format=image");
|
||||
put("SLD/Treasure", "https://api.scryfall.com/cards/sld/153/en?format=image");
|
||||
put("SLD/Food/1", "https://api.scryfall.com/cards/sld/1938?format=image");
|
||||
put("SLD/Food/2", "https://api.scryfall.com/cards/sld/2010?format=image");
|
||||
put("SLD/Food/3", "https://api.scryfall.com/cards/sld/2011?format=image");
|
||||
put("SLD/Food/4", "https://api.scryfall.com/cards/sld/2012?format=image");
|
||||
put("SLD/Food/5", "https://api.scryfall.com/cards/sld/2013?format=image");
|
||||
put("SLD/Goblin", "https://api.scryfall.com/cards/sld/219?format=image");
|
||||
put("SLD/Hydra", "https://api.scryfall.com/cards/sld/1334?format=image");
|
||||
put("SLD/Icingdeath, Frost Tongue", "https://api.scryfall.com/cards/sld/1018?format=image");
|
||||
put("SLD/Marit Lage", "https://api.scryfall.com/cards/sld/1681?format=image");
|
||||
put("SLD/Mechtitan", "https://api.scryfall.com/cards/sld/1969?format=image");
|
||||
put("SLD/Saproling", "https://api.scryfall.com/cards/sld/1139?format=image");
|
||||
put("SLD/Shrine", "https://api.scryfall.com/cards/sld/1835?format=image");
|
||||
put("SLD/Spirit/1", "https://api.scryfall.com/cards/sld/1341?format=image");
|
||||
put("SLD/Spirit/2", "https://api.scryfall.com/cards/sld/1852?format=image");
|
||||
put("SLD/Squirrel", "https://api.scryfall.com/cards/sld/200?format=image");
|
||||
put("SLD/Treasure/1", "https://api.scryfall.com/cards/sld/1432/en?format=image");
|
||||
put("SLD/Treasure/2", "https://api.scryfall.com/cards/sld/1736/en?format=image");
|
||||
put("SLD/Treasure/3", "https://api.scryfall.com/cards/sld/1507/en?format=image");
|
||||
put("SLD/Treasure/4", "https://api.scryfall.com/cards/sld/153/en?format=image");
|
||||
put("SLD/Walker/1", "https://api.scryfall.com/cards/sld/148/en?format=image");
|
||||
put("SLD/Walker/2", "https://api.scryfall.com/cards/sld/149/en?format=image");
|
||||
put("SLD/Walker/3", "https://api.scryfall.com/cards/sld/150/en?format=image");
|
||||
put("SLD/Walker/4", "https://api.scryfall.com/cards/sld/151/en?format=image");
|
||||
put("SLD/Walker/5", "https://api.scryfall.com/cards/sld/152/en?format=image");
|
||||
put("SLD/Warrior", "https://api.scryfall.com/cards/sld/1752?format=image");
|
||||
put("SLD/Wolf", "https://api.scryfall.com/cards/sld/1613?format=image");
|
||||
put("SLD/Wurm", "https://api.scryfall.com/cards/sld/1306?format=image");
|
||||
put("SLD/Zombie", "https://api.scryfall.com/cards/sld/1357?format=image");
|
||||
|
||||
// 2XM
|
||||
put("2XM/Angel", "https://api.scryfall.com/cards/t2xm/3/en?format=image");
|
||||
|
|
@ -1707,6 +1719,7 @@ public class ScryfallImageSupportTokens {
|
|||
put("CLB/Squid", "https://api.scryfall.com/cards/tclb/29/en?format=image");
|
||||
put("CLB/Squirrel", "https://api.scryfall.com/cards/tclb/15/en?format=image");
|
||||
put("CLB/Treasure", "https://api.scryfall.com/cards/tclb/17/en?format=image");
|
||||
put("CLB/Undercity", "https://api.scryfall.com/cards/tclb/20/en?format=image");
|
||||
put("CLB/Volo's Journal", "https://api.scryfall.com/cards/tclb/18/en?format=image");
|
||||
put("CLB/Warrior", "https://api.scryfall.com/cards/tclb/32/en?format=image");
|
||||
put("CLB/Emblem Will Kenrith", "https://api.scryfall.com/cards/tclb/50/en?format=image");
|
||||
|
|
@ -2168,12 +2181,33 @@ public class ScryfallImageSupportTokens {
|
|||
put("WOC/Virtuous", "https://api.scryfall.com/cards/twoc/3/en?format=image");
|
||||
|
||||
// WHO
|
||||
put("WHO/Alien", "https://api.scryfall.com/cards/twho/2?format=image");
|
||||
put("WHO/Alien Insect", "https://api.scryfall.com/cards/twho/19/en?format=image");
|
||||
put("WHO/Human Noble", "https://api.scryfall.com/cards/twho/7/en?format=image");
|
||||
put("WHO/Alien Salamander", "https://api.scryfall.com/cards/twho/16?format=image");
|
||||
put("WHO/Alien Warrior", "https://api.scryfall.com/cards/twho/14?format=image");
|
||||
put("WHO/Beast", "https://api.scryfall.com/cards/twho/17?format=image");
|
||||
put("WHO/Clue/1", "https://api.scryfall.com/cards/twho/21?format=image");
|
||||
put("WHO/Clue/2", "https://api.scryfall.com/cards/twho/22?format=image");
|
||||
put("WHO/Clue/3", "https://api.scryfall.com/cards/twho/23?format=image");
|
||||
put("WHO/Dalek", "https://api.scryfall.com/cards/twho/12?format=image");
|
||||
put("WHO/Dinosaur", "https://api.scryfall.com/cards/twho/20?format=image");
|
||||
put("WHO/Fish", "https://api.scryfall.com/cards/twho/10?format=image");
|
||||
put("WHO/Food/1", "https://api.scryfall.com/cards/twho/25?format=image");
|
||||
put("WHO/Food/2", "https://api.scryfall.com/cards/twho/26?format=image");
|
||||
put("WHO/Food/3", "https://api.scryfall.com/cards/twho/27?format=image");
|
||||
put("WHO/Horse", "https://api.scryfall.com/cards/twho/4/en?format=image");
|
||||
put("WHO/Human", "https://api.scryfall.com/cards/twho/5?format=image");
|
||||
put("WHO/Human Noble", "https://api.scryfall.com/cards/twho/7/en?format=image");
|
||||
put("WHO/Mark of the Rani", "https://api.scryfall.com/cards/twho/15?format=image");
|
||||
put("WHO/Soldier", "https://api.scryfall.com/cards/twho/8?format=image");
|
||||
put("WHO/Treasure/1", "https://api.scryfall.com/cards/twho/28?format=image");
|
||||
put("WHO/Treasure/2", "https://api.scryfall.com/cards/twho/29?format=image");
|
||||
put("WHO/Treasure/3", "https://api.scryfall.com/cards/twho/30?format=image");
|
||||
put("WHO/Treasure/4", "https://api.scryfall.com/cards/twho/31?format=image");
|
||||
put("WHO/Warrior", "https://api.scryfall.com/cards/twho/9?format=image");
|
||||
|
||||
// 8ED
|
||||
put("8ED/Rukh", "https://api.scryfall.com/cards/p03/7/en?format=image");
|
||||
put("8ED/Bird", "https://api.scryfall.com/cards/p03/7/en?format=image");
|
||||
|
||||
// LCI
|
||||
put("LCI/Angel", "https://api.scryfall.com/cards/tlci/2/en?format=image");
|
||||
|
|
@ -2494,7 +2528,18 @@ public class ScryfallImageSupportTokens {
|
|||
put("BLC/Wolf/2", "https://api.scryfall.com/cards/tblc/32/en?format=image");
|
||||
|
||||
// DSK
|
||||
put("DSK/Beast", "https://api.scryfall.com/cards/tdsk/3?format=image");
|
||||
put("DSK/Emblem Kaito", "https://api.scryfall.com/cards/tdsk/17/en?format=image");
|
||||
put("DSK/Everywhere", "https://api.scryfall.com/cards/tdsk/16?format=image");
|
||||
put("DSK/Glimmer", "https://api.scryfall.com/cards/tdsk/4?format=image");
|
||||
put("DSK/Gremlin", "https://api.scryfall.com/cards/tdsk/11?format=image");
|
||||
put("DSK/Insect/1", "https://api.scryfall.com/cards/tdsk/13?format=image");
|
||||
put("DSK/Insect/2", "https://api.scryfall.com/cards/tdsk/5?format=image");
|
||||
put("DSK/Primo, the Indivisible", "https://api.scryfall.com/cards/tdsk/14?format=image");
|
||||
put("DSK/Shard", "https://api.scryfall.com/cards/tdsk/2?format=image");
|
||||
put("DSK/Spider", "https://api.scryfall.com/cards/tdsk/12?format=image");
|
||||
put("DSK/Spirit", "https://api.scryfall.com/cards/tdsk/8?format=image");
|
||||
put("DSK/Treasure", "https://api.scryfall.com/cards/tdsk/15?format=image");
|
||||
|
||||
// DSC
|
||||
put("DSC/Angel", "https://api.scryfall.com/cards/tdsc/2/en?format=image");
|
||||
|
|
@ -2633,18 +2678,25 @@ public class ScryfallImageSupportTokens {
|
|||
|
||||
// TDC
|
||||
put("TDC/Angel", "https://api.scryfall.com/cards/ttdc/2/en?format=image");
|
||||
put("TDC/Beast", "https://api.scryfall.com/cards/ttdc/20?format=image");
|
||||
put("TDC/Citizen", "https://api.scryfall.com/cards/ttdc/26/en?format=image");
|
||||
put("TDC/Dog", "https://api.scryfall.com/cards/ttdc/3/en?format=image");
|
||||
put("TDC/Dragon/1", "https://api.scryfall.com/cards/ttdc/13?format=image");
|
||||
put("TDC/Dragon/2", "https://api.scryfall.com/cards/ttdc/14?format=image");
|
||||
put("TDC/Dragon Egg", "https://api.scryfall.com/cards/ttdc/12?format=image");
|
||||
put("TDC/Dragon Illusion", "https://api.scryfall.com/cards/ttdc/15/en?format=image");
|
||||
put("TDC/Eldrazi", "https://api.scryfall.com/cards/ttdc/1/en?format=image");
|
||||
put("TDC/Elemental/1", "https://api.scryfall.com/cards/ttdc/16/en?format=image");
|
||||
put("TDC/Elemental/2", "https://api.scryfall.com/cards/ttdc/17/en?format=image");
|
||||
put("TDC/Elemental/3", "https://api.scryfall.com/cards/ttdc/27/en?format=image");
|
||||
put("TDC/First Mate Ragavan", "https://api.scryfall.com/cards/ttdc/18/en?format=image");
|
||||
put("TDC/Frog Lizard", "https://api.scryfall.com/cards/ttdc/21?format=image");
|
||||
put("TDC/Goat", "https://api.scryfall.com/cards/ttdc/4/en?format=image");
|
||||
put("TDC/Gold", "https://api.scryfall.com/cards/ttdc/29/en?format=image");
|
||||
put("TDC/Human", "https://api.scryfall.com/cards/ttdc/5/en?format=image");
|
||||
put("TDC/Inkling", "https://api.scryfall.com/cards/ttdc/28?format=image");
|
||||
put("TDC/Insect", "https://api.scryfall.com/cards/ttdc/22/en?format=image");
|
||||
put("TDC/Karox Bladewing", "https://api.scryfall.com/cards/ttdc/19?format=image");
|
||||
put("TDC/Myr", "https://api.scryfall.com/cards/ttdc/30/en?format=image");
|
||||
put("TDC/Plant", "https://api.scryfall.com/cards/ttdc/24/en?format=image");
|
||||
put("TDC/Rat", "https://api.scryfall.com/cards/ttdc/9/en?format=image");
|
||||
|
|
@ -2652,9 +2704,136 @@ public class ScryfallImageSupportTokens {
|
|||
put("TDC/Servo", "https://api.scryfall.com/cards/ttdc/31/en?format=image");
|
||||
put("TDC/Snake", "https://api.scryfall.com/cards/ttdc/10/en?format=image");
|
||||
put("TDC/Soldier", "https://api.scryfall.com/cards/ttdc/32/en?format=image");
|
||||
put("TDC/Spider", "https://api.scryfall.com/cards/ttdc/25?format=image");
|
||||
put("TDC/Spirit", "https://api.scryfall.com/cards/ttdc/6/en?format=image");
|
||||
put("TDC/Thopter", "https://api.scryfall.com/cards/ttdc/33/en?format=image");
|
||||
|
||||
// ACR
|
||||
put("ACR/Assassin", "https://api.scryfall.com/cards/tacr/4?format=image");
|
||||
put("ACR/Emblem Capitoline Triad", "https://api.scryfall.com/cards/tacr/7/en?format=image");
|
||||
put("ACR/Human Rogue", "https://api.scryfall.com/cards/tacr/3?format=image");
|
||||
put("ACR/Phobos", "https://api.scryfall.com/cards/tacr/5?format=image");
|
||||
put("ACR/Shapeshifter", "https://api.scryfall.com/cards/tacr/2?format=image");
|
||||
put("ACR/Treasure", "https://api.scryfall.com/cards/tacr/6?format=image");
|
||||
|
||||
// DD2
|
||||
put("DD2/Elemental Shaman", "https://api.scryfall.com/cards/tdd2/1?format=image");
|
||||
|
||||
// FIN
|
||||
put("FIN/Food", "https://api.scryfall.com/cards/tfin/22?format=image");
|
||||
|
||||
// JVC
|
||||
put("JVC/Elemental Shaman", "https://api.scryfall.com/cards/tjvc/4?format=image");
|
||||
|
||||
// PIP
|
||||
put("PIP/Alien", "https://api.scryfall.com/cards/tpip/6?format=image");
|
||||
put("PIP/Clue", "https://api.scryfall.com/cards/tpip/11?format=image");
|
||||
put("PIP/Food/1", "https://api.scryfall.com/cards/tpip/12?format=image");
|
||||
put("PIP/Food/2", "https://api.scryfall.com/cards/tpip/13?format=image");
|
||||
put("PIP/Food/3", "https://api.scryfall.com/cards/tpip/14?format=image");
|
||||
put("PIP/Human Knight", "https://api.scryfall.com/cards/tpip/2?format=image");
|
||||
put("PIP/Human Soldier", "https://api.scryfall.com/cards/tpip/3?format=image");
|
||||
put("PIP/Junk", "https://api.scryfall.com/cards/tpip/15?format=image");
|
||||
put("PIP/Robot", "https://api.scryfall.com/cards/tpip/16?format=image");
|
||||
put("PIP/Settlement", "https://api.scryfall.com/cards/tpip/8?format=image");
|
||||
put("PIP/Soldier/1", "https://api.scryfall.com/cards/tpip/10?format=image");
|
||||
put("PIP/Soldier/2", "https://api.scryfall.com/cards/tpip/4?format=image");
|
||||
put("PIP/Squirrel", "https://api.scryfall.com/cards/tpip/9?format=image");
|
||||
put("PIP/Thopter", "https://api.scryfall.com/cards/tpip/17?format=image");
|
||||
put("PIP/Treasure/1", "https://api.scryfall.com/cards/tpip/18?format=image");
|
||||
put("PIP/Treasure/2", "https://api.scryfall.com/cards/tpip/19?format=image");
|
||||
put("PIP/Warrior", "https://api.scryfall.com/cards/tpip/5?format=image");
|
||||
put("PIP/Wasteland Survival Guide", "https://api.scryfall.com/cards/tpip/20?format=image");
|
||||
put("PIP/Zombie Mutant", "https://api.scryfall.com/cards/tpip/7?format=image");
|
||||
|
||||
// REX
|
||||
put("REX/Dinosaur", "https://api.scryfall.com/cards/trex/1?format=image");
|
||||
put("REX/Treasure", "https://api.scryfall.com/cards/trex/2?format=image");
|
||||
|
||||
// UGL
|
||||
put("UGL/Goblin", "https://api.scryfall.com/cards/tugl/4?format=image");
|
||||
put("UGL/Pegasus", "https://api.scryfall.com/cards/tugl/1?format=image");
|
||||
put("UGL/Soldier", "https://api.scryfall.com/cards/tugl/2?format=image");
|
||||
put("UGL/Squirrel", "https://api.scryfall.com/cards/tugl/6?format=image");
|
||||
put("UGL/Zombie", "https://api.scryfall.com/cards/tugl/3?format=image");
|
||||
|
||||
// UST
|
||||
put("UST/Angel", "https://api.scryfall.com/cards/tust/1?format=image");
|
||||
put("UST/Beast", "https://api.scryfall.com/cards/tust/13?format=image");
|
||||
put("UST/Brainiac", "https://api.scryfall.com/cards/tust/10?format=image");
|
||||
put("UST/Clue", "https://api.scryfall.com/cards/tust/18?format=image");
|
||||
put("UST/Dragon", "https://api.scryfall.com/cards/tust/16?format=image");
|
||||
put("UST/Elemental/1", "https://api.scryfall.com/cards/tust/11?format=image");
|
||||
put("UST/Elemental/2", "https://api.scryfall.com/cards/tust/17?format=image");
|
||||
put("UST/Gnome", "https://api.scryfall.com/cards/tust/20?format=image");
|
||||
put("UST/Goat", "https://api.scryfall.com/cards/tust/2?format=image");
|
||||
put("UST/Goblin", "https://api.scryfall.com/cards/tust/12?format=image");
|
||||
put("UST/Saproling", "https://api.scryfall.com/cards/tust/14?format=image");
|
||||
put("UST/Spirit", "https://api.scryfall.com/cards/tust/3?format=image");
|
||||
put("UST/Squirrel", "https://api.scryfall.com/cards/tust/15?format=image");
|
||||
put("UST/Storm Crow", "https://api.scryfall.com/cards/tust/5?format=image");
|
||||
put("UST/Thopter", "https://api.scryfall.com/cards/tust/6?format=image");
|
||||
put("UST/Vampire", "https://api.scryfall.com/cards/tust/8?format=image");
|
||||
put("UST/Zombie", "https://api.scryfall.com/cards/tust/9?format=image");
|
||||
|
||||
// F12
|
||||
put("F12/Human", "https://api.scryfall.com/cards/f12/1a?format=image");
|
||||
put("F12/Wolf", "https://api.scryfall.com/cards/f12/1a?format=image&face=back");
|
||||
|
||||
// F17
|
||||
put("F17/Dinosaur", "https://api.scryfall.com/cards/f17/11?format=image");
|
||||
put("F17/Pirate", "https://api.scryfall.com/cards/f17/12?format=image");
|
||||
put("F17/Vampire", "https://api.scryfall.com/cards/f17/10?format=image");
|
||||
put("F17/Treasure/1", "https://api.scryfall.com/cards/f17/11?format=image&face=back");
|
||||
put("F17/Treasure/2", "https://api.scryfall.com/cards/f17/12?format=image&face=back");
|
||||
put("F17/Treasure/3", "https://api.scryfall.com/cards/f17/10?format=image&face=back");
|
||||
|
||||
// HHO
|
||||
put("HHO/Treasure", "https://api.scryfall.com/cards/hho/21★?format=image");
|
||||
|
||||
// J12
|
||||
put("J12/Centaur", "https://api.scryfall.com/cards/j12/9?format=image");
|
||||
|
||||
// J13
|
||||
put("J13/Golem", "https://api.scryfall.com/cards/j13/9?format=image");
|
||||
|
||||
// MPR
|
||||
put("MPR/Bear", "https://api.scryfall.com/cards/mpr/7?format=image");
|
||||
put("MPR/Beast", "https://api.scryfall.com/cards/mpr/8?format=image");
|
||||
put("MPR/Bird", "https://api.scryfall.com/cards/mpr/4?format=image");
|
||||
put("MPR/Elephant", "https://api.scryfall.com/cards/mpr/3?format=image");
|
||||
put("MPR/Goblin Soldier", "https://api.scryfall.com/cards/mpr/6?format=image");
|
||||
put("MPR/Saproling", "https://api.scryfall.com/cards/mpr/2?format=image");
|
||||
put("MPR/Spirit", "https://api.scryfall.com/cards/mpr/5?format=image");
|
||||
|
||||
// P03
|
||||
put("P03/Bear", "https://api.scryfall.com/cards/p03/4?format=image");
|
||||
put("P03/Demon", "https://api.scryfall.com/cards/p03/6?format=image");
|
||||
put("P03/Goblin", "https://api.scryfall.com/cards/p03/5?format=image");
|
||||
put("P03/Insect", "https://api.scryfall.com/cards/p03/2?format=image");
|
||||
put("P03/Bird", "https://api.scryfall.com/cards/p03/7?format=image");
|
||||
put("P03/Sliver", "https://api.scryfall.com/cards/p03/3?format=image");
|
||||
|
||||
// P04
|
||||
put("P04/Angel", "https://api.scryfall.com/cards/p04/2?format=image");
|
||||
put("P04/Beast", "https://api.scryfall.com/cards/p04/5?format=image");
|
||||
put("P04/Myr", "https://api.scryfall.com/cards/p04/4?format=image");
|
||||
put("P04/Pentavite", "https://api.scryfall.com/cards/p04/3?format=image");
|
||||
put("P04/Spirit", "https://api.scryfall.com/cards/p04/6?format=image");
|
||||
|
||||
// PEMN
|
||||
put("PEMN/Zombie/1", "https://api.scryfall.com/cards/pemn/1Z?format=image");
|
||||
put("PEMN/Zombie/2", "https://api.scryfall.com/cards/pemn/1Z?format=image&face=back");
|
||||
|
||||
// PHEL
|
||||
put("PHEL/Angel", "https://api.scryfall.com/cards/phel/1★?format=image");
|
||||
|
||||
// PL21
|
||||
put("PL21/Minotaur", "https://api.scryfall.com/cards/pl21/2★?format=image");
|
||||
|
||||
// PL23
|
||||
put("PL23/Food", "https://api.scryfall.com/cards/pl23/2?format=image");
|
||||
|
||||
// generate supported sets
|
||||
supportedSets.clear();
|
||||
for (String cardName : this.keySet()) {
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@ public class ScryfallImagesDownloadTest {
|
|||
.anyMatch(c -> c.getCardNumber().equals("001"))
|
||||
);
|
||||
urls = imageSource.generateCardUrl(new CardDownloadData("The One Ring", "LTR", "001", false, 0));
|
||||
Assert.assertEquals("https://api.scryfall.com/cards/ltr/0/en?format=image", urls.getBaseUrl());
|
||||
Assert.assertEquals("https://api.scryfall.com/cards/ltr/0/qya?format=image", urls.getBaseUrl());
|
||||
|
||||
|
||||
// added same tests for small images
|
||||
|
|
@ -74,6 +74,6 @@ public class ScryfallImagesDownloadTest {
|
|||
.anyMatch(c -> c.getCardNumber().equals("001"))
|
||||
);
|
||||
urls = imageSourceSmall.generateCardUrl(new CardDownloadData("The One Ring", "LTR", "001", false, 0));
|
||||
Assert.assertEquals("https://api.scryfall.com/cards/ltr/0/en?format=image&version=small", urls.getBaseUrl());
|
||||
Assert.assertEquals("https://api.scryfall.com/cards/ltr/0/qya?format=image&version=small", urls.getBaseUrl());
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -118,7 +118,7 @@ public final class AetherdriftCommander extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Maskwood Nexus", 132, Rarity.RARE, mage.cards.m.MaskwoodNexus.class));
|
||||
cards.add(new SetCardInfo("Midnight Clock", 79, Rarity.RARE, mage.cards.m.MidnightClock.class));
|
||||
cards.add(new SetCardInfo("Midnight Reaper", 44, Rarity.RARE, mage.cards.m.MidnightReaper.class));
|
||||
cards.add(new SetCardInfo("Murderous Rider // Swift End", 45, Rarity.RARE, mage.cards.m.MurderousRider.class));
|
||||
cards.add(new SetCardInfo("Murderous Rider", 45, Rarity.RARE, mage.cards.m.MurderousRider.class));
|
||||
cards.add(new SetCardInfo("Never // Return", 96, Rarity.RARE, mage.cards.n.NeverReturn.class));
|
||||
cards.add(new SetCardInfo("Nissa, Worldsoul Speaker", 13, Rarity.RARE, mage.cards.n.NissaWorldsoulSpeaker.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Nissa, Worldsoul Speaker", 29, Rarity.RARE, mage.cards.n.NissaWorldsoulSpeaker.class, NON_FULL_USE_VARIOUS));
|
||||
|
|
|
|||
|
|
@ -22,37 +22,69 @@ public class MediaAndCollaborationPromos extends ExpansionSet {
|
|||
|
||||
// some cards are non-English (most are Japanese, Jamuraan Lion has a German printing), but it's ok - scryfall can download it
|
||||
|
||||
cards.add(new SetCardInfo("Archangel", 29, Rarity.RARE, mage.cards.a.Archangel.class));
|
||||
cards.add(new SetCardInfo("Ascendant Evincar", 28, Rarity.RARE, mage.cards.a.AscendantEvincar.class));
|
||||
cards.add(new SetCardInfo("Blue Elemental Blast", 5, Rarity.COMMON, mage.cards.b.BlueElementalBlast.class));
|
||||
cards.add(new SetCardInfo("Cast Down", 30, Rarity.UNCOMMON, mage.cards.c.CastDown.class));
|
||||
cards.add(new SetCardInfo("Chandra's Outrage", 18, Rarity.COMMON, mage.cards.c.ChandrasOutrage.class));
|
||||
cards.add(new SetCardInfo("Chandra's Spitfire", 19, Rarity.UNCOMMON, mage.cards.c.ChandrasSpitfire.class));
|
||||
cards.add(new SetCardInfo("Cunning Sparkmage", 17, Rarity.UNCOMMON, mage.cards.c.CunningSparkmage.class));
|
||||
cards.add(new SetCardInfo("Darksteel Juggernaut", 16, Rarity.RARE, mage.cards.d.DarksteelJuggernaut.class));
|
||||
cards.add(new SetCardInfo("Daxos, Blessed by the Sun", 36, Rarity.UNCOMMON, mage.cards.d.DaxosBlessedByTheSun.class));
|
||||
cards.add(new SetCardInfo("Diabolic Edict", 31, Rarity.RARE, mage.cards.d.DiabolicEdict.class));
|
||||
cards.add(new SetCardInfo("Duress", 34, Rarity.RARE, mage.cards.d.Duress.class));
|
||||
cards.add(new SetCardInfo("Fireball", 4, Rarity.COMMON, mage.cards.f.Fireball.class));
|
||||
cards.add(new SetCardInfo("Jamuraan Lion", "10*", Rarity.COMMON, mage.cards.j.JamuraanLion.class));
|
||||
cards.add(new SetCardInfo("Kuldotha Phoenix", 20, Rarity.RARE, mage.cards.k.KuldothaPhoenix.class));
|
||||
cards.add(new SetCardInfo("Lava Coil", 33, Rarity.UNCOMMON, mage.cards.l.LavaCoil.class));
|
||||
cards.add(new SetCardInfo("Lightning Hounds", 10, Rarity.COMMON, mage.cards.l.LightningHounds.class));
|
||||
cards.add(new SetCardInfo("Parallax Dementia", 27, Rarity.COMMON, mage.cards.p.ParallaxDementia.class));
|
||||
cards.add(new SetCardInfo("Phantasmal Dragon", 21, Rarity.UNCOMMON, mage.cards.p.PhantasmalDragon.class));
|
||||
cards.add(new SetCardInfo("Phyrexian Rager", 14, Rarity.COMMON, mage.cards.p.PhyrexianRager.class));
|
||||
cards.add(new SetCardInfo("Sandbar Crocodile", 22, Rarity.COMMON, mage.cards.s.SandbarCrocodile.class));
|
||||
cards.add(new SetCardInfo("Scent of Cinder", 9, Rarity.COMMON, mage.cards.s.ScentOfCinder.class));
|
||||
cards.add(new SetCardInfo("Shivan Dragon", 15, Rarity.RARE, mage.cards.s.ShivanDragon.class));
|
||||
cards.add(new SetCardInfo("Shock", 32, Rarity.RARE, mage.cards.s.Shock.class));
|
||||
cards.add(new SetCardInfo("Shrieking Drake", 24, Rarity.COMMON, mage.cards.s.ShriekingDrake.class));
|
||||
cards.add(new SetCardInfo("Silver Drake", 13, Rarity.COMMON, mage.cards.s.SilverDrake.class));
|
||||
cards.add(new SetCardInfo("Spined Wurm", 11, Rarity.COMMON, mage.cards.s.SpinedWurm.class));
|
||||
cards.add(new SetCardInfo("Staggering Insight", 37, Rarity.RARE, mage.cards.s.StaggeringInsight.class));
|
||||
cards.add(new SetCardInfo("Stream of Life", 25, Rarity.COMMON, mage.cards.s.StreamOfLife.class));
|
||||
cards.add(new SetCardInfo("Thorn Elemental", 26, Rarity.RARE, mage.cards.t.ThornElemental.class));
|
||||
cards.add(new SetCardInfo("Voltaic Key", 35, Rarity.RARE, mage.cards.v.VoltaicKey.class));
|
||||
cards.add(new SetCardInfo("Warmonger", 12, Rarity.UNCOMMON, mage.cards.w.Warmonger.class));
|
||||
cards.add(new SetCardInfo("Zhalfirin Knight", 23, Rarity.COMMON, mage.cards.z.ZhalfirinKnight.class));
|
||||
cards.add(new SetCardInfo("Ajani, Mentor of Heroes", "2024-3", Rarity.MYTHIC, mage.cards.a.AjaniMentorOfHeroes.class));
|
||||
cards.add(new SetCardInfo("Ancestral Mask", "2025-2", Rarity.RARE, mage.cards.a.AncestralMask.class));
|
||||
cards.add(new SetCardInfo("Archangel", "2000-4", Rarity.RARE, mage.cards.a.Archangel.class));
|
||||
cards.add(new SetCardInfo("Ascendant Evincar", "2000-7", Rarity.RARE, mage.cards.a.AscendantEvincar.class));
|
||||
cards.add(new SetCardInfo("Avalanche Riders", "2023-5", Rarity.RARE, mage.cards.a.AvalancheRiders.class));
|
||||
cards.add(new SetCardInfo("Blue Elemental Blast", "1995-2", Rarity.COMMON, mage.cards.b.BlueElementalBlast.class));
|
||||
cards.add(new SetCardInfo("Bone Shredder", "2021-2", Rarity.RARE, mage.cards.b.BoneShredder.class));
|
||||
cards.add(new SetCardInfo("Cast Down", "2019-1", Rarity.UNCOMMON, mage.cards.c.CastDown.class));
|
||||
cards.add(new SetCardInfo("Chandra's Outrage", "2010-3", Rarity.COMMON, mage.cards.c.ChandrasOutrage.class));
|
||||
cards.add(new SetCardInfo("Chandra's Spitfire", "2010-4", Rarity.UNCOMMON, mage.cards.c.ChandrasSpitfire.class));
|
||||
cards.add(new SetCardInfo("Counterspell", "2021-1", Rarity.RARE, mage.cards.c.Counterspell.class));
|
||||
cards.add(new SetCardInfo("Crop Rotation", "2020-7ww", Rarity.RARE, mage.cards.c.CropRotation.class));
|
||||
cards.add(new SetCardInfo("Culling the Weak", "2023-8", Rarity.RARE, mage.cards.c.CullingTheWeak.class));
|
||||
cards.add(new SetCardInfo("Cunning Sparkmage", "2010-2", Rarity.UNCOMMON, mage.cards.c.CunningSparkmage.class));
|
||||
cards.add(new SetCardInfo("Dark Ritual", "2020-4", Rarity.RARE, mage.cards.d.DarkRitual.class));
|
||||
cards.add(new SetCardInfo("Darksteel Juggernaut", "2010-1", Rarity.RARE, mage.cards.d.DarksteelJuggernaut.class));
|
||||
cards.add(new SetCardInfo("Daxos, Blessed by the Sun", "2020-2", Rarity.UNCOMMON, mage.cards.d.DaxosBlessedByTheSun.class));
|
||||
cards.add(new SetCardInfo("Diabolic Edict", "2024-5", Rarity.RARE, mage.cards.d.DiabolicEdict.class));
|
||||
cards.add(new SetCardInfo("Disenchant", "2022-1", Rarity.RARE, mage.cards.d.Disenchant.class));
|
||||
cards.add(new SetCardInfo("Duress", "2025-7", Rarity.RARE, mage.cards.d.Duress.class));
|
||||
cards.add(new SetCardInfo("Fireball", "1995-1", Rarity.COMMON, mage.cards.f.Fireball.class));
|
||||
cards.add(new SetCardInfo("Frantic Search", "2022-4", Rarity.RARE, mage.cards.f.FranticSearch.class));
|
||||
cards.add(new SetCardInfo("Gingerbrute", "2023-3", Rarity.RARE, mage.cards.g.Gingerbrute.class));
|
||||
cards.add(new SetCardInfo("Gush", "2024-4", Rarity.RARE, mage.cards.g.Gush.class));
|
||||
cards.add(new SetCardInfo("Harald, King of Skemfar", "2021-3", Rarity.RARE, mage.cards.h.HaraldKingOfSkemfar.class));
|
||||
cards.add(new SetCardInfo("Heliod's Pilgrim", "2020-6", Rarity.RARE, mage.cards.h.HeliodsPilgrim.class));
|
||||
cards.add(new SetCardInfo("Hypnotic Sprite", "2019-5", Rarity.RARE, mage.cards.h.HypnoticSprite.class));
|
||||
cards.add(new SetCardInfo("Jace Beleren", "2009-1", Rarity.MYTHIC, mage.cards.j.JaceBeleren.class));
|
||||
cards.add(new SetCardInfo("Jace, Memory Adept", "2024-2", Rarity.MYTHIC, mage.cards.j.JaceMemoryAdept.class));
|
||||
cards.add(new SetCardInfo("Jamuraan Lion", "1996-3", Rarity.COMMON, mage.cards.j.JamuraanLion.class));
|
||||
cards.add(new SetCardInfo("Kuldotha Phoenix", "2010-5", Rarity.RARE, mage.cards.k.KuldothaPhoenix.class));
|
||||
cards.add(new SetCardInfo("Lava Coil", "2019-4", Rarity.UNCOMMON, mage.cards.l.LavaCoil.class));
|
||||
cards.add(new SetCardInfo("Lightning Hounds", "2000-1", Rarity.COMMON, mage.cards.l.LightningHounds.class));
|
||||
cards.add(new SetCardInfo("Liliana of the Dark Realms", "2024-8", Rarity.MYTHIC, mage.cards.l.LilianaOfTheDarkRealms.class));
|
||||
cards.add(new SetCardInfo("Mental Misstep", "2023-1", Rarity.RARE, mage.cards.m.MentalMisstep.class));
|
||||
cards.add(new SetCardInfo("Nicol Bolas, Planeswalker", "2025-10", Rarity.MYTHIC, mage.cards.n.NicolBolasPlaneswalker.class));
|
||||
cards.add(new SetCardInfo("Parallax Dementia", "2000-6", Rarity.COMMON, mage.cards.p.ParallaxDementia.class));
|
||||
cards.add(new SetCardInfo("Patchwork Banner", "2024-7", Rarity.RARE, mage.cards.p.PatchworkBanner.class));
|
||||
cards.add(new SetCardInfo("Phantasmal Dragon", "2011-1", Rarity.UNCOMMON, mage.cards.p.PhantasmalDragon.class));
|
||||
cards.add(new SetCardInfo("Phyrexian Rager", "2000-5", Rarity.COMMON, mage.cards.p.PhyrexianRager.class));
|
||||
cards.add(new SetCardInfo("Pyromancer's Gauntlet", "2023-6", Rarity.RARE, mage.cards.p.PyromancersGauntlet.class));
|
||||
cards.add(new SetCardInfo("Ruin Crab", "2023-4", Rarity.RARE, mage.cards.r.RuinCrab.class));
|
||||
cards.add(new SetCardInfo("Sandbar Crocodile", "1996-1", Rarity.COMMON, mage.cards.s.SandbarCrocodile.class));
|
||||
cards.add(new SetCardInfo("Scent of Cinder", "1999-1", Rarity.COMMON, mage.cards.s.ScentOfCinder.class));
|
||||
cards.add(new SetCardInfo("Shield Wall", "1997-3", Rarity.COMMON, mage.cards.s.ShieldWall.class));
|
||||
cards.add(new SetCardInfo("Shivan Dragon", "2001-2", Rarity.RARE, mage.cards.s.ShivanDragon.class));
|
||||
cards.add(new SetCardInfo("Shock", "2025-1", Rarity.RARE, mage.cards.s.Shock.class));
|
||||
cards.add(new SetCardInfo("Shrieking Drake", "1997-2", Rarity.COMMON, mage.cards.s.ShriekingDrake.class));
|
||||
cards.add(new SetCardInfo("Silver Drake", "2000-2", Rarity.COMMON, mage.cards.s.SilverDrake.class));
|
||||
cards.add(new SetCardInfo("Snuff Out", "2024-1", Rarity.RARE, mage.cards.s.SnuffOut.class));
|
||||
cards.add(new SetCardInfo("Spined Wurm", "2001-1", Rarity.COMMON, mage.cards.s.SpinedWurm.class));
|
||||
cards.add(new SetCardInfo("Sprite Dragon", "2020-5", Rarity.RARE, mage.cards.s.SpriteDragon.class));
|
||||
cards.add(new SetCardInfo("Staggering Insight", "2020-3", Rarity.RARE, mage.cards.s.StaggeringInsight.class));
|
||||
cards.add(new SetCardInfo("Stream of Life", "1997-4", Rarity.COMMON, mage.cards.s.StreamOfLife.class));
|
||||
cards.add(new SetCardInfo("Talruum Champion", "1997-1", Rarity.COMMON, mage.cards.t.TalruumChampion.class));
|
||||
cards.add(new SetCardInfo("Tangled Florahedron", "2020-8", Rarity.UNCOMMON, mage.cards.t.TangledFlorahedron.class));
|
||||
cards.add(new SetCardInfo("Thorn Elemental", "2000-3", Rarity.RARE, mage.cards.t.ThornElemental.class));
|
||||
cards.add(new SetCardInfo("Usher of the Fallen", "2022-3", Rarity.RARE, mage.cards.u.UsherOfTheFallen.class));
|
||||
cards.add(new SetCardInfo("Voltaic Key", "2024-6", Rarity.RARE, mage.cards.v.VoltaicKey.class));
|
||||
cards.add(new SetCardInfo("Warmonger", "1999-2", Rarity.UNCOMMON, mage.cards.w.Warmonger.class));
|
||||
cards.add(new SetCardInfo("Wild Growth", "2022-2", Rarity.RARE, mage.cards.w.WildGrowth.class));
|
||||
cards.add(new SetCardInfo("Winged Boots", "2023-7", Rarity.RARE, mage.cards.w.WingedBoots.class));
|
||||
cards.add(new SetCardInfo("Worn Powerstone", "2023-2", Rarity.RARE, mage.cards.w.WornPowerstone.class));
|
||||
cards.add(new SetCardInfo("Zhalfirin Knight", "1996-2", Rarity.COMMON, mage.cards.z.ZhalfirinKnight.class));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue