mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
[DOM] Set max card number for booster.
This commit is contained in:
parent
b38c10bfc2
commit
cdd6094f59
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ public class Dominaria extends ExpansionSet {
|
|||
this.numBoosterRare = 1;
|
||||
this.ratioBoosterMythic = 8;
|
||||
this.needsLegends = true;
|
||||
this.maxCardNumberInBooster = 269;
|
||||
|
||||
cards.add(new SetCardInfo("Academy Drake", 40, Rarity.COMMON, mage.cards.a.AcademyDrake.class));
|
||||
cards.add(new SetCardInfo("Academy Journeymage", 41, Rarity.COMMON, mage.cards.a.AcademyJourneymage.class));
|
||||
|
|
Loading…
Reference in a new issue