Removed Booster settings from Starter2000 set class, which has no boosters.

This commit is contained in:
Thomas Hess 2020-03-09 11:49:19 +01:00
parent 0770a2922e
commit 89cf4fe16b
No known key found for this signature in database
GPG key ID: 98602F47D161B13C

View file

@ -22,11 +22,7 @@ public final class Starter2000 extends ExpansionSet {
this.blockName = "Beginner"; this.blockName = "Beginner";
this.hasBasicLands = true; this.hasBasicLands = true;
this.hasBoosters = false; this.hasBoosters = false;
this.numBoosterLands = 1;
this.numBoosterCommon = 10;
this.numBoosterUncommon = 3;
this.numBoosterRare = 1;
this.ratioBoosterMythic = 0;
cards.add(new SetCardInfo("Angelic Blessing", 1, Rarity.COMMON, mage.cards.a.AngelicBlessing.class)); cards.add(new SetCardInfo("Angelic Blessing", 1, Rarity.COMMON, mage.cards.a.AngelicBlessing.class));
cards.add(new SetCardInfo("Armored Pegasus", 2, Rarity.COMMON, mage.cards.a.ArmoredPegasus.class)); cards.add(new SetCardInfo("Armored Pegasus", 2, Rarity.COMMON, mage.cards.a.ArmoredPegasus.class));
cards.add(new SetCardInfo("Bog Imp", 22, Rarity.COMMON, mage.cards.b.BogImp.class)); cards.add(new SetCardInfo("Bog Imp", 22, Rarity.COMMON, mage.cards.b.BogImp.class));