[CLB] updated spoiler and reprints

This commit is contained in:
Evan Kranzler 2022-03-25 07:41:58 -04:00
parent 9d46caee9c
commit b312de69e5
2 changed files with 22 additions and 0 deletions

View file

@ -1,6 +1,7 @@
package mage.sets;
import mage.cards.ExpansionSet;
import mage.constants.Rarity;
import mage.constants.SetType;
/**
@ -19,5 +20,14 @@ public final class CommanderLegendsBattleForBaldursGate extends ExpansionSet {
this.blockName = "Commander Legends";
this.hasBasicLands = false;
this.hasBoosters = true;
cards.add(new SetCardInfo("Bountiful Promenade", 348, Rarity.RARE, mage.cards.b.BountifulPromenade.class));
cards.add(new SetCardInfo("Fireball", 175, Rarity.UNCOMMON, mage.cards.f.Fireball.class));
cards.add(new SetCardInfo("Lightning Bolt", 187, Rarity.COMMON, mage.cards.l.LightningBolt.class));
cards.add(new SetCardInfo("Luxury Suite", 355, Rarity.RARE, mage.cards.l.LuxurySuite.class));
cards.add(new SetCardInfo("Morphic Pool", 357, Rarity.RARE, mage.cards.m.MorphicPool.class));
cards.add(new SetCardInfo("Reflecting Pool", 358, Rarity.RARE, mage.cards.r.ReflectingPool.class));
cards.add(new SetCardInfo("Sea of Clouds", 360, Rarity.RARE, mage.cards.s.SeaOfClouds.class));
cards.add(new SetCardInfo("Spire Garden", 361, Rarity.RARE, mage.cards.s.SpireGarden.class));
}
}

View file

@ -43928,3 +43928,15 @@ Island|Streets of New Capenna|274|C||Basic Land - Island|||({T}: Add {U}.)|
Swamp|Streets of New Capenna|276|C||Basic Land - Swamp|||({T}: Add {B}.)|
Mountain|Streets of New Capenna|278|C||Basic Land - Mountain|||({T}: Add {R}.)|
Forest|Streets of New Capenna|280|C||Basic Land - Forest|||({T}: Add {G}.)|
Ancient Brass Dragon|Commander Legends: Battle for Baldur's Gate|111|M|{5}{B}{B}|Creature - Elder Dragon|7|6|Flying$Whenever Ancient Brass Dragon deals combat damage to a player, roll a d20. When you do, put any number of target creature cards with mana value X or less from graveyards onto the battlefield under your control, where X is the result.|
Elder Brain|Commander Legends: Battle for Baldur's Gate|125|R|{5}{B}{B}|Creature - Horror|6|6|Menace$Whenever Elder Brain attacks a player, exile all cards from that player's hand, then they draw that many cards. You may play lands and cast spells from among the exiled cards for as long as they remain exiled. If you cast a spell this way, you may spend mana as though it were mana of any color to cast it.|
Fireball|Commander Legends: Battle for Baldur's Gate|175|U|{X}{R}|Sorcery|||This spell costs {1} more to cast for each target beyond the first.$Fireball deals X damage divided evenly, rounded down, among any number of targets.|
Lightning Bolt|Commander Legends: Battle for Baldur's Gate|187|C|{R}|Instant|||Lightning Bolt deals 3 damage to any target.|
Wand of Wonder|Commander Legends: Battle for Baldur's Gate|204|R|{3}{R}|Artifact|||{4}, {T}: Roll a d20. Each opponent exiles cards from the top of their library until they exile an instant or sorcery card, then shuffles the rest into their library. You may cast up to X instant and/or sorcery spells from among cards exiled this way without paying their mana costs.$1-9 & X is one$10-19 & X is two.$20 & X is three.|
Minsc & Boo, Timeless Heroes|Commander Legends: Battle for Baldur's Gate|285|M|{2}{R}{G}|Legendary Planeswalker - Minsc|3|When Minsc & Boo, Timeless Heroes enters the battlefield and at the beginning of your upkeep, you may create Boo, a legendary 1/1 red Hamster creature token with trample and haste.$+1: Put three +1/+1 counters on up to one target creature with trample or haste.$2: Sacrifice a creature. When you do, Minsc & Boo, Timeless Heroes deals X damage to any target, where X is that creature's power. If the sacrificed creature was a Hamster, draw X cards.$Minsc & Boo, Timeless Heroes can be your commander.|
Bountiful Promenade|Commander Legends: Battle for Baldur's Gate|348|R||Land|||Bountiful Promenade enters the battlefield tapped unless you have two or more opponents.${T}: Add {G} or {W}.|
Luxury Suite|Commander Legends: Battle for Baldur's Gate|355|R||Land|||Luxury Suite enters the battlefield tapped unless you have two or more opponents.${T}: Add {B} or {R}.|
Morphic Pool|Commander Legends: Battle for Baldur's Gate|357|R||Land|||Morphic Pool enters the battlefield tapped unless you have two or more opponents.${T}: Add {U} or {B}.|
Reflecting Pool|Commander Legends: Battle for Baldur's Gate|358|R||Land|||{T}: Add one mana of any type that a land you control could produce.|
Sea of Clouds|Commander Legends: Battle for Baldur's Gate|360|R||Land|||Sea of Clouds enters the battlefield tapped unless you have two or more opponents.${T}: Add {W} or {U}.|
Spire Garden|Commander Legends: Battle for Baldur's Gate|361|R||Land|||Spire Garden enters the battlefield tapped unless you have two or more opponents.${T}: Add {R} or {G}.|