mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 13:32:06 -08:00
* Cards: updated Arena New Player Experience sets by new cards and structure;
This commit is contained in:
parent
0fbe8fa4a5
commit
62dad3730f
4 changed files with 95 additions and 33 deletions
|
|
@ -39,7 +39,11 @@ public enum FrameStyle {
|
|||
/**
|
||||
* Unstable full art lands
|
||||
*/
|
||||
UST_FULL_ART_BASIC(BorderType.SPC, true);
|
||||
UST_FULL_ART_BASIC(BorderType.SPC, true),
|
||||
/**
|
||||
* Arena New Player Experience full art lands
|
||||
*/
|
||||
ANA_FULL_ART_BASIC(BorderType.M15, true);
|
||||
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue