* Images: updated Duels of the Planeswalkers Promo sets (year incremented; 2011 -> 2012, etc);

This commit is contained in:
Oleg Agafonov 2020-12-21 11:10:54 +04:00
parent f54d691977
commit d5377599cc
6 changed files with 43 additions and 44 deletions

View file

@ -238,7 +238,6 @@ public class ScryfallImageSupportCards {
add("TD0"); // Magic Online Theme Decks
add("PD2"); // Premium Deck Series: Fire and Lightning
//add("PMPS11"); // Magic Premiere Shop 2011
add("PDP11"); // Duels of the Planeswalkers 2011 Promos
add("PWP11"); // Wizards Play Network 2011
//add("PS11"); // Salvat 2011
add("P11"); // Magic Player Rewards 2011

View file

@ -1,29 +0,0 @@
package mage.sets;
import mage.cards.ExpansionSet;
import mage.constants.Rarity;
import mage.constants.SetType;
/**
* https://scryfall.com/sets/pdp11
*
* @author JayDi85
*/
public final class DuelsOfThePlaneswalkers2011Promos extends ExpansionSet {
private static final DuelsOfThePlaneswalkers2011Promos instance = new DuelsOfThePlaneswalkers2011Promos();
public static DuelsOfThePlaneswalkers2011Promos getInstance() {
return instance;
}
private DuelsOfThePlaneswalkers2011Promos() {
super("Duels of the Planeswalkers 2011 Promos", "PDP11", ExpansionSet.buildDate(2011, 1, 1), SetType.PROMOTIONAL);
this.hasBoosters = false;
this.hasBasicLands = false;
cards.add(new SetCardInfo("Frost Titan", 1, Rarity.MYTHIC, mage.cards.f.FrostTitan.class));
cards.add(new SetCardInfo("Grave Titan", 2, Rarity.MYTHIC, mage.cards.g.GraveTitan.class));
cards.add(new SetCardInfo("Inferno Titan", 3, Rarity.MYTHIC, mage.cards.i.InfernoTitan.class));
}
}

View file

@ -5,7 +5,7 @@ import mage.constants.Rarity;
import mage.constants.SetType;
/**
* https://scryfall.com/sets/pdp12
* https://scryfall.com/sets/pdp11
*
* @author JayDi85
*/
@ -18,12 +18,12 @@ public final class DuelsOfThePlaneswalkers2012Promos extends ExpansionSet {
}
private DuelsOfThePlaneswalkers2012Promos() {
super("Duels of the Planeswalkers 2012 Promos", "PDP12", ExpansionSet.buildDate(2012, 1, 1), SetType.PROMOTIONAL);
super("Duels of the Planeswalkers 2012 Promos", "PDP12", ExpansionSet.buildDate(2011, 1, 1), SetType.PROMOTIONAL);
this.hasBoosters = false;
this.hasBasicLands = false;
cards.add(new SetCardInfo("Primordial Hydra", 1, Rarity.MYTHIC, mage.cards.p.PrimordialHydra.class));
cards.add(new SetCardInfo("Serra Avatar", 2, Rarity.MYTHIC, mage.cards.s.SerraAvatar.class));
cards.add(new SetCardInfo("Vampire Nocturnus", 3, Rarity.MYTHIC, mage.cards.v.VampireNocturnus.class));
cards.add(new SetCardInfo("Frost Titan", 1, Rarity.MYTHIC, mage.cards.f.FrostTitan.class));
cards.add(new SetCardInfo("Grave Titan", 2, Rarity.MYTHIC, mage.cards.g.GraveTitan.class));
cards.add(new SetCardInfo("Inferno Titan", 3, Rarity.MYTHIC, mage.cards.i.InfernoTitan.class));
}
}

View file

