mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 21:42:07 -08: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…
Add table
Add a link
Reference in a new issue