mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 05:22:02 -08:00
Implemented Glissa Sunseeker, Phyrexian Furnace, Flickering Ward, Cho-Manno's Blessing, Meng Huo Barbarian King, Sword of the Chosen, Pentarch Ward, Order of the Stars, Ancestral Mask, Jedit Ojanen of Efrava, Krosan Restorer, & Nature's Kiss. Added set Battle for Zendikar and spoiled Evolving Wilds.
This commit is contained in:
parent
d92b7bfc54
commit
5897f1595a
24 changed files with 1432 additions and 6 deletions
|
|
@ -48,7 +48,8 @@ public class GathererSets implements Iterable<DownloadJob> {
|
|||
"MMA", "MM2",
|
||||
"THS", "BNG", "JOU",
|
||||
"CNS", "VMA", "TPR",
|
||||
"KTK", "FRF", "DTK"};
|
||||
"KTK", "FRF", "DTK",
|
||||
"BFZ"};
|
||||
private static final HashMap<String, String> symbolsReplacements = new HashMap<>();
|
||||
|
||||
static {
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@ public class MagicCardsImageSource implements CardImageSource {
|
|||
|
||||
private static final Map<String, String> setNameTokenReplacement = new HashMap<String, String>() {
|
||||
{
|
||||
put("BFZ", "battle-for-zendikar");
|
||||
put("FVL", "from-the-vault-legends");
|
||||
put("FVD", "from-the-vault-dragons");
|
||||
put("FVE", "from-the-vault-exiled");
|
||||
|
|
|
|||
|
|
@ -92,6 +92,7 @@ public class WizardCardsImageSource implements CardImageSource {
|
|||
setsAliases.put("ATH", "Anthologies");
|
||||
setsAliases.put("ATQ", "Antiquities");
|
||||
setsAliases.put("AVR", "Avacyn Restored");
|
||||
setsAliases.put("BFZ", "Battle for Zendikar");
|
||||
setsAliases.put("BNG", "Born of the Gods");
|
||||
setsAliases.put("BOK", "Betrayers of Kamigawa");
|
||||
setsAliases.put("BRB", "Battle Royale Box Set");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue