mirror of
https://github.com/correl/mage.git
synced 2025-01-12 19:25:44 +00:00
- Fixed more image url properties
This commit is contained in:
parent
9861f762b7
commit
78f327e822
2 changed files with 7 additions and 0 deletions
|
@ -20,6 +20,7 @@ public class MagicCardsImageSource implements CardImageSource {
|
||||||
put("AER", "aether-revolt");
|
put("AER", "aether-revolt");
|
||||||
put("ALA", "shards-of-alara");
|
put("ALA", "shards-of-alara");
|
||||||
put("APAC", "asia-pacific-land-program");
|
put("APAC", "asia-pacific-land-program");
|
||||||
|
put("APC", "player-rewards-2001");
|
||||||
put("ARB", "alara-reborn");
|
put("ARB", "alara-reborn");
|
||||||
put("ARC", "archenemy");
|
put("ARC", "archenemy");
|
||||||
put("ARENA", "arena-league");
|
put("ARENA", "arena-league");
|
||||||
|
@ -75,6 +76,7 @@ public class MagicCardsImageSource implements CardImageSource {
|
||||||
put("GRC", "wpngateway");
|
put("GRC", "wpngateway");
|
||||||
put("GTC", "gatecrash");
|
put("GTC", "gatecrash");
|
||||||
put("HOP", "planechase");
|
put("HOP", "planechase");
|
||||||
|
put("INV", "player-rewards-2001");
|
||||||
put("ISD", "innistrad");
|
put("ISD", "innistrad");
|
||||||
put("JOU", "journey-into-nyx");
|
put("JOU", "journey-into-nyx");
|
||||||
put("JR", "judge-gift-program");
|
put("JR", "judge-gift-program");
|
||||||
|
@ -96,11 +98,13 @@ public class MagicCardsImageSource implements CardImageSource {
|
||||||
put("MOR", "morningtide");
|
put("MOR", "morningtide");
|
||||||
put("MPRP", "magic-player-rewards");
|
put("MPRP", "magic-player-rewards");
|
||||||
put("NPH", "new-phyrexia");
|
put("NPH", "new-phyrexia");
|
||||||
|
put("ODY", "player-rewards-2002");
|
||||||
put("OGW", "oath-of-the-gatewatch");
|
put("OGW", "oath-of-the-gatewatch");
|
||||||
put("ORG", "oath-of-the-gatewatch");
|
put("ORG", "oath-of-the-gatewatch");
|
||||||
put("ORI", "magic-origins");
|
put("ORI", "magic-origins");
|
||||||
put("PC2", "planechase-2012-edition");
|
put("PC2", "planechase-2012-edition");
|
||||||
put("PO2", "portal-second-age");
|
put("PO2", "portal-second-age");
|
||||||
|
put("PLS", "player-rewards-2001");
|
||||||
put("POR", "portal");
|
put("POR", "portal");
|
||||||
put("PTC", "prerelease-events");
|
put("PTC", "prerelease-events");
|
||||||
put("PTK", "portal-three-kingdoms");
|
put("PTK", "portal-three-kingdoms");
|
||||||
|
|
|
@ -66,6 +66,9 @@ dde=pvc
|
||||||
v09=fve
|
v09=fve
|
||||||
v10=fvr
|
v10=fvr
|
||||||
v11=fvl
|
v11=fvl
|
||||||
|
drb=fvd
|
||||||
|
h09=pds
|
||||||
|
ugl=ug
|
||||||
dd3dvd=ddadvd
|
dd3dvd=ddadvd
|
||||||
dd3evg=ddaevg
|
dd3evg=ddaevg
|
||||||
dd3gvl=ddagvl
|
dd3gvl=ddagvl
|
||||||
|
|
Loading…
Reference in a new issue