Added DDF token images

This commit is contained in:
PurpleCrowbar 2022-06-04 18:15:07 +01:00
parent 2ee43c261e
commit 98b5cffd4e
3 changed files with 4 additions and 3 deletions

View file

@ -1254,6 +1254,9 @@ public class ScryfallImageSupportTokens {
put ("ROE/Ooze", "https://api.scryfall.com/cards/troe/4/en?format=image");
put ("ROE/Tuktuk the Returned", "https://api.scryfall.com/cards/troe/5/en?format=image");
// DDF
put ("DDF/Soldier", "https://api.scryfall.com/cards/tddf/1/en?format=image");
// generate supported sets
supportedSets.clear();
for (String cardName : this.keySet()) {

View file

@ -530,8 +530,6 @@
|Generate|TOK:DDE|Insect|||WaspToken|
|Generate|TOK:DDE|Minion|||MinionToken|
|Generate|TOK:DDE|Saproling|||SaprolingToken|
|Generate|TOK:DDF|Assembly-Worker|||AssemblyWorkerToken|
|Generate|TOK:DDF|Pentavite|||PentaviteToken|
|Generate|TOK:DDF|Soldier|||SoldierToken|
|Generate|TOK:DDG|Ape|||PongifyApeToken|
|Generate|TOK:DDG|Goblin|||GoblinToken|

View file

@ -22,7 +22,7 @@ public final class AssemblyWorkerToken extends TokenImpl {
power = new MageInt(2);
toughness = new MageInt(2);
availableImageSetCodes = Arrays.asList("4ED", "ATQ", "DDF", "TSR");
availableImageSetCodes = Arrays.asList("4ED", "ATQ", "TSR");
}
public AssemblyWorkerToken(final AssemblyWorkerToken token) {