mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
Added download tokens for ISD.
This commit is contained in:
parent
bf62ef248c
commit
0bb803a681
2 changed files with 14 additions and 0 deletions
|
@ -14,6 +14,7 @@ public class MagicCardsImageSource implements CardImageSource {
|
|||
private static final Map<String, String> setNameReplacement = new HashMap<String, String>() {
|
||||
|
||||
{
|
||||
put("ISD", "innistrad");
|
||||
put("DDH", "duel-decks-ajani-vs-nicol-bolas");
|
||||
put("M12", "magic-2012");
|
||||
put("NPH", "new-phyrexia");
|
||||
|
|
|
@ -1,3 +1,16 @@
|
|||
|Generate|TOK:ISD|Angel|
|
||||
|Generate|TOK:ISD|Spirit|
|
||||
|Generate|TOK:ISD|Homunculus|
|
||||
|Generate|TOK:ISD|Demon|
|
||||
|Generate|TOK:ISD|Vampire|
|
||||
|Generate|TOK:ISD|Wolf 1|
|
||||
|Generate|TOK:ISD|Zombie 1|
|
||||
|Generate|TOK:ISD|Zombie 2|
|
||||
|Generate|TOK:ISD|Zombie 3|
|
||||
|Generate|TOK:ISD|Ooze|
|
||||
|Generate|TOK:ISD|Spider|
|
||||
|Generate|TOK:ISD|Wolf 2|
|
||||
|
||||
|Generate|TOK:DDH|Griffin|
|
||||
|Generate|TOK:DDH|Saproling|
|
||||
|
||||
|
|
Loading…
Reference in a new issue