Fix some post-Alara small set boosters not having a basic land slot

This commit is contained in:
Alex W. Jackson 2021-08-30 07:25:12 -04:00
parent 2158d682cc
commit d0ddd8e7f0
5 changed files with 10 additions and 10 deletions

View file

@ -23,8 +23,8 @@ public final class AlaraReborn extends ExpansionSet {
this.parentSet = ShardsOfAlara.getInstance();
this.hasBasicLands = false;
this.hasBoosters = true;
this.numBoosterLands = 0;
this.numBoosterCommon = 11;
this.numBoosterLands = 1;
this.numBoosterCommon = 10;
this.numBoosterUncommon = 3;
this.numBoosterRare = 1;
this.ratioBoosterMythic = 8;

View file

@ -23,8 +23,8 @@ public final class BornOfTheGods extends ExpansionSet {
this.parentSet = Theros.getInstance();
this.hasBasicLands = false;
this.hasBoosters = true;
this.numBoosterLands = 0;
this.numBoosterCommon = 11;
this.numBoosterLands = 1;
this.numBoosterCommon = 10;
this.numBoosterUncommon = 3;
this.numBoosterRare = 1;
this.ratioBoosterMythic = 8;

View file

@ -23,8 +23,8 @@ public final class Conflux extends ExpansionSet {
this.parentSet = ShardsOfAlara.getInstance();
this.hasBasicLands = false;
this.hasBoosters = true;
this.numBoosterLands = 0;
this.numBoosterCommon = 11;
this.numBoosterLands = 1;
this.numBoosterCommon = 10;
this.numBoosterUncommon = 3;
this.numBoosterRare = 1;
this.ratioBoosterMythic = 8;

View file

@ -22,8 +22,8 @@ public final class RivalsOfIxalan extends ExpansionSet {
this.parentSet = Ixalan.getInstance();
this.hasBoosters = true;
this.hasBasicLands = true;
this.numBoosterLands = 0;
this.numBoosterCommon = 11;
this.numBoosterLands = 1;
this.numBoosterCommon = 10;
this.numBoosterUncommon = 3;
this.numBoosterRare = 1;
this.ratioBoosterMythic = 8;

View file

@ -23,8 +23,8 @@ public final class Worldwake extends ExpansionSet {
this.parentSet = Zendikar.getInstance();
this.hasBasicLands = false;
this.hasBoosters = true;
this.numBoosterLands = 0;
this.numBoosterCommon = 11;
this.numBoosterLands = 1;
this.numBoosterCommon = 10;
this.numBoosterUncommon = 3;
this.numBoosterRare = 1;
this.ratioBoosterMythic = 8;