Remove basic lands from boosters that are not supposed to have them. Implement the timeshifted slot of Time Spiral boosters.

TODO: Planar Chaos with its "planeshifted" card slots
This commit is contained in:
LoneFox 2015-07-20 21:06:51 +03:00
parent 764541d8ca
commit 2c3790b70e
27 changed files with 73 additions and 60 deletions

View file

@ -20,8 +20,8 @@ public class LimitedEditionAlpha extends ExpansionSet {
private LimitedEditionAlpha() {
super("Limited Edition Alpha", "LEA", "mage.sets.limitedalpha", new GregorianCalendar(1993, 7, 1).getTime(), SetType.CORE);
this.hasBoosters = true;
this.numBoosterLands = 1;
this.numBoosterCommon = 10;
this.numBoosterLands = 0;
this.numBoosterCommon = 11;
this.numBoosterUncommon = 3;
this.numBoosterRare = 1;
this.ratioBoosterMythic = 0;