mirror of
https://github.com/correl/mage.git
synced 2024-11-16 19:19:30 +00:00
Removed Booster settings from Starter2000 set class, which has no boosters.
This commit is contained in:
parent
0770a2922e
commit
89cf4fe16b
1 changed files with 1 additions and 5 deletions
|
@ -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));
|
||||||
|
|
Loading…
Reference in a new issue