mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
Journey into Nyx changed temporary booster rarity distriution to make sealed playable (too less common cards available yet).
This commit is contained in:
parent
b8f7c73e8c
commit
73f296bb14
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue