Add ODY token images

This commit is contained in:
PurpleCrowbar 2023-04-24 01:20:57 +01:00
parent f84259aef2
commit aae793945d
3 changed files with 9 additions and 2 deletions

View file

@ -1986,6 +1986,14 @@ public class ScryfallImageSupportTokens {
put("MOC/Warrior", "https://api.scryfall.com/cards/tmoc/10/en?format=image");
put("MOC/Zombie Knight", "https://api.scryfall.com/cards/tmoc/21/en?format=image");
// ODY
put("ODY/Bear", "https://api.scryfall.com/cards/mpr/7/en?format=image");
put("ODY/Beast", "https://api.scryfall.com/cards/mpr/8/en?format=image");
put("ODY/Elephant", "https://api.scryfall.com/cards/pr2/5/en?format=image");
put("ODY/Squirrel", "https://api.scryfall.com/cards/pr2/3/en?format=image");
put("ODY/Wurm", "https://api.scryfall.com/cards/pr2/6/en?format=image");
put("ODY/Zombie", "https://api.scryfall.com/cards/pr2/4/en?format=image");
// generate supported sets
supportedSets.clear();
for (String cardName : this.keySet()) {

View file

@ -34,7 +34,7 @@ public final class ZombieToken extends TokenImpl {
"MED", "BBD", "M19", "CM2",
"PCA", "AVR", "DDQ", "CN2",
"2X2", "CC2", "DMC", "GN3",
"DMR", "MOM");
"DMR", "MOM", "ODY");
}
@Override

View file

@ -828,7 +828,6 @@
|Generate|TOK:ODY|Bear|||BearToken|
|Generate|TOK:ODY|Beast|||BeastToken2|
|Generate|TOK:ODY|Elephant|||ElephantToken|
|Generate|TOK:ODY|Spirit|||SpiritWhiteToken|
|Generate|TOK:ODY|Squirrel|||SquirrelToken|
|Generate|TOK:ODY|Wurm|||WurmToken|
|Generate|TOK:ODY|Zombie|||ZombieToken|