mirror of
https://github.com/correl/mage.git
synced 2025-01-12 19:25:44 +00:00
[CLB] updated spoiler
This commit is contained in:
parent
40f2a1031a
commit
d4bb6d2092
4 changed files with 36 additions and 29 deletions
|
@ -49,11 +49,11 @@ class ContrabandLivestockEffect extends RollDieWithResultTableEffect {
|
|||
ContrabandLivestockEffect() {
|
||||
super(20, "exile target creature, then roll a d20");
|
||||
this.addTableEntry(1, 9, new CreateTokenTargetEffect(new OxGreenToken())
|
||||
.setText("that creature's controller creates a 4/4 green Ox creature token"));
|
||||
.setText("its controller creates a 4/4 green Ox creature token"));
|
||||
this.addTableEntry(10, 19, new CreateTokenTargetEffect(new Boar2Token())
|
||||
.setText("that creature's controller creates a 2/2 green Boar creature token"));
|
||||
.setText("its controller creates a 2/2 green Boar creature token"));
|
||||
this.addTableEntry(20, 20, new CreateTokenTargetEffect(new GoatToken())
|
||||
.setText("that creature's controller creates a 0/1 white Goat creature token"));
|
||||
.setText("its controller creates a 0/1 white Goat creature token"));
|
||||
}
|
||||
|
||||
private ContrabandLivestockEffect(final ContrabandLivestockEffect effect) {
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
package mage.cards.o;
|
||||
|
||||
import mage.MageInt;
|
||||
import mage.MageObject;
|
||||
import mage.abilities.Ability;
|
||||
import mage.abilities.common.BeginningOfEndStepTriggeredAbility;
|
||||
import mage.abilities.condition.Condition;
|
||||
import mage.abilities.condition.common.FormidableCondition;
|
||||
import mage.abilities.dynamicvalue.DynamicValue;
|
||||
import mage.abilities.effects.Effect;
|
||||
import mage.abilities.effects.common.DrawCardSourceControllerEffect;
|
||||
|
@ -39,7 +40,7 @@ public final class OwlbearShepherd extends CardImpl {
|
|||
// At the beginning of your end step, if creatures you control have total power and toughness 8 or greater, draw a card.
|
||||
this.addAbility(new BeginningOfEndStepTriggeredAbility(
|
||||
new DrawCardSourceControllerEffect(1),
|
||||
TargetController.YOU, OwlbearShepherdCondition.instance, false
|
||||
TargetController.YOU, FormidableCondition.instance, false
|
||||
).addHint(hint));
|
||||
}
|
||||
|
||||
|
@ -53,20 +54,6 @@ public final class OwlbearShepherd extends CardImpl {
|
|||
}
|
||||
}
|
||||
|
||||
enum OwlbearShepherdCondition implements Condition {
|
||||
instance;
|
||||
|
||||
@Override
|
||||
public boolean apply(Game game, Ability source) {
|
||||
return OwlbearShepherdValue.instance.calculate(game, source, null) >= 8;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "creatures you control have total power and toughness 8 or greater";
|
||||
}
|
||||
}
|
||||
|
||||
enum OwlbearShepherdValue implements DynamicValue {
|
||||
instance;
|
||||
|
||||
|
@ -78,7 +65,8 @@ enum OwlbearShepherdValue implements DynamicValue {
|
|||
StaticFilters.FILTER_CONTROLLED_CREATURE,
|
||||
sourceAbility.getControllerId(), sourceAbility, game
|
||||
).stream()
|
||||
.mapToInt(permanent -> permanent.getPower().getValue() + permanent.getToughness().getValue())
|
||||
.map(MageObject::getPower)
|
||||
.mapToInt(MageInt::getValue)
|
||||
.sum();
|
||||
}
|
||||
|
||||
|
|
|
@ -135,8 +135,8 @@ public final class CommanderLegendsBattleForBaldursGate extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Firbolg Flutist", 174, Rarity.RARE, mage.cards.f.FirbolgFlutist.class));
|
||||
cards.add(new SetCardInfo("Fire Diamond", 313, Rarity.COMMON, mage.cards.f.FireDiamond.class));
|
||||
cards.add(new SetCardInfo("Fireball", 175, Rarity.UNCOMMON, mage.cards.f.Fireball.class));
|
||||
cards.add(new SetCardInfo("Flaming Fist", 18, Rarity.COMMON, mage.cards.f.FlamingFist.class));
|
||||
cards.add(new SetCardInfo("Flaming Fist Officer", 19, Rarity.COMMON, mage.cards.f.FlamingFistOfficer.class));
|
||||
cards.add(new SetCardInfo("Flaming Fist", 18, Rarity.COMMON, mage.cards.f.FlamingFist.class));
|
||||
cards.add(new SetCardInfo("Font of Magic", 71, Rarity.MYTHIC, mage.cards.f.FontOfMagic.class));
|
||||
cards.add(new SetCardInfo("Forest", 467, Rarity.LAND, mage.cards.basiclands.Forest.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Ganax, Astral Hunter", 176, Rarity.UNCOMMON, mage.cards.g.GanaxAstralHunter.class));
|
||||
|
|
|
@ -44195,7 +44195,7 @@ Battle Angels of Tyr|Commander Legends: Battle for Baldur's Gate|9|M|{2}{W}{W}|C
|
|||
Beckoning Will-o'-Wisp|Commander Legends: Battle for Baldur's Gate|10|U|{2}{W}|Creature - Spirit|1|3|Flying$Lure the Unwary — At the beginning of combat on your turn, choose an opponent.$Creatures attacking the last chosen player get +1/+0.|
|
||||
Blessed Hippogriff|Commander Legends: Battle for Baldur's Gate|11|C|{3}{W}|Creature - Hippogriff|2|3|Flying$Whenever Blessed Hippogriff attacks, target attacking creature without flying gains flying until end of turn.|
|
||||
Tyr's Blessing|Commander Legends: Battle for Baldur's Gate|11|C|{W}|Instant - Adventure|2|3|Target creature gains indestructible until end of turn.|
|
||||
Contraband Livestock|Commander Legends: Battle for Baldur's Gate|12|U|{1}{W}|Instant|||Exile target creature, then roll a d20.$1-9 & That creature's controller creates a 4/4 green Ox creature token.$10-19 & That creature's controller creates a 2/2 green Boar creature token.$20 & That creature's controller creates a 0/1 white Goat creature token.|
|
||||
Contraband Livestock|Commander Legends: Battle for Baldur's Gate|12|U|{1}{W}|Instant|||Exile target creature, then roll a d20.$1-9 & Its controller creates a 4/4 green Ox creature token.$10-19 & Its controller creates a 2/2 green Boar creature token.$20 & Its controller creates a 0/1 white Goat creature token.|
|
||||
Crystal Dragon|Commander Legends: Battle for Baldur's Gate|13|U|{4}{W}{W}|Creature - Dragon|4|4|Flying, vigilance|
|
||||
Rob the Hoard|Commander Legends: Battle for Baldur's Gate|13|U|{1}{W}|Sorcery - Adventure|4|4|Return target artifact, enchantment, or legendary card from your graveyard to your hand.|
|
||||
Cut a Deal|Commander Legends: Battle for Baldur's Gate|14|U|{2}{W}|Sorcery|||Each opponent draws a card, then you draw a card for each opponent who drew a card this way.|
|
||||
|
@ -44235,7 +44235,7 @@ Steadfast Unicorn|Commander Legends: Battle for Baldur's Gate|44|C|{W}|Creature
|
|||
Stoneskin|Commander Legends: Battle for Baldur's Gate|45|U|{2}{W}|Enchantment - Aura|||Flash$Enchant creature$Enchanted creature gets +0/+10.|
|
||||
Tabaxi Toucaneers|Commander Legends: Battle for Baldur's Gate|46|C|{4}{W}|Creature - Cat Ranger|3|2|Flying$Myriad|
|
||||
Undercellar Sweep|Commander Legends: Battle for Baldur's Gate|47|U|{4}{W}|Enchantment|||When Undercellar Sweep enters the battlefield, you take the initiative.$Whenever you attack, if you or a player you're attacking has the initiative, you create two 1/1 white Soldier creature token that are tapped and attacking.|
|
||||
Veteran Soldier|Commander Legends: Battle for Baldur's Gate|48|U|{1}{W}|Legendary Enchantment - Background|||Commander creatures you own have "Whenever this creature attacks a player, if no opponent has more life than that that player, for each opponent, create a 1/1 white Soldier creature token that's tapped and attacking that player."|
|
||||
Veteran Soldier|Commander Legends: Battle for Baldur's Gate|48|U|{1}{W}|Legendary Enchantment - Background|||Commander creatures you own have "Whenever this creature attacks a player, if no opponent has more life than that player, for each opponent, create a 1/1 white Soldier creature token that's tapped and attacking that player."|
|
||||
White Plume Adventurer|Commander Legends: Battle for Baldur's Gate|49|R|{2}{W}|Creature - Orc Cleric|3|3|When White Plume Adventurer enters battlefield, you take the initiative.$At the beginning of each opponent's upkeep, untap a creature you control. If you've completed a dungeon, untap all creatures you control instead.|
|
||||
Windshaper Planetar|Commander Legends: Battle for Baldur's Gate|50|R|{4}{W}|Creature - Angel|4|4|Flash$Flying$When Windshaper Planetar enters the battlefield during the declare attackers step, you may reselect which player or planeswalker each attacking creature is attacking.|
|
||||
Wyrm's Crossing Patrol|Commander Legends: Battle for Baldur's Gate|51|C|{W}|Creature - Human Soldier|1|1|Myriad|
|
||||
|
@ -44416,7 +44416,7 @@ Bathe in Gold|Commander Legends: Battle for Baldur's Gate|210|C|{1}{R}|Instant -
|
|||
You've Been Caught Stealing|Commander Legends: Battle for Baldur's Gate|211|C|{1}{R}|Sorcery|||Choose one —$• Threaten the Merchant — Each creature blocks this turn if able.$• Bribe the Guards — You create a Treasure token for each opponent who was dealt damage this turn.|
|
||||
Acolyte of Bahamut|Commander Legends: Battle for Baldur's Gate|212|U|{1}{G}|Legendary Enchantment - Background|||Commander creatures you own have "The first Dragon spell you cast each turn costs {2} less to cast."|
|
||||
Ambitious Dragonborn|Commander Legends: Battle for Baldur's Gate|213|C|{3}{G}|Creature - Dragon Barbarian|0|0|Ambitious Dragonborn enters the battlefield with X +1/+1 counters on it, where X is the greatest power among creatures you control and creature cards in your graveyard.|
|
||||
Ancient Bronze Dragon|Commander Legends: Battle for Baldur's Gate|214|M|{5}{G}{G}|Creature - Elder Dragon|7|7|Flying$When Ancient Bronze Dragon deals combat damage to a player, roll a d20. When you do, put X +1/+1 counters on each of up to two target creatures, where X is the result.|
|
||||
Ancient Bronze Dragon|Commander Legends: Battle for Baldur's Gate|214|M|{5}{G}{G}|Creature - Elder Dragon|7|7|Flying$Whenever Ancient Bronze Dragon deals combat damage to a player, roll a d20. When you do, put X +1/+1 counters on each of up to two target creatures, where X is the result.|
|
||||
Avenging Hunter|Commander Legends: Battle for Baldur's Gate|215|C|{4}{G}|Creature - Dragon Ranger|5|4|Trample$When Avenging Hunter enters the battlefield, you take the initiative.|
|
||||
Band Together|Commander Legends: Battle for Baldur's Gate|216|C|{2}{G}|Instant|||Up to two target creatures you control each deal damage equal to their power to another target creature.|
|
||||
Barroom Brawl|Commander Legends: Battle for Baldur's Gate|217|R|{1}{G}|Sorcery|||Target creature you control fights target creature the opponent to your left controls. Then that player may copy this spell and may choose new targets for the copy.|
|
||||
|
@ -44430,7 +44430,7 @@ Dig Deep|Commander Legends: Battle for Baldur's Gate|223|C|{1}{G}|Sorcery - Adve
|
|||
Draconic Muralists|Commander Legends: Battle for Baldur's Gate|224|U|{3}{G}|Creature - Dragon Bard|4|3|When Draconic Muralists dies, you may search your library for a Dragon card, reveal it, put it into your hand, then shuffle.|
|
||||
Dread Linnorm|Commander Legends: Battle for Baldur's Gate|225|C|{6}{G}|Creature - Snake Dragon|7|6|Dread Linnorm can't be blocked by creatures with power 3 or less.|
|
||||
Scale Deflection|Commander Legends: Battle for Baldur's Gate|225|C|{3}{G}|Instant - Adventure|7|6|Put two +1/+1 counters on target creature and untap it. It gains hexproof until end of turn.|
|
||||
Druid of the Emerald Grove|Commander Legends: Battle for Baldur's Gate|226|C|{3}{G}|Creature - Dwarf Druid|2|2|When Druid of the Emerald Grove enters the battlefield, search your library for up to two basic lands cards and reveal them, then roll a d20.$1-9 & Put those cards into your hand, then shuffle.$10-19 & Put one of those cards onto the battlefield tapped and the other into your hand, then shuffle.$20 & Put those cards onto the battlefield tapped.|
|
||||
Druid of the Emerald Grove|Commander Legends: Battle for Baldur's Gate|226|C|{3}{G}|Creature - Dwarf Druid|2|2|When Druid of the Emerald Grove enters the battlefield, search your library for up to two basic lands cards and reveal them, then roll a d20.$1-9 & Put those cards into your hand, then shuffle.$10-19 & Put one of those cards onto the battlefield tapped and the other into your hand, then shuffle.$20 & Put those cards onto the battlefield tapped, then shuffle.|
|
||||
Druidic Ritual|Commander Legends: Battle for Baldur's Gate|227|C|{2}{G}|Sorcery|||You may mill three cards. Then return up to one creature card and up to one land card from your graveyard to your hand.|
|
||||
Earthquake Dragon|Commander Legends: Battle for Baldur's Gate|228|R|{14}{G}|Creature - Elemental Dragon|10|10|This spell costs {X} less to cast, where X is the total mana value of Dragons you control.$Flying, trample${2}{G}, Sacrifice a land: Return Earthquake Dragon from your graveyard to your hand.|
|
||||
Emerald Dragon|Commander Legends: Battle for Baldur's Gate|229|U|{4}{G}{G}|Creature - Dragon|4|4|Flying, trample|
|
||||
|
@ -44454,7 +44454,7 @@ Myconid Spore Tender|Commander Legends: Battle for Baldur's Gate|243|C|{3}{G}|Cr
|
|||
Nature's Lore|Commander Legends: Battle for Baldur's Gate|244|C|{1}{G}|Sorcery|||Search your library for a Forest card, put that card onto the battlefield, then shuffle.|
|
||||
Overwhelming Encounter|Commander Legends: Battle for Baldur's Gate|245|U|{3}{G}{G}|Sorcery|||Creatures you control gain vigilance and trample until end of turn. Roll a d20.$1-9 & Creatures you control get +2/+2 until end of turn.$10-19 & Put two +1/+1 counters on each creature you control.$20 & Put four +1/+1 counters on each creature you control.|
|
||||
Owlbear Cub|Commander Legends: Battle for Baldur's Gate|246|R|{2}{G}|Creature - Bird Bear|3|3|Mama's Coming — Whenever Owlbear Cub attacks a player who controls eight or more lands, look at the top eight cards of your library. You may put a creature card from among them onto the battlefield tapped and attacking that player. Put the rest on the bottom of your library in random order.|
|
||||
Owlbear Shepherd|Commander Legends: Battle for Baldur's Gate|247|U|{2}{G}|Creature - Goblin Druid|1|4|At the beginning of your end step, if creatures you control have total power and toughness 8 or greater, draw a card.|
|
||||
Owlbear Shepherd|Commander Legends: Battle for Baldur's Gate|247|U|{2}{G}|Creature - Goblin Druid|1|4|At the beginning of your end step, if creatures you control have total power 8 or greater, draw a card.|
|
||||
Poison the Blade|Commander Legends: Battle for Baldur's Gate|248|C|{1}{G}|Instant|||Target creature gains deathtouch until end of turn.$Draw a card.|
|
||||
Predatory Impetus|Commander Legends: Battle for Baldur's Gate|249|C|{4}{G}|Enchantment - Aura|||Enchant creature$Enchanted creature gets +3/+3, must be blocked if able, and is goaded.|
|
||||
Raised by Giants|Commander Legends: Battle for Baldur's Gate|250|R|{5}{G}|Legendary Enchantment - Background|||Commander creatures you own have base power and toughness 10/10 and are Giants in addition to their other types.|
|
||||
|
@ -44464,7 +44464,7 @@ Sharpshooter Elf|Commander Legends: Battle for Baldur's Gate|253|U|{2}{G}|Creatu
|
|||
Silvanus's Invoker|Commander Legends: Battle for Baldur's Gate|254|C|{2}{G}|Creature - Dragon Druid|3|2|Conjure Elemental — {8}: Untap target land you control. It becomes an 8/8 Elemental creature with trample and haste until end of turn. It's still a land.|
|
||||
Skanos Dragonheart|Commander Legends: Battle for Baldur's Gate|255|U|{4}{G}|Legendary Creature - Dragon Ranger|4|4|Whenever Skanos Dragonheart attacks, it gets +X/+X until end of turn, where X is the greatest power among Dragon cards in your graveyard or other Dragons you control.$Choose a Background|
|
||||
Skullwinder|Commander Legends: Battle for Baldur's Gate|256|U|{2}{G}|Creature - Snake|1|3|Deathtouch$When Skullwinder enters the battlefield, return target card from your graveyard to your hand, then choose an opponent. That player returns a card from their graveyard to their hand.|
|
||||
Split the Spoils|Commander Legends: Battle for Baldur's Gate|257|U|{2}{G}|Sorcery|||Exile up to five target permanent cards from your graveyards and separate them into two piles. An opponent chooses one of those piles. Put that pile into your hand and the other into your graveyard.|
|
||||
Split the Spoils|Commander Legends: Battle for Baldur's Gate|257|U|{2}{G}|Sorcery|||Exile up to five target permanent cards from your graveyard and separate them into two piles. An opponent chooses one of those piles. Put that pile into your hand and the other into your graveyard.|
|
||||
Traverse the Outlands|Commander Legends: Battle for Baldur's Gate|258|R|{4}{G}|Sorcery|||Search your library for up to X basic land cards, where X is the greatest power among creatures you control. Put those cards onto the battlefield tapped, then shuffle.|
|
||||
Undercellar Myconid|Commander Legends: Battle for Baldur's Gate|259|C|{2}{G}|Creature - Fungus|1|2|Whenever Undercellar Myconid enters the battlefield or dies, create a 1/1 green Saproling creature token.${T}: Add one mana of any color.|
|
||||
Undermountain Adventurer|Commander Legends: Battle for Baldur's Gate|260|R|{3}{G}|Creature - Giant Warrior|3|4|Vigilance$When Undermountain Adventurer enters the battlefield, you take the initiative.${T}: Add {G}{G}. If you've completed a dungeon, add six {G} instead.|
|
||||
|
@ -44579,24 +44579,43 @@ Captain N'ghathrod|Commander Legends: Battle for Baldur's Gate|646|M|{3}{U}{B}|L
|
|||
Faldorn, Dread Wolf Herald|Commander Legends: Battle for Baldur's Gate|647|M|{1}{R}{G}|Legendary Creature - Human Druid|3|3|Whenever you cast a spell from exile or a land enters the battlefield under your control from exile, create a 2/2 green Wolf creature token.${1}, {T}, Discard a card: Exile the top card of your library. You may play it this turn.|
|
||||
Firkraag, Cunning Instigator|Commander Legends: Battle for Baldur's Gate|648|M|{3}{U}{R}|Legendary Creature - Dragon|3|3|Flying, haste$Whenever one or more Dragons you control attack an opponent, goad target creature that player controls.$Whenever a creature deals combat damage to one of your opponents, if that creature had to attack this combat, you put a +1/+1 counter on Firkraag, Cunning Instigator and you draw a card.|
|
||||
Nalia de'Arnise|Commander Legends: Battle for Baldur's Gate|649|M|{1}{W}{B}|Legendary Creature - Human Rogue|3|3|You may look at the top card of your library any time.$You may cast Cleric, Rogue, Warrior, and Wizard spells from the top of your library.$At the beginning of combat on your turn, if you have a full party, put a +1/+1 counter on each creature you control and those creatures gain deathtouch until end of turn.|
|
||||
Folk Hero|Commander Legends: Battle for Baldur's Gate|650|M|{1}{W}|Legendary Enchantment - Background|||Commander creatures you own have "Whenever you cast a spell that shares a creature type with this creature, draw a card. This ability triggers only once each turn."|
|
||||
Clan Crafter|Commander Legends: Battle for Baldur's Gate|651|M|{1}{U}|Legendary Enchantment - Background|||Commander creatures you own have "{2}, Sacrifice an artifact: Put a +1/+1 counter on this creature and draw a card."|
|
||||
Zellix, Sanity Flayer|Commander Legends: Battle for Baldur's Gate|652|M|{2}{U}|Legendary Creature - Horror|2|3|Hive Mind — Whenever a player mills one or more creature cards, you create a 1/1 black Horror creature token.${1}, {T}: Target player mills three cards.$Choose a Background|
|
||||
Burakos, Party Leader|Commander Legends: Battle for Baldur's Gate|653|M|{3}{B}|Legendary Creature - Orc|2|4|Burakos, Party Leader is also a Cleric, Rogue, Warrior, and Wizard.$Whenever Burakos, Party Leader attacks, defending player loses X life and you create X Treasure tokens, where X is the number of creatures in your party.$Choose a Background|
|
||||
Haunted One|Commander Legends: Battle for Baldur's Gate|654|M|{2}{B}|Legendary Enchantment - Background|||Commander creatures you own have "Whenever this creature becomes tapped, it and other creatures you control that share a creature type with it each get +2/+0 and gain undying until end of turn."|
|
||||
Baeloth Barrityl, Entertainer|Commander Legends: Battle for Baldur's Gate|655|M|{4}{R}|Legendary Creature - Elf Shaman|2|5|Creatures your opponents control with power less than Baeloth Barrityl, Entertainer's power are goaded.$Whenever a goaded attacking or blocking creature dies, you create a Treasure token.$Choose a Background|
|
||||
Baeloth Barrityl, Entertainer|Commander Legends: Battle for Baldur's Gate|655|M|{4}{R}|Legendary Creature - Elf Shaman|2|5|Creatures your opponents control with power less than Baeloth Barrityl's power are goaded.$Whenever a goaded attacking or blocking creature dies, you create a Treasure token.$Choose a Background|
|
||||
Passionate Archaeologist|Commander Legends: Battle for Baldur's Gate|656|M|{1}{R}|Legendary Enchantment - Background|||Commander creatures you own have "Whenever you cast a spell from exile, this creature deals damage equal to that spell's mana value to target opponent."|
|
||||
Durnan of the Yawning Portal|Commander Legends: Battle for Baldur's Gate|657|M|{3}{G}|Legendary Creature - Human Warrior|3|3|Whenever Durnan attacks, look at the top four cards of your library. You may exile a creature card from among them. Put the rest on the bottom of your library in any order. For as long as that card remains exiled, you may cast it. That spell has undaunted.$Choose a Background|
|
||||
Deep Gnome Terramancer|Commander Legends: Battle for Baldur's Gate|658|R|{1}{W}|Creature - Gnome Wizard|2|2|Flash$Mold Earth — Whenever one or more lands enter the battlefield under an opponent's control without being played, you may search your library for a Plains card, put it onto the battlefield tapped, then shuffle. Do this only once each turn.|
|
||||
Harper Recruiter|Commander Legends: Battle for Baldur's Gate|659|R|{2}{W}|Creature - Human Warrior|3|1|Flying$Whenever Harper Recruiter attacks, look at the top four cards of your library. You may reveal a Cleric card, a Rogue card, a Warrior card, and/or a Wizard card from among them and put those cards into your hand. Put the rest on the bottom of your library in a random order.|
|
||||
Seasoned Dungeoneer|Commander Legends: Battle for Baldur's Gate|660|R|{3}{W}|Creature - Human Warrior|3|4|When Seasoned Dungeoneer enters the battlefield, you take the initiative.$Whenever you attack, target attacking Cleric, Rogue, Warrior, or Wizard gains protection from creatures until end of turn. It explores.|
|
||||
Stick Together|Commander Legends: Battle for Baldur's Gate|661|R|{3}{W}{W}|Sorcery|||Each player choose a party from among creatures they control, then sacrifices the rest.|
|
||||
Aboleth Spawn|Commander Legends: Battle for Baldur's Gate|662|R|{2}{U}|Creature - Fish Horror|2|3|Flash$Ward {2}$Probing Telepathy — Whenever a creature entering the battlefield under an opponent's control causes a triggered ability of that creature to trigger, you may copy that ability. You may choose new targets for the copy.|
|
||||
Artificer Class|Commander Legends: Battle for Baldur's Gate|663|R|{1}{U}|Enchantment - Class|||(Gain the next level as a sorcery to add its ability.)$The first artifact spell you cast each turn costs {1} less to cast.${1}{U}: Level 2$When this class becomes level 2, reveal cards from the top of you library until you reveal an artifact card. Put that card into your hand and the rest on the bottom of your library in a random order.${5}{U}: Level 3$At the beginning of your end step, create a token that's a copy of target artifact you control.|
|
||||
Astral Dragon|Commander Legends: Battle for Baldur's Gate|664|R|{6}{U}{U}|Creature - Dragon|4|4|Flying$Project Image — When Astral Dragon enters the battlefield, create two tokens that are copies of target noncreature permanent, except they're 3/3 Dragon creatures in addition to their other types, and they have flying.|
|
||||
Endless Evil|Commander Legends: Battle for Baldur's Gate|665|R|{2}{U}|Enchantment - Aura|||Enchant creature you control$At the beginning of your upkeep, create a token that's a copy of enchanted creature, except the token is 1/1.$When enchanted creature dies, if that creature was a Horror, return Endless Evil to its owner's hand.|
|
||||
Grell Philosopher|Commander Legends: Battle for Baldur's Gate|666|R|{2}{U}|Creature - Horror Wizard|1|4|Aberrant Tinkering - When Grell Philosopher enters the battlefield and at the beginning of your upkeep, each Horror you control gains all activated abilities of target artifact an opponent controls until end of turn. You may spend blue mana as thought it were mana of any color to activate those abilities.|
|
||||
Grell Philosopher|Commander Legends: Battle for Baldur's Gate|666|R|{2}{U}|Creature - Horror Wizard|1|4|Aberrant Tinkering — When Grell Philosopher enters the battlefield and at the beginning of your upkeep, each Horror you control gains all activated abilities of target artifact an opponent controls until end of turn. You may spend blue mana as thought it were mana of any color to activate those abilities.|
|
||||
Mocking Doppelganger|Commander Legends: Battle for Baldur's Gate|667|R|{3}{U}|Creature - Shapeshifter|0|0|Flash$You may have Mocking Doppelganger enter the battlefield as a copy of a creature an opponent controls, except it has "Other creatures with the same name as this creature are goaded."|
|
||||
Psionic Ritual|Commander Legends: Battle for Baldur's Gate|668|R|{4}{U}{U}|Sorcery|||Replicate—Tap an untapped Horror you control.$Exile target instant or sorcery card from a graveyard and copy it. You may cast the copy without paying its mana cost.$Exile Psionic Ritual.|
|
||||
Black Market Connections|Commander Legends: Battle for Baldur's Gate|669|R|{2}{B}|Enchantment|||At the beginning of your precombat main phase, choose one or more —$• Sell Contraband — Create a Treasure token. You lose 1 life.$• Buy Information — Draw a card. You lose 2 life.$• Hire a Mercenary — Create a 3/2 colorless Shapeshifter creature token with changeling. You lose 3 life.|
|
||||
Brainstealer Dragon|Commander Legends: Battle for Baldur's Gate|670|R|{5}{B}{B}|Creature - Dragon Horror|6|6|Flying$At the beginning of your end step, exile the top card of each opponent's library. You may play those 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.$Whenever a nonland permanent an opponent owns enters the battlefield under your control, they lose life equal to its mana value.|
|
||||
From the Catacombs|Commander Legends: Battle for Baldur's Gate|671|R|{3}{B}{B}|Sorcery|||Return target creature card from a graveyard to the battlefield with a corpse counter on it. If that creature would leave the battlefield, exile it instead of putting it anywhere else.$You take the initiative.$Escape—{3}{B}{B}, Exile four other cards from your graveyard.|
|
||||
Solemn Doomguide|Commander Legends: Battle for Baldur's Gate|672|R|{3}{B}{B}|Creature - Tiefling Cleric|4|5|Flying$Each creature card in your graveyard that's a Cleric, Rogue, Warrior, and/or Wizard has unearth {1}{B}|
|
||||
Uchuulon|Commander Legends: Battle for Baldur's Gate|673|R|{3}{B}|Creature - Crab Ooze Horror|*|4|Uchuulon's power is equal to the number of Crabs, Oozes, and/or Horrors you control.$Horrific Symbiosis — At the beginning of your end step, exile up to one target creature card from an opponent's graveyard. If you, create a token that's a copy of Uchuulon.|
|
||||
Bothersome Quasit|Commander Legends: Battle for Baldur's Gate|674|R|{2}{R}|Creature - Demon|3|2|Menace$Goaded creatures your opponents control can't block.$Whenever you cast a noncreature spell, goad target creature an opponent controls.|
|
||||
Death Kiss|Commander Legends: Battle for Baldur's Gate|675|R|{5}{R}|Creature - Beholder|5|5|Whenever a creature an opponent controls attacks one of your opponents, double its power until end of turn.${X}{X}{R}: Monstrosity X.$When Death Kiss becomes monstrous, goad up to X target creatures your opponents control.|
|
||||
Delayed Blast Fireball|Commander Legends: Battle for Baldur's Gate|676|R|{1}{R}{R}|Instant|||Delayed Blast Fireball deals 2 damage to each opponent and each creature they control. If this spell was cast from exile, it deals 5 damage to each opponent an each creature they control instead.$Foretell {4}{R}{R}|
|
||||
Loot Dispute|Commander Legends: Battle for Baldur's Gate|677|R|{3}{R}|Enchantment|||When Loot Dispute enters the battlefield, you take the initiative and create a Treasure token.$Whenever you attack a player who has the initiative, create a Treasure token.$Loud Ruckus — Whenever you complete a dungeon, create a 5/5 red Dragon creature token with flying.|
|
||||
Nalfeshnee|Commander Legends: Battle for Baldur's Gate|678|R|{5}{R}|Creature - Beast Demon|4|6|Flying$Whenever you cast a spell from exile, copy it. You may choose new targets for the copy. If it's a permanent spell, the copy gains haste and "At the beginning of the end step, sacrifice this permanent."|
|
||||
Spectacular Showdown|Commander Legends: Battle for Baldur's Gate|679|R|{1}{R}|Sorcery|||Put a double strike counter on target creature, then goad each creature that had a double strike counter put on it this way.$Overload {4}{R}{R}{R}|
|
||||
Green Slime|Commander Legends: Battle for Baldur's Gate|680|R|{2}{G}|Creature - Ooze|2|2|Flash$When Green Slime enters the battlefield, counter target activated or triggered ability from an artifact or enchantment source. If a permanent's ability is countered this way, destroy that permanent.$Foretell {G}|
|
||||
Journey to the Lost City|Commander Legends: Battle for Baldur's Gate|681|R|{3}{G}|Enchantment|||At the beginning of your upkeep, exile the top four cards of your library, then roll a d20.$1-9 & You may put a land card from among those cards onto the battlefield.$10-19 & Create a 2/2 green Wolf creature token, then put a +1/+1 counter on it for each creature card among those cards.$20 & Put all permanent cards exiled with Journey to the Lost City onto the battlefield, then sacrifice it.|
|
||||
Tlincalli Hunter|Commander Legends: Battle for Baldur's Gate|682|R|{5}{G}{G}|Creature - Scorpion Scout|7|7|Trample$One each turn, you may pay {0} rather than pay the mana cost for a creature spell you cast from exile.|
|
||||
Retrieve Prey|Commander Legends: Battle for Baldur's Gate|682|R|{1}{G}|Sorcery - Adventure|7|7|Exile target creature card from your graveyard. Until the end of your next turn, you may cast that card.|
|
||||
Venture Forth|Commander Legends: Battle for Baldur's Gate|683|R|{3}{G}|Sorcery|||Exile cards from the top of your library until you exile a land card. Put that onto the battlefield and the rest on the bottom of your library in a random order. Exile Venture Forth with three time counters on it.$Suspend 3—{1}{G}|
|
||||
Multiclass Baldric|Commander Legends: Battle for Baldur's Gate|684|R|{1}|Artifact - Equipment|||Equipped creature has lifelink if you control a Cleric, deathtouch if you control a Rogue, haste if you control a Warrior, and flying if you control a Wizard.$As long as you have a full party, prevent all damage that would be dealt to equipped creature.$Equip {2}|
|
||||
Sarevok's Tome|Commander Legends: Battle for Baldur's Gate|685|R|{4}|Artifact|||When Sarevok's Tome enters the battlefield, you take the initiative.${T}: Add {C}. If you have the initiative, add {C}{C} instead.${3}, {T}: Exile cards from the top of your library until you exile a nonland card. You may cast that card without paying its mana cost. Activate only if you've completed a dungeon.|
|
||||
Guiltfeeder|Commander Legends: Battle for Baldur's Gate|756|R|{3}{B}{B}|Creature - Horror|0|4|Fear$Whenever Guiltfeeder attacks and isn't blocked, defending player loses 1 life for each card in their graveyard.|
|
||||
Sewer Nemesis|Commander Legends: Battle for Baldur's Gate|777|R|{3}{B}|Creature - Horror|*|*|As Sewer Nemesis enters the battlefield, choose a player.$Sewer Nemesis's power and toughness are each equal to the number of cards in the chosen player's graveyard.$Whenever the chosen player casts a spell, that player mills a card.|
|
||||
Anhelo, the Painter|New Capenna Commander|1|M|{U}{B}{R}|Legendary Creature - Vampire Assassin|1|3|Deathtouch$The first instant or sorcery spell you cast each turn has casualty 2.|
|
||||
|
|
Loading…
Reference in a new issue