[BRO] Remove land, 10 common packs (#9967)

[BRO] Removed lands from boosters, see #9967 for details
This commit is contained in:
chesse20 2023-02-25 03:35:43 -08:00 committed by GitHub
parent e8ffe90d41
commit f7ed0bccd9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;