[DFT] added booster

This commit is contained in:
Oleg Agafonov 2025-02-06 18:51:03 +04:00
parent f2e3ce5c8a
commit c207f6c3ef

View file

@ -18,8 +18,8 @@ public final class Aetherdrift extends ExpansionSet {
private Aetherdrift() { private Aetherdrift() {
super("Aetherdrift", "DFT", ExpansionSet.buildDate(2025, 2, 14), SetType.EXPANSION); super("Aetherdrift", "DFT", ExpansionSet.buildDate(2025, 2, 14), SetType.EXPANSION);
this.blockName = "Aetherdrift"; // for sorting in GUI 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("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)); cards.add(new SetCardInfo("Adrenaline Jockey", 112, Rarity.UNCOMMON, mage.cards.a.AdrenalineJockey.class));