Skip to content

Commit

Permalink
Add DSC token images
Browse files Browse the repository at this point in the history
  • Loading branch information
PurpleCrowbar committed Jan 20, 2025
1 parent 0bcf5f9 commit 3e21e3f
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2493,7 +2493,31 @@ public class ScryfallImageSupportTokens {

// DSK
put("DSK/Emblem Kaito", "https://api.scryfall.com/cards/tdsk/17/en?format=image");


// DSC
put("DSC/Angel", "https://api.scryfall.com/cards/tdsc/2/en?format=image");
put("DSC/Beast", "https://api.scryfall.com/cards/tdsc/8/en?format=image");
put("DSC/Bird", "https://api.scryfall.com/cards/tdsc/5/en?format=image");
put("DSC/Demon", "https://api.scryfall.com/cards/tdsc/6/en?format=image");
put("DSC/Devil", "https://api.scryfall.com/cards/tdsc/7/en?format=image");
put("DSC/Elemental", "https://api.scryfall.com/cards/tdsc/9/en?format=image");
put("DSC/Fractal", "https://api.scryfall.com/cards/tdsc/20/en?format=image");
put("DSC/Human Soldier", "https://api.scryfall.com/cards/tdsc/3/en?format=image");
put("DSC/Inkling", "https://api.scryfall.com/cards/tdsc/21/en?format=image");
put("DSC/Insect/1", "https://api.scryfall.com/cards/tdsc/22/en?format=image");
put("DSC/Insect/2", "https://api.scryfall.com/cards/tdsc/10/en?format=image");
put("DSC/Insect/3", "https://api.scryfall.com/cards/tdsc/11/en?format=image");
put("DSC/Insect/4", "https://api.scryfall.com/cards/tdsc/12/en?format=image");
put("DSC/Ooze/1", "https://api.scryfall.com/cards/tdsc/14/en?format=image");
put("DSC/Ooze/2", "https://api.scryfall.com/cards/tdsc/13/en?format=image");
put("DSC/Phyrexian Beast", "https://api.scryfall.com/cards/tdsc/15/en?format=image");
put("DSC/Shapeshifter", "https://api.scryfall.com/cards/tdsc/1/en?format=image");
put("DSC/Shark", "https://api.scryfall.com/cards/tdsc/4/en?format=image");
put("DSC/Spider", "https://api.scryfall.com/cards/tdsc/16/en?format=image");
put("DSC/Treefolk", "https://api.scryfall.com/cards/tdsc/17/en?format=image");
put("DSC/Wurm/1", "https://api.scryfall.com/cards/tdsc/18/en?format=image");
put("DSC/Wurm/2", "https://api.scryfall.com/cards/tdsc/19/en?format=image");

// FDN
put("FDN/Beast/1", "https://api.scryfall.com/cards/tfdn/32/en?format=image");
put("FDN/Beast/2", "https://api.scryfall.com/cards/tfdn/33/en?format=image");
Expand Down
1 change: 0 additions & 1 deletion Mage.Sets/src/mage/cards/g/GristTheHungerTide.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
import mage.game.permanent.token.IzoniInsectToken;
import mage.game.permanent.token.Token;
import mage.players.Player;
import mage.target.common.TargetControlledPermanent;
import mage.target.common.TargetCreatureOrPlaneswalker;

import java.util.Arrays;
Expand Down
24 changes: 24 additions & 0 deletions Mage/src/main/resources/tokens-database.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2366,6 +2366,30 @@
|Generate|TOK:BLC|Wolf|1||GarrukCursedHuntsmanToken|
|Generate|TOK:BLC|Wolf|2||WolfToken|

# DSC
|Generate|TOK:DSC|Angel|||AngelToken|
|Generate|TOK:DSC|Beast|||BeastToken|
|Generate|TOK:DSC|Bird|||Black22BirdToken|
|Generate|TOK:DSC|Demon|||DemonToken|
|Generate|TOK:DSC|Devil|||DevilToken|
|Generate|TOK:DSC|Elemental|||TitaniaProtectorOfArgothElementalToken|
|Generate|TOK:DSC|Fractal|||FractalToken|
|Generate|TOK:DSC|Human Soldier|||HumanSoldierToken|
|Generate|TOK:DSC|Inkling|||InklingToken|
|Generate|TOK:DSC|Insect|1||IzoniInsectToken|
|Generate|TOK:DSC|Insect|2||InsectToken|
|Generate|TOK:DSC|Insect|3||InsectToken|
|Generate|TOK:DSC|Insect|4||InsectDeathToken|
|Generate|TOK:DSC|Ooze|1||OozeToken|
|Generate|TOK:DSC|Ooze|2||BiogenicOozeToken|
|Generate|TOK:DSC|Phyrexian Beast|||PhyrexianBeastToken|
|Generate|TOK:DSC|Shapeshifter|||ShapeshifterDeathtouchToken|
|Generate|TOK:DSC|Shark|||SharkToken|
|Generate|TOK:DSC|Spider|||SpiderToken|
|Generate|TOK:DSC|Treefolk|||WrennAndSevenTreefolkToken|
|Generate|TOK:DSC|Wurm|1||Wurm55Token|
|Generate|TOK:DSC|Wurm|2||WurmWithTrampleToken|

# FDN
|Generate|TOK:FDN|Beast|1||BeastToken|
|Generate|TOK:FDN|Beast|2||BeastToken2|
Expand Down

0 comments on commit 3e21e3f

Please sign in to comment.