Fixed wrong card numbers, names and missing reprints in sets

This commit is contained in:
Oleg Agafonov 2020-08-20 11:15:15 +04:00
parent c16fb75668
commit b083dd48e6
20 changed files with 715 additions and 464 deletions

View file

@ -6,7 +6,6 @@
package mage.cards;
/**
*
* @author StravantUser
*/
public enum FrameStyle {
@ -30,6 +29,10 @@ public enum FrameStyle {
* Magic Player Rewards full art cards
*/
MPRP_FULL_ART_BASIC(BorderType.MOD, true),
/**
* Magic Player Online Promos full art cards
*/
MPOP_FULL_ART_BASIC(BorderType.MOD, true),
/**
* Unhinged full art lands
*/
@ -37,14 +40,13 @@ 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
*/