mirror of
https://github.com/magefree/mage.git
synced 2025-12-30 07:22:03 -08:00
Added set Prerelease Events foralready implemented pre-release promos. Added latest Game Day and Launch promos.
This commit is contained in:
parent
ef79d70620
commit
db379f6ff5
82 changed files with 4126 additions and 1 deletions
|
|
@ -95,6 +95,7 @@ public class ConstructedFormats {
|
|||
"Judge Promo",
|
||||
"Launch Party",
|
||||
"Media Inserts",
|
||||
"Prerelease Events",
|
||||
"Unhinged",
|
||||
"World Magic Cup Qualifier",
|
||||
"WPN Gateway",
|
||||
|
|
@ -471,6 +472,9 @@ public class ConstructedFormats {
|
|||
if (format.equals("Media Inserts")) {
|
||||
return Arrays.asList("MBP");
|
||||
}
|
||||
if (format.equals("Prerelease Events")) {
|
||||
return Arrays.asList("PTC");
|
||||
}
|
||||
if (format.equals("World Magic Cup Qualifier")) {
|
||||
return Arrays.asList("WMCQ");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@ public class MagicCardsImageSource implements CardImageSource {
|
|||
|
||||
private static final Map<String, String> setNameTokenReplacement = new HashMap<String, String>() {
|
||||
{
|
||||
put("PTC", "prerelease-events");
|
||||
put("DTK", "dragons-of-tarkir");
|
||||
put("GRC","wpngateway");
|
||||
put("MBP","media-inserts");
|
||||
|
|
|
|||
|
|
@ -1,4 +1,17 @@
|
|||
#|Generate|TOK:PTC||Angel|
|
||||
#|Generate|TOK:PTC||Avatar|
|
||||
#|Generate|TOK:PTC||Beast|
|
||||
#|Generate|TOK:PTC||Dragon|
|
||||
#|Generate|TOK:PTC||Elemental|
|
||||
#|Generate|TOK:PTC||Harpy|
|
||||
#|Generate|TOK:PTC||Hippo|
|
||||
#|Generate|TOK:PTC||Soldier|
|
||||
#|Generate|TOK:PTC||Wolf|
|
||||
#|Generate|TOK:PTC||Wurm|
|
||||
|
||||
$|Generate|TOK:DTK|Djinn Monk|
|
||||
$|Generate|TOK:DTK|Goblin|
|
||||
$|Generate|TOK:DTK|Zombie|
|
||||
|
||||
#|Generate|TOK:GRC|Bird|
|
||||
#|Generate|TOK:GRC|Golem|
|
||||
|
|
|
|||
|
|
@ -67,4 +67,4 @@ dde=pvc
|
|||
# Remove setname as soon as the images can be downloaded
|
||||
ignore.urls=TOK,DTK
|
||||
# sets ordered by release time (newest goes first)
|
||||
token.lookup.order=DTK,FRF,KTK,M15,VMA,CNS,JOU,BNG,THS,DDL,M14,MMA,DGM,GTC,RTR,M13,AVR,DDI,DKA,ISD,M12,NPH,MBS,SOM,M11,ROE,DDE,WWK,ZEN,M10,GVL,ARB,DVD,CFX,JVC,ALA,EVE,SHM,EVG,MOR,LRW,10E,CLS,CHK,GRC
|
||||
token.lookup.order=PTC,DTK,FRF,KTK,M15,VMA,CNS,JOU,BNG,THS,DDL,M14,MMA,DGM,GTC,RTR,M13,AVR,DDI,DKA,ISD,M12,NPH,MBS,SOM,M11,ROE,DDE,WWK,ZEN,M10,GVL,ARB,DVD,CFX,JVC,ALA,EVE,SHM,EVG,MOR,LRW,10E,CLS,CHK,GRC
|
||||
Loading…
Add table
Add a link
Reference in a new issue