* Cards: updated Arena New Player Experience sets by new cards and structure;

This commit is contained in:
Oleg Agafonov 2021-06-30 02:21:09 +04:00
parent 0fbe8fa4a5
commit 62dad3730f
4 changed files with 95 additions and 33 deletions

View file

@ -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);
/**