forked from External/mage
Added Game Day promos
This commit is contained in:
parent
a8b20f23d5
commit
c93c5c3011
47 changed files with 2527 additions and 342 deletions
|
|
@ -89,6 +89,7 @@ public class ConstructedFormats {
|
|||
"Duel Decks: Jace vs. Vraska",
|
||||
"Duel Decks: Speed vs. Cunning",
|
||||
"Friday Night Magic",
|
||||
"Game Day",
|
||||
"Guru",
|
||||
"Unhinged",
|
||||
};
|
||||
|
|
@ -449,6 +450,9 @@ public class ConstructedFormats {
|
|||
if (format.equals("Friday Night Magic")) {
|
||||
return Arrays.asList("FNMP");
|
||||
}
|
||||
if (format.equals("Game Day")) {
|
||||
return Arrays.asList("MGDC");
|
||||
}
|
||||
if (format.equals("Guru")) {
|
||||
return Arrays.asList("GUR");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@ public class MagicCardsImageSource implements CardImageSource {
|
|||
|
||||
private static final Map<String, String> setNameTokenReplacement = new HashMap<String, String>() {
|
||||
{
|
||||
put("MGDC", "magic-game-day-cards");
|
||||
put("FNMP", "friday-night-magic");
|
||||
put("FRF", "fate-reforged");
|
||||
put("C14", "commander-2014-edition");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue