mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
New M15 Rendering for Unstable lands
This commit is contained in:
parent
de6eb6ece1
commit
a368c93845
4 changed files with 152 additions and 20 deletions
|
|
@ -15,7 +15,7 @@ public enum FrameStyle {
|
|||
*/
|
||||
M15_NORMAL(BorderType.M15, false),
|
||||
/**
|
||||
* Battle for Zendkiar full art basic lands
|
||||
* Battle for Zendikar full art basic lands
|
||||
*/
|
||||
BFZ_FULL_ART_BASIC(BorderType.M15, true),
|
||||
/**
|
||||
|
|
@ -23,7 +23,7 @@ public enum FrameStyle {
|
|||
*/
|
||||
KLD_INVENTION(BorderType.M15, false),
|
||||
/**
|
||||
* Zenkikar full art lands
|
||||
* Zendikar full art lands
|
||||
*/
|
||||
ZEN_FULL_ART_BASIC(BorderType.MOD, true),
|
||||
/**
|
||||
|
|
@ -37,8 +37,14 @@ public enum FrameStyle {
|
|||
/**
|
||||
* Unglued full art lands
|
||||
*/
|
||||
UGL_FULL_ART_BASIC(BorderType.SPC, true);
|
||||
UGL_FULL_ART_BASIC(BorderType.SPC, true),
|
||||
/**
|
||||
* Unstable full art lands
|
||||
*/
|
||||
UST_FULL_ART_BASIC(BorderType.SPC, true);
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* General type of card
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue