mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 21:12:04 -08:00
Fixed wrong card numbers, names and missing reprints in sets
This commit is contained in:
parent
c16fb75668
commit
b083dd48e6
20 changed files with 715 additions and 464 deletions
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue