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

@ -16,10 +16,10 @@ public class Onslaught extends ExpansionSet {
super("Onslaught", "ONS", "mage.sets.onslaught", new GregorianCalendar(2002, 10, 7).getTime(), SetType.EXPANSION);
this.blockName = "Onslaught";
this.hasBoosters = true;
this.numBoosterLands = 1;
this.numBoosterCommon = 10;
this.numBoosterLands = 0;
this.numBoosterCommon = 11;
this.numBoosterUncommon = 3;
this.numBoosterRare = 1;
this.ratioBoosterMythic = 0;
}
}
}