mirror of
https://github.com/correl/mage.git
synced 2024-11-29 03:00:12 +00:00
[BRO] Remove land, 10 common packs (#9967)
[BRO] Removed lands from boosters, see #9967 for details
This commit is contained in:
parent
e8ffe90d41
commit
f7ed0bccd9
1 changed files with 2 additions and 2 deletions
|
@ -26,8 +26,8 @@ public final class TheBrothersWar extends ExpansionSet {
|
||||||
super("The Brothers' War", "BRO", ExpansionSet.buildDate(2022, 11, 18), SetType.EXPANSION);
|
super("The Brothers' War", "BRO", ExpansionSet.buildDate(2022, 11, 18), SetType.EXPANSION);
|
||||||
this.blockName = "The Brothers' War";
|
this.blockName = "The Brothers' War";
|
||||||
this.hasBoosters = true;
|
this.hasBoosters = true;
|
||||||
this.numBoosterLands = 1;
|
this.numBoosterLands = 0;
|
||||||
this.numBoosterCommon = 9;
|
this.numBoosterCommon = 10; // TODO: someone can make it so 1/4 of the time a common is replaced by a basic land in the future if they want to
|
||||||
this.numBoosterUncommon = 3;
|
this.numBoosterUncommon = 3;
|
||||||
this.numBoosterRare = 1;
|
this.numBoosterRare = 1;
|
||||||
this.numBoosterSpecial = 1;
|
this.numBoosterSpecial = 1;
|
||||||
|
|
Loading…
Reference in a new issue