mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 10:40:06 -08:00
[DFT] added booster
This commit is contained in:
parent
f2e3ce5c8a
commit
c207f6c3ef
1 changed files with 2 additions and 2 deletions
|
|
@ -18,8 +18,8 @@ public final class Aetherdrift extends ExpansionSet {
|
|||
private Aetherdrift() {
|
||||
super("Aetherdrift", "DFT", ExpansionSet.buildDate(2025, 2, 14), SetType.EXPANSION);
|
||||
this.blockName = "Aetherdrift"; // for sorting in GUI
|
||||
this.hasBasicLands = true;
|
||||
this.hasBoosters = false; // temporary
|
||||
|
||||
this.enablePlayBooster(Integer.MAX_VALUE);
|
||||
|
||||
cards.add(new SetCardInfo("Aatchik, Emerald Radian", 187, Rarity.RARE, mage.cards.a.AatchikEmeraldRadian.class));
|
||||
cards.add(new SetCardInfo("Adrenaline Jockey", 112, Rarity.UNCOMMON, mage.cards.a.AdrenalineJockey.class));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue