mirror of
https://github.com/correl/mage.git
synced 2024-11-24 19:19:56 +00:00
[2X2] set maxCardNumberInBooster
This commit is contained in:
parent
fb31bd97bb
commit
f72313bd40
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ public final class DoubleMasters2022 extends ExpansionSet {
|
|||
this.numBoosterUncommon = 3;
|
||||
this.numBoosterRare = 2;
|
||||
this.ratioBoosterMythic = 8;
|
||||
this.maxCardNumberInBooster = 332;
|
||||
|
||||
cards.add(new SetCardInfo("Abbot of Keral Keep", 100, Rarity.RARE, mage.cards.a.AbbotOfKeralKeep.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Abbot of Keral Keep", 446, Rarity.RARE, mage.cards.a.AbbotOfKeralKeep.class, NON_FULL_USE_VARIOUS));
|
||||
|
|
Loading…
Reference in a new issue