mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 03:22:00 -08:00
fixed Ixalan booster count
This commit is contained in:
parent
9384bf8df4
commit
fe23e227a6
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ public class Ixalan extends ExpansionSet {
|
|||
this.hasBoosters = true;
|
||||
this.hasBasicLands = true;
|
||||
this.numBoosterLands = 1;
|
||||
this.numBoosterCommon = 11;
|
||||
this.numBoosterCommon = 10;
|
||||
this.numBoosterUncommon = 3;
|
||||
this.numBoosterRare = 1;
|
||||
this.ratioBoosterMythic = 8;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue