mirror of
https://github.com/correl/mage.git
synced 2024-11-14 19:19:32 +00:00
Added DDF token images
This commit is contained in:
parent
2ee43c261e
commit
98b5cffd4e
3 changed files with 4 additions and 3 deletions
|
@ -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()) {
|
||||
|
|
|
@ -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|
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue