mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
Token images for M12 and DDH
This commit is contained in:
parent
bfec76c7fc
commit
49da09ce65
2 changed files with 14 additions and 0 deletions
|
@ -14,6 +14,8 @@ public class MagicCardsImageSource implements CardImageSource {
|
|||
private static final Map<String, String> setNameReplacement = new HashMap<String, String>() {
|
||||
|
||||
{
|
||||
put("DDH", "duel-decks-ajani-vs-nicol-bolas");
|
||||
put("M12", "magic-2012");
|
||||
put("NPH", "new-phyrexia");
|
||||
put("MBS", "mirrodin-besieged");
|
||||
put("SOM", "scars-of-mirrodin");
|
||||
|
|
|
@ -1,3 +1,15 @@
|
|||
|Generate|TOK:DDH|Griffin|
|
||||
|Generate|TOK:DDH|Saproling|
|
||||
|
||||
|Generate|TOK:M12|Bird|
|
||||
|Generate|TOK:M12|Soldier|
|
||||
|Generate|TOK:M12|Zombie|
|
||||
|Generate|TOK:M12|Beast|
|
||||
|Generate|TOK:M12|Saproling|
|
||||
|Generate|TOK:M12|Wurm|
|
||||
|Generate|TOK:M12|Pentavite|
|
||||
|
||||
|Generate|TOK:NPH|Beast|
|
||||
|Generate|TOK:NPH|Beast|
|
||||
|Generate|TOK:NPH|Goblin|
|
||||
|Generate|TOK:NPH|Golem|
|
||||
|
|
Loading…
Reference in a new issue