update formats and legality

master
ShawnieBoy 2017-04-24 17:02:52 +01:00
parent 423da27519
commit 1996af0092
6 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1 @@
AKH

View File

@ -9,6 +9,7 @@ _8ED
_9ED
_10E
AER
AKH
ALA
ALL
APC
@ -159,6 +160,7 @@ pMEI
!Rebirth
!Secret Summoning
!Secrets of Paradise
!Sensei's Divining Top
!Sentinel Dispatch
!Shahrazad
!Skullclamp

View File

@ -53,6 +53,7 @@ SOI
EMN
KLD
AER
AKH
# banned: prefix with !
!Ancient Den

View File

@ -1,3 +1,4 @@
AKH
AER
KLD
EMN

View File

@ -9,6 +9,7 @@ _8ED
_9ED
_10E
AER
AKH
ALA
ALL
APC
@ -145,6 +146,8 @@ pMEI
*Dig Through Time
*Fastbond
*Flash
*Gitaxian Probe
*Gush
*Imperial Seal
*Library of Alexandria
*Lion's Eye Diamond

View File

@ -44,12 +44,14 @@ public class MagicPredefinedFormat extends MagicFormat {
public static final MagicFormat BATTLE_FOR_ZENDIKAR_BLOCK = new MagicPredefinedFormat("Battle for Zendikar block", "battle_for_zendikar_block");
public static final MagicFormat SHADOWS_OVER_INNISTRAD_BLOCK = new MagicPredefinedFormat("Shadows over Innistrad block", "shadows_over_innistrad_block");
public static final MagicFormat KALADESH_BLOCK = new MagicPredefinedFormat("Kaladesh block", "kaladesh_block");
public static final MagicFormat AMONKHET_BLOCK = new MagicPredefinedFormat("Amonkhet block", "amonkhet_block");
private static final List<MagicFormat> values = Collections.unmodifiableList(Arrays.asList(
STANDARD,
MODERN,
LEGACY,
VINTAGE,
AMONKHET_BLOCK,
KALADESH_BLOCK,
SHADOWS_OVER_INNISTRAD_BLOCK,
BATTLE_FOR_ZENDIKAR_BLOCK,