mirror of
https://github.com/magefree/mage.git
synced 2026-01-24 12:19:59 -08:00
Cleanup sets.
This is an extensive renaming of sets to their correct names. "Duel Decks" and "Not Standard Legal" have been merged into a "Supplemental" set type. MTGO-only sets have been put into their own set type, just like magiccards.info. Supplemental sets now have a "block" which is the block that they have under magiccards.info, for easier organization. The deck builder on the client now relies on an autogenerated list instead of a hardcoded one.
This commit is contained in:
parent
880fab9014
commit
2f476b7c53
52 changed files with 306 additions and 667 deletions
|
|
@ -47,7 +47,8 @@ public class ModernMasters2015 extends ExpansionSet {
|
|||
}
|
||||
|
||||
private ModernMasters2015() {
|
||||
super("Modern Masters 2015", "MMB", "mage.sets.modernmasters2015", new GregorianCalendar(2015, 5, 22).getTime(), SetType.REPRINT);
|
||||
super("Modern Masters 2015", "MMB", "mage.sets.modernmasters2015", new GregorianCalendar(2015, 5, 22).getTime(), SetType.SUPPLEMENTAL);
|
||||
this.blockName = "Reprint";
|
||||
this.hasBasicLands = false;
|
||||
this.hasBoosters = true;
|
||||
this.numBoosterLands = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue