mirror of
https://github.com/magefree/mage.git
synced 2025-12-27 22:12:03 -08:00
Changed logic of adding basic lands in deck generation and the add land function in limited deck editor to use lands from the sets of the cards in the decks. Added missing attributes to set definitions.
This commit is contained in:
parent
a0d0fc8b7e
commit
5f3a8eb360
48 changed files with 190 additions and 52 deletions
|
|
@ -46,6 +46,8 @@ public class Prophecy extends ExpansionSet {
|
|||
private Prophecy() {
|
||||
super("Prophecy", "PCY", "", "mage.sets.prophecy", new GregorianCalendar(2000, 4, 27).getTime(), Constants.SetType.EXPANSION);
|
||||
this.blockName = "Masques";
|
||||
this.parentSet = MercadianMasques.getInstance();
|
||||
this.hasBasicLands = false;
|
||||
this.hasBoosters = true;
|
||||
this.numBoosterLands = 0;
|
||||
this.numBoosterCommon = 11;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue