mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 05:09:16 -08:00
[JOU] set back booster rarity distribution to default.
This commit is contained in:
parent
9a9de3693e
commit
4c274d7fb8
2 changed files with 4 additions and 4 deletions
|
|
@ -51,9 +51,9 @@ public class JourneyIntoNyx extends ExpansionSet {
|
|||
this.hasBasicLands = false;
|
||||
this.hasBoosters = true;
|
||||
this.numBoosterLands = 0;
|
||||
this.numBoosterCommon = 3;
|
||||
this.numBoosterUncommon = 6;
|
||||
this.numBoosterRare = 6;
|
||||
this.numBoosterCommon = 11;
|
||||
this.numBoosterUncommon = 3;
|
||||
this.numBoosterRare = 1;
|
||||
this.ratioBoosterMythic = 8;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue