From 73f296bb14d906c6f9fe0bf6f1d88b17f2dc097b Mon Sep 17 00:00:00 2001 From: LevelX2 Date: Mon, 14 Apr 2014 08:32:30 +0200 Subject: [PATCH] Journey into Nyx changed temporary booster rarity distriution to make sealed playable (too less common cards available yet). --- Mage.Sets/src/mage/sets/JourneyIntoNyx.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Mage.Sets/src/mage/sets/JourneyIntoNyx.java b/Mage.Sets/src/mage/sets/JourneyIntoNyx.java index c5252356ea3..3568fe1a984 100644 --- a/Mage.Sets/src/mage/sets/JourneyIntoNyx.java +++ b/Mage.Sets/src/mage/sets/JourneyIntoNyx.java @@ -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; }