mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 05:22:02 -08:00
Updated mtg-cards-data with 4 new BFZ cards and all DDP cards. Added DDP set and reprints. Implemented Retreat to Kazandu and Veteran Warleader for BFZ/DDP. Implemented Battle Squadron and Lithophage. Fixed Phage the Untouchable creature type.
This commit is contained in:
parent
17c45110a9
commit
1d86561dd3
86 changed files with 4341 additions and 89 deletions
|
|
@ -36,7 +36,7 @@ public class GathererSets implements Iterable<DownloadJob> {
|
|||
|
||||
private static final String[] withMythics = {"M10", "M11", "M12", "M13", "M14", "M15", "ORI",
|
||||
"DDF", "DDG", "DDH", "DDI", "DDJ", "DDK", "DDL", "DDM", "DDN",
|
||||
"DD3", "DD3B", "DDO",
|
||||
"DD3", "DD3B", "DDO", "DDP",
|
||||
"FVD", "FVE", "FVL", "FVR",
|
||||
"V12", "V13", "V14", "V15",
|
||||
"ALA", "CON", "ARB",
|
||||
|
|
|
|||
|
|
@ -103,6 +103,7 @@ public class MagicCardsImageSource implements CardImageSource {
|
|||
put("DDM", "duel-decks-jace-vs-vraska");
|
||||
put("DDN", "duel-decks-speed-vs-cunning");
|
||||
put("DDO", "duel-decks-elspeth-vs-kiora");
|
||||
put("DDP", "duel-decks-zendikar-vs-eldrazi");
|
||||
}
|
||||
private static final long serialVersionUID = 1L;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -123,6 +123,7 @@ public class WizardCardsImageSource implements CardImageSource {
|
|||
setsAliases.put("DDM", "Duel Decks: Jace vs. Vraska");
|
||||
setsAliases.put("DDN", "Duel Decks: Speed vs. Cunning");
|
||||
setsAliases.put("DDO", "Duel Decks: Elspeth vs. Kiora");
|
||||
setsAliases.put("DDP", "Duel Decks: Zendikar vs. Eldrazi");
|
||||
setsAliases.put("DGM", "Dragon's Maze");
|
||||
setsAliases.put("DIS", "Dissension");
|
||||
setsAliases.put("DKA", "Dark Ascension");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue