Added Invasion and Planechase sets.

Added Tempest lands.
Fixed Booster contents for Sets without lands.
This commit is contained in:
North 2011-08-21 19:33:10 +03:00
parent 85430928d8
commit 2f4bfdae29
84 changed files with 3764 additions and 66 deletions

View file

@ -15,11 +15,11 @@ public class Eventide extends ExpansionSet {
private Eventide() {
super("Eventide", "EVE", "", "mage.sets.eventide", new GregorianCalendar(2008, 6, 25).getTime(), Constants.SetType.EXPANSION);
this.blockName = "Shadowmoor";
this.hasBoosters = true;
this.numBoosterLands = 1;
this.numBoosterCommon = 10;
this.numBoosterUncommon = 3;
this.numBoosterRare = 1;
this.ratioBoosterMythic = 0;
this.hasBoosters = true;
this.numBoosterLands = 0;
this.numBoosterCommon = 11;
this.numBoosterUncommon = 3;
this.numBoosterRare = 1;
this.ratioBoosterMythic = 0;
}
}