From 9d46caee9c804acf7f90109d964028127ed31276 Mon Sep 17 00:00:00 2001 From: Evan Kranzler Date: Fri, 25 Mar 2022 07:37:05 -0400 Subject: [PATCH] [CLB] added set --- .../dl/sources/ScryfallImageSupportCards.java | 1 + .../CommanderLegendsBattleForBaldursGate.java | 23 +++++++++++++++++++ Utils/known-sets.txt | 1 + Utils/mtg-sets-data.txt | 1 + 4 files changed, 26 insertions(+) create mode 100644 Mage.Sets/src/mage/sets/CommanderLegendsBattleForBaldursGate.java diff --git a/Mage.Client/src/main/java/org/mage/plugins/card/dl/sources/ScryfallImageSupportCards.java b/Mage.Client/src/main/java/org/mage/plugins/card/dl/sources/ScryfallImageSupportCards.java index 84590b0212e..d1914473fcc 100644 --- a/Mage.Client/src/main/java/org/mage/plugins/card/dl/sources/ScryfallImageSupportCards.java +++ b/Mage.Client/src/main/java/org/mage/plugins/card/dl/sources/ScryfallImageSupportCards.java @@ -509,6 +509,7 @@ public class ScryfallImageSupportCards { add("NEC"); // Neon Dynasty Commander add("SNC"); // Streets of New Capenna add("SLX"); // Universes Within + add("CLB"); // Commander Legends: Battle for Baldur's Gate } }; diff --git a/Mage.Sets/src/mage/sets/CommanderLegendsBattleForBaldursGate.java b/Mage.Sets/src/mage/sets/CommanderLegendsBattleForBaldursGate.java new file mode 100644 index 00000000000..621f1cf879b --- /dev/null +++ b/Mage.Sets/src/mage/sets/CommanderLegendsBattleForBaldursGate.java @@ -0,0 +1,23 @@ +package mage.sets; + +import mage.cards.ExpansionSet; +import mage.constants.SetType; + +/** + * @author TheElk801 + */ +public final class CommanderLegendsBattleForBaldursGate extends ExpansionSet { + + private static final CommanderLegendsBattleForBaldursGate instance = new CommanderLegendsBattleForBaldursGate(); + + public static CommanderLegendsBattleForBaldursGate getInstance() { + return instance; + } + + private CommanderLegendsBattleForBaldursGate() { + super("Commander Legends: Battle for Baldur's Gate", "CLB", ExpansionSet.buildDate(2022, 6, 10), SetType.SUPPLEMENTAL); + this.blockName = "Commander Legends"; + this.hasBasicLands = false; + this.hasBoosters = true; + } +} diff --git a/Utils/known-sets.txt b/Utils/known-sets.txt index 3c1f24584a1..a48e70f7ad3 100644 --- a/Utils/known-sets.txt +++ b/Utils/known-sets.txt @@ -33,6 +33,7 @@ Commander 2019|Commander2019Edition| Commander 2020|Commander2020Edition| Commander 2021|Commander2021Edition| Commander Legends|CommanderLegends| +Commander Legends: Battle for Baldur's Gate|CommanderLegendsBattleForBaldursGate| Commander Anthology|CommanderAnthology| Commander Anthology 2018|CommanderAnthology2018| Commander's Arsenal|CommandersArsenal| diff --git a/Utils/mtg-sets-data.txt b/Utils/mtg-sets-data.txt index 334f6795ae0..62c6b5bacd8 100644 --- a/Utils/mtg-sets-data.txt +++ b/Utils/mtg-sets-data.txt @@ -40,6 +40,7 @@ Commander 2019 Edition|C19| Commander 2020 Edition|C20| Commander 2021 Edition|C21| Commander Legends|CMR| +Commander Legends: Battle for Baldur's Gate|CLB| Champions of Kamigawa|CHK| Chronicles|CHR| Clash Pack|CLASH|