forked from External/mage
* Fixed missing lands from some sets in lands/decks generation;
This commit is contained in:
parent
63937351c1
commit
434044eb0f
47 changed files with 64 additions and 53 deletions
|
|
@ -15,6 +15,9 @@ public final class EighthEditionBox extends ExpansionSet {
|
|||
private EighthEditionBox() {
|
||||
super("EighthEditionBox", "8EB", ExpansionSet.buildDate(2003, 7, 28), SetType.CORE);
|
||||
this.hasBoosters = false;
|
||||
this.hasBasicLands = false;
|
||||
|
||||
// // http://www.magiclibrarities.net/540-rarities-eighth-edition-box-set-cards-english-cards-index.html
|
||||
cards.add(new SetCardInfo("Eager Cadet", 1, Rarity.COMMON, mage.cards.e.EagerCadet.class));
|
||||
cards.add(new SetCardInfo("Vengeance", 2, Rarity.UNCOMMON, mage.cards.v.Vengeance.class));
|
||||
cards.add(new SetCardInfo("Giant Octopus", 3, Rarity.COMMON, mage.cards.g.GiantOctopus.class));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue