forked from External/mage
Beginning of implementation of Planechase.
This commit is contained in:
parent
334cfbc9d0
commit
dabef80af2
3 changed files with 182 additions and 1 deletions
|
|
@ -38,12 +38,13 @@ public enum Planes {
|
|||
PLANE_EDGE_OF_MALACOL("EdgeOfMalacolPlane"),
|
||||
PLANE_FEEDING_GROUNDS("FeedingGroundsPlane"),
|
||||
PLANE_FIELDS_OF_SUMMER("FieldsOfSummerPlane"),
|
||||
PLANE_HEDRON_FIELDS_OF_AGADEEM("HedronFieldsOfAgadeemPlane"),
|
||||
PLANE_LETHE_LAKE("LetheLakePlane"),
|
||||
PLANE_NAYA("NayaPlane"),
|
||||
PLANE_THE_DARK_BARONY("TheDarkBaronyPlane"),
|
||||
PLANE_THE_EON_FOG("TheEonFogPlane"),
|
||||
PLANE_TURRI_ISLAND("TurriIslandPlane");
|
||||
|
||||
|
||||
private final String text;
|
||||
|
||||
Planes(String text) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue