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 3b8c5254e5a..3f68b310cc6 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 @@ -556,6 +556,7 @@ public class ScryfallImageSupportCards { add("M3C"); // Modern Horizons 3 Commander add("ACR"); // Assassin's Creed add("BLB"); // Bloomburrow + add("BLC"); // Bloomburrow Commander add("DSK"); // Duskmourn: House of Horror add("FDN"); // Foundations diff --git a/Mage.Sets/src/mage/sets/BloomburrowCommander.java b/Mage.Sets/src/mage/sets/BloomburrowCommander.java new file mode 100644 index 00000000000..5717273cd4a --- /dev/null +++ b/Mage.Sets/src/mage/sets/BloomburrowCommander.java @@ -0,0 +1,25 @@ +package mage.sets; + +import mage.cards.ExpansionSet; +import mage.constants.Rarity; +import mage.constants.SetType; + +/** + * @author TheElk801 + */ +public final class BloomburrowCommander extends ExpansionSet { + + private static final BloomburrowCommander instance = new BloomburrowCommander(); + + public static BloomburrowCommander getInstance() { + return instance; + } + + private BloomburrowCommander() { + super("Bloomburrow Commander", "BLC", ExpansionSet.buildDate(2024, 8, 2), SetType.SUPPLEMENTAL); + this.hasBasicLands = false; + + cards.add(new SetCardInfo("Chatterfang, Squirrel General", 82, Rarity.MYTHIC, mage.cards.c.ChatterfangSquirrelGeneral.class)); + cards.add(new SetCardInfo("Jace, the Mind Sculptor", 75, Rarity.MYTHIC, mage.cards.j.JaceTheMindSculptor.class)); + } +} diff --git a/Utils/known-sets.txt b/Utils/known-sets.txt index 921126a7367..1caed9815ef 100644 --- a/Utils/known-sets.txt +++ b/Utils/known-sets.txt @@ -20,6 +20,7 @@ Battlebond|Battlebond| Battle for Zendikar|BattleForZendikar| Betrayers of Kamigawa|BetrayersOfKamigawa| Bloomburrow|Bloomburrow| +Bloomburrow Commander|BloomburrowCommander| Born of the Gods|BornOfTheGods| Champions of Kamigawa|ChampionsOfKamigawa| Champs|Champs| diff --git a/Utils/mtg-cards-data.txt b/Utils/mtg-cards-data.txt index 83ee8c1edd6..fe69ce69181 100644 --- a/Utils/mtg-cards-data.txt +++ b/Utils/mtg-cards-data.txt @@ -53808,3 +53808,10 @@ Anthem of Champions|Foundations|116|R|{G}{W}|Enchantment|||Creatures you control Day of Judgment|Foundations|140|R|{2}{W}{W}|Sorcery|||Destroy all creatures.| Omniscience|Foundations|161|M|{7}{U}{U}{U}|Enchantment|||You may cast spells from your hand without paying their mana costs.| Llanowar Elves|Foundations|227|C|{G}|Creature - Elf Druid|1|1|{T}: Add {G}.| +Bello, Bard of the Brambles|Bloomburrow Commander|1|M|{1}{R}{G}|Legendary Creature - Raccoon Bard|3|3|During your turn, each non-Equipment artifact and non-Aura enchantment you control with mana value 4 or greater is a 4/4 Elemental creature in addition to its other types and has indestructible, haste, and "Whenever this creature deals combat damage to a player, draw a card."| +Hazel of the Rootbloom|Bloomburrow Commander|2|M|{2}{B}{G}|Legendary Creature - Squirrel Druid|3|5|{T}, Pay 2 life, Tap X untapped tokens you control: Add X mana in any combination of colors.$At the beginning of your end step, create a token that's a copy of target token you control. If that token is a Squirrel, instead create two tokens that are copies of it.| +Ms. Bumbleflower|Bloomburrow Commander|3|M|{1}{G}{W}{U}|Legendary Creature - Rabbit Citizen|1|5|Vigilance$Whenever you cast a spell, target opponent draws a card. Put a +1/+1 counter on target creature. It gains flying until end of turn. If this is the second time this ability has resolved this turn, you draw two cards.| +Zinnia, Valley's Voice|Bloomburrow Commander|4|M|{U}{R}{W}|Legendary Creature - Bird Bard|1|3|Flying$Zinnia, Valley's Voice gets +X/+0, where X is the number of other creatures you control with base power 1.$Creature spells you cast have offspring {2}.| +Jace, the Mind Sculptor|Bloomburrow Commander|75|M|{2}{U}{U}|Legendary Planeswalker - Jace|3|+2: Look at the top card of target player's library. You may put that card on the bottom of that player's library.$0: Draw three cards, then put two cards from your hand on top of your library in any order.$-1: Return target creature to its owner's hand.$-12: Exile all cards from target player's library, then that player shuffles their hand into their library.| +Chatterfang, Squirrel General|Bloomburrow Commander|82|M|{2}{G}|Legendary Creature - Squirrel Warrior|3|3|Forestwalk$If one or more tokens would be created under your control, those tokens plus that many 1/1 green Squirrel creature tokens are created instead.${B}, Sacrifice X Squirrels: Target creature gets +X/-X until end of turn.| +Flubs, the Fool|Bloomburrow Commander|356|M|{G}{U}{R}|Legendary Creature - Frog Scout|0|5|You may play an additional land on each of your turns.$Whenever you play a land or cast a spell, draw a card if you have no cards in hand. Otherwise, discard a card.| diff --git a/Utils/mtg-sets-data.txt b/Utils/mtg-sets-data.txt index 9c88c0e0383..c306d2995af 100644 --- a/Utils/mtg-sets-data.txt +++ b/Utils/mtg-sets-data.txt @@ -34,6 +34,7 @@ Betrayers of Kamigawa|BOK| Battle Royale Box Set|BRB| Beatdown Box Set|BTD| Bloomburrow|BLB| +Bloomburrow Commander|BLC| Commander 2013 Edition|C13| Commander 2014 Edition|C14| Commander 2015 Edition|C15|