@ -5,7 +5,7 @@ import mage.constants.Rarity;
import mage.constants.SetType;
/**
* https://scryfall.com/sets/pdp13
* https://scryfall.com/sets/pdp12
*
* @author JayDi85
*/
@ -18,12 +18,12 @@ public final class DuelsOfThePlaneswalkers2013Promos extends ExpansionSet {
}
private DuelsOfThePlaneswalkers2013Promos() {
super("Duels of the Planeswalkers 2013 Promos", "PDP13", ExpansionSet.buildDate(2013, 1, 1), SetType.PROMOTIONAL);
super("Duels of the Planeswalkers 2013 Promos", "PDP13", ExpansionSet.buildDate(2012, 1, 1), SetType.PROMOTIONAL);
this.hasBoosters = false;
this.hasBasicLands = false;
cards.add(new SetCardInfo("Bonescythe Sliver", 1, Rarity.RARE, mage.cards.b.BonescytheSliver.class));
cards.add(new SetCardInfo("Ogre Battledriver", 2, Rarity.RARE, mage.cards.o.OgreBattledriver.class));
cards.add(new SetCardInfo("Scavenging Ooze", 3, Rarity.RARE, mage.cards.s.ScavengingOoze.class));
cards.add(new SetCardInfo("Primordial Hydra", 1, Rarity.MYTHIC, mage.cards.p.PrimordialHydra.class));
cards.add(new SetCardInfo("Serra Avatar", 2, Rarity.MYTHIC, mage.cards.s.SerraAvatar.class));
cards.add(new SetCardInfo("Vampire Nocturnus", 3, Rarity.MYTHIC, mage.cards.v.VampireNocturnus.class));
}
}

View file

@ -5,7 +5,7 @@ import mage.constants.Rarity;
import mage.constants.SetType;
/**
* https://scryfall.com/sets/pdp14
* https://scryfall.com/sets/pdp13
*
* @author JayDi85
*/
@ -18,11 +18,12 @@ public final class DuelsOfThePlaneswalkers2014Promos extends ExpansionSet {
}
private DuelsOfThePlaneswalkers2014Promos() {
super("Duels of the Planeswalkers 2014 Promos", "PDP14", ExpansionSet.buildDate(2014, 1, 1), SetType.PROMOTIONAL);
super("Duels of the Planeswalkers 2014 Promos", "PDP14", ExpansionSet.buildDate(2013, 1, 1), SetType.PROMOTIONAL);
this.hasBoosters = false;
this.hasBasicLands = false;
cards.add(new SetCardInfo("Soul of Ravnica", 1, Rarity.MYTHIC, mage.cards.s.SoulOfRavnica.class));
cards.add(new SetCardInfo("Soul of Zendikar", 2, Rarity.MYTHIC, mage.cards.s.SoulOfZendikar.class));
cards.add(new SetCardInfo("Bonescythe Sliver", 1, Rarity.RARE, mage.cards.b.BonescytheSliver.class));
cards.add(new SetCardInfo("Ogre Battledriver", 2, Rarity.RARE, mage.cards.o.OgreBattledriver.class));
cards.add(new SetCardInfo("Scavenging Ooze", 3, Rarity.RARE, mage.cards.s.ScavengingOoze.class));
}
}

View file

@ -0,0 +1,28 @@
package mage.sets;
import mage.cards.ExpansionSet;
import mage.constants.Rarity;
import mage.constants.SetType;
/**
* https://scryfall.com/sets/pdp14
*
* @author JayDi85
*/
public final class DuelsOfThePlaneswalkers2015Promos extends ExpansionSet {
private static final DuelsOfThePlaneswalkers2015Promos instance = new DuelsOfThePlaneswalkers2015Promos();
public static DuelsOfThePlaneswalkers2015Promos getInstance() {
return instance;
}
private DuelsOfThePlaneswalkers2015Promos() {
super("Duels of the Planeswalkers 2015 Promos", "PDP15", ExpansionSet.buildDate(2014, 1, 1), SetType.PROMOTIONAL);
this.hasBoosters = false;
this.hasBasicLands = false;
cards.add(new SetCardInfo("Soul of Ravnica", 1, Rarity.MYTHIC, mage.cards.s.SoulOfRavnica.class));
cards.add(new SetCardInfo("Soul of Zendikar", 2, Rarity.MYTHIC, mage.cards.s.SoulOfZendikar.class));
}
}