Journey into Nyx changed temporary booster rarity distriution to make sealed playable (too less common cards available yet).

This commit is contained in:
LevelX2 2014-04-14 08:32:30 +02:00
parent b8f7c73e8c
commit 73f296bb14

View file

@ -51,9 +51,9 @@ public class JourneyIntoNyx extends ExpansionSet {
this.hasBasicLands = false;
this.hasBoosters = true;
this.numBoosterLands = 0;
this.numBoosterCommon = 11;
this.numBoosterUncommon = 3;
this.numBoosterRare = 1;
this.numBoosterCommon = 3;
this.numBoosterUncommon = 6;
this.numBoosterRare = 6;
this.ratioBoosterMythic = 8;
}