mirror of
https://github.com/correl/mage.git
synced 2024-11-14 19:19:32 +00:00
Added DDT token images
This commit is contained in:
parent
f6cdc8daee
commit
84553db7e0
3 changed files with 12 additions and 2 deletions
|
@ -1597,6 +1597,11 @@ public class ScryfallImageSupportTokens {
|
|||
put ("E01/Soldier", "https://api.scryfall.com/cards/te01/1/en?format=image");
|
||||
put ("E01/Spirit", "https://api.scryfall.com/cards/te01/2/en?format=image");
|
||||
|
||||
// DDT
|
||||
put ("DDT/Elemental", "https://api.scryfall.com/cards/tddt/1/en?format=image");
|
||||
put ("DDT/Goblin", "https://api.scryfall.com/cards/tddt/3/en?format=image");
|
||||
put ("DDT/Wall", "https://api.scryfall.com/cards/tddt/2/en?format=image");
|
||||
|
||||
// generate supported sets
|
||||
supportedSets.clear();
|
||||
for (String cardName : this.keySet()) {
|
||||
|
|
|
@ -1809,4 +1809,9 @@
|
|||
|Generate|TOK:DDS|Elephant|||ElephantToken|
|
||||
|Generate|TOK:DDS|Elf Warrior|||ElfWarriorToken|
|
||||
|Generate|TOK:DDS|Goblin|||GoblinToken|
|
||||
|Generate|TOK:DDS|Wurm|||WurmToken|
|
||||
|Generate|TOK:DDS|Wurm|||WurmToken|
|
||||
|
||||
# DDT
|
||||
|Generate|TOK:DDT|Elemental|||MasterOfWavesElementalToken|
|
||||
|Generate|TOK:DDT|Goblin|||GoblinToken|
|
||||
|Generate|TOK:DDT|Wall|||TidalWaveWallToken|
|
|
@ -32,7 +32,7 @@ public final class GoblinToken extends TokenImpl {
|
|||
|
||||
availableImageSetCodes = Arrays.asList("10E", "ALA", "SOM", "M10", "M13", "RTR",
|
||||
"MMA", "M15", "C14", "KTK", "EVG", "DTK", "ORI", "DDG", "DDN", "MM2",
|
||||
"MM3", "EMA", "C16", "DOM", "ANA", "RNA", "WAR", "MH1", "TSR", "MH2", "AFR", "NEC", "M19", "CM2", "PCA", "DD1", "DDS");
|
||||
"MM3", "EMA", "C16", "DOM", "ANA", "RNA", "WAR", "MH1", "TSR", "MH2", "AFR", "NEC", "M19", "CM2", "PCA", "DD1", "DDS", "DDT");
|
||||
}
|
||||
|
||||
public GoblinToken(final GoblinToken token) {
|
||||
|
|
Loading…
Reference in a new issue