Add SLD Reprint and Tokens

This commit is contained in:
ReSech 2025-10-07 12:26:55 +11:00 committed by xenohedron
parent aac1aa55cc
commit 2b288cfd00
3 changed files with 7 additions and 0 deletions

View file

@ -817,10 +817,13 @@ public class ScryfallImageSupportTokens {
// SLD // SLD
put("SLD/Angel", "https://api.scryfall.com/cards/sld/1340?format=image"); put("SLD/Angel", "https://api.scryfall.com/cards/sld/1340?format=image");
put("SLD/Blood", "https://api.scryfall.com/cards/sld/2180?format=image");
put("SLD/Cat/1", "https://api.scryfall.com/cards/sld/1517?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/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/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/Clue", "https://api.scryfall.com/cards/sld/348/en?format=image");
put("SLD/Cordyceps Infected/1", "https://api.scryfall.com/cards/sld/2201?format=image");
put("SLD/Cordyceps Infected/2", "https://api.scryfall.com/cards/sld/2206?format=image");
put("SLD/Dog", "https://api.scryfall.com/cards/sld/1516?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/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/1", "https://api.scryfall.com/cards/sld/13/en?format=image");

View file

@ -897,6 +897,7 @@ public class SecretLairDrop extends ExpansionSet {
cards.add(new SetCardInfo("Deadeye Navigator", 902, Rarity.RARE, mage.cards.d.DeadeyeNavigator.class)); cards.add(new SetCardInfo("Deadeye Navigator", 902, Rarity.RARE, mage.cards.d.DeadeyeNavigator.class));
cards.add(new SetCardInfo("The Locust God", 903, Rarity.MYTHIC, mage.cards.t.TheLocustGod.class)); cards.add(new SetCardInfo("The Locust God", 903, Rarity.MYTHIC, mage.cards.t.TheLocustGod.class));
cards.add(new SetCardInfo("The Scorpion God", 904, Rarity.MYTHIC, mage.cards.t.TheScorpionGod.class)); cards.add(new SetCardInfo("The Scorpion God", 904, Rarity.MYTHIC, mage.cards.t.TheScorpionGod.class));
cards.add(new SetCardInfo("Cryptic Command", 905, Rarity.RARE, mage.cards.c.CrypticCommand.class, FULL_ART));
cards.add(new SetCardInfo("Ignoble Hierarch", 906, Rarity.RARE, mage.cards.i.IgnobleHierarch.class, FULL_ART)); cards.add(new SetCardInfo("Ignoble Hierarch", 906, Rarity.RARE, mage.cards.i.IgnobleHierarch.class, FULL_ART));
cards.add(new SetCardInfo("Seedborn Muse", 907, Rarity.RARE, mage.cards.s.SeedbornMuse.class)); cards.add(new SetCardInfo("Seedborn Muse", 907, Rarity.RARE, mage.cards.s.SeedbornMuse.class));
cards.add(new SetCardInfo("Arcane Signet", 908, Rarity.RARE, mage.cards.a.ArcaneSignet.class, NON_FULL_USE_VARIOUS)); cards.add(new SetCardInfo("Arcane Signet", 908, Rarity.RARE, mage.cards.a.ArcaneSignet.class, NON_FULL_USE_VARIOUS));

View file

@ -1515,10 +1515,13 @@
# SLD # SLD
|Generate|TOK:SLD|Angel|||AngelToken| |Generate|TOK:SLD|Angel|||AngelToken|
|Generate|TOK:SLD|Blood|||BloodToken|
|Generate|TOK:SLD|Cat|1||GreenCatToken| |Generate|TOK:SLD|Cat|1||GreenCatToken|
|Generate|TOK:SLD|Cat|2||CatToken2| |Generate|TOK:SLD|Cat|2||CatToken2|
|Generate|TOK:SLD|Cat|3||CatToken2| |Generate|TOK:SLD|Cat|3||CatToken2|
|Generate|TOK:SLD|Clue|||ClueArtifactToken| |Generate|TOK:SLD|Clue|||ClueArtifactToken|
|Generate|TOK:SLD|Cordyceps Infected|1||CordycepsInfectedToken|
|Generate|TOK:SLD|Cordyceps Infected|2||CordycepsInfectedToken|
|Generate|TOK:SLD|Dog|||WhiteDogToken| |Generate|TOK:SLD|Dog|||WhiteDogToken|
|Generate|TOK:SLD|Egg|||AtlaPalaniToken| |Generate|TOK:SLD|Egg|||AtlaPalaniToken|
|Generate|TOK:SLD|Faerie Rogue|1||FaerieRogueToken| |Generate|TOK:SLD|Faerie Rogue|1||FaerieRogueToken|