mirror of
https://github.com/correl/mage.git
synced 2024-11-22 03:00:11 +00:00
Add ODY token images
This commit is contained in:
parent
f84259aef2
commit
aae793945d
3 changed files with 9 additions and 2 deletions
|
@ -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()) {
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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|
|
||||
|
|
Loading…
Reference in a new issue