Added Fate Reforged set and Pride of the Clouds card

This commit is contained in:
fireshoes 2014-12-16 14:07:59 -06:00
parent 25a31273ba
commit bf29352ba6
8 changed files with 137 additions and 144 deletions

View file

@ -27,7 +27,7 @@ public class ConstructedFormats {
private static final String[] constructedFormats = {
ALL, STANDARD, EXTENDED, MODERN,
"* Khans of Tarkir Block", "Khans of Tarkir", /*"Fate Reforged",*/
"* Khans of Tarkir Block", "Khans of Tarkir", "Fate Reforged", /*"Dragons of Tarkir"*/
"* Theros Block", "Journey into Nyx", "Born of the Gods", "Theros",
"* Return to Ravnica Block", "Dragon's Maze", "Gatecrash", "Return to Ravnica",
"* Innistrad Block", "Avacyn Restored", "Dark Ascension", "Innistrad",

View file

@ -16,6 +16,7 @@ public class MagicCardsImageSource implements CardImageSource {
private static final Map<String, String> setNameTokenReplacement = new HashMap<String, String>() {
{
put("FRF", "fate-reforged");
put("C14", "commander-2014-edition");
put("KTK", "khans-of-tarkir");
put("VMA", "vintage-masters");