mirror of
https://github.com/correl/mage.git
synced 2024-11-14 19:19:32 +00:00
[CLB] updated spoiler
This commit is contained in:
parent
6663a409ef
commit
2b876c20a9
4 changed files with 13 additions and 17 deletions
|
@ -12,9 +12,7 @@ import mage.constants.CardType;
|
|||
import mage.constants.SubType;
|
||||
import mage.constants.SuperType;
|
||||
import mage.constants.TargetController;
|
||||
import mage.filter.FilterPermanent;
|
||||
import mage.filter.common.FilterCreaturePermanent;
|
||||
import mage.filter.predicate.mageobject.AnotherPredicate;
|
||||
import mage.filter.StaticFilters;
|
||||
import mage.target.TargetPermanent;
|
||||
|
||||
import java.util.UUID;
|
||||
|
@ -24,12 +22,6 @@ import java.util.UUID;
|
|||
*/
|
||||
public final class DukeUlderRavengard extends CardImpl {
|
||||
|
||||
private static final FilterPermanent filter = new FilterCreaturePermanent("another creature");
|
||||
|
||||
static {
|
||||
filter.add(AnotherPredicate.instance);
|
||||
}
|
||||
|
||||
public DukeUlderRavengard(UUID ownerId, CardSetInfo setInfo) {
|
||||
super(ownerId, setInfo, new CardType[]{CardType.CREATURE}, "{4}{R}{W}");
|
||||
|
||||
|
@ -43,11 +35,11 @@ public final class DukeUlderRavengard extends CardImpl {
|
|||
// At the beginning of combat on your turn, another target creature gains haste and myriad until end of turn.
|
||||
Ability ability = new BeginningOfCombatTriggeredAbility(
|
||||
new GainAbilityTargetEffect(HasteAbility.getInstance())
|
||||
.setText("another target creature gains haste"),
|
||||
.setText("another target creature you control gains haste"),
|
||||
TargetController.YOU, false
|
||||
);
|
||||
ability.addEffect(new GainAbilityTargetEffect(new MyriadAbility()).setText("and myriad until end of turn"));
|
||||
ability.addTarget(new TargetPermanent(filter));
|
||||
ability.addTarget(new TargetPermanent(StaticFilters.FILTER_CONTROLLED_ANOTHER_CREATURE));
|
||||
this.addAbility(ability);
|
||||
}
|
||||
|
||||
|
|
|
@ -36,7 +36,7 @@ public final class TheCouncilOfFour extends CardImpl {
|
|||
false, TargetController.ACTIVE
|
||||
));
|
||||
|
||||
// Whenever a player casts their second spell during their own, you create a 2/2 white Knight creature token.
|
||||
// Whenever a player casts their second spell during their turn, you create a 2/2 white Knight creature token.
|
||||
this.addAbility(new CastSecondSpellTriggeredAbility(
|
||||
new CreateTokenEffect(new KnightToken())
|
||||
.setText("you create a 2/2 white Knight creature token"),
|
||||
|
|
|
@ -81,7 +81,7 @@ public class CastSecondSpellTriggeredAbility extends TriggeredAbilityImpl {
|
|||
case OPPONENT:
|
||||
return "Whenever an opponent casts their second spell each turn, ";
|
||||
case ACTIVE:
|
||||
return "Whenever a player casts their second spell during their own, ";
|
||||
return "Whenever a player casts their second spell during their turn, ";
|
||||
case ANY:
|
||||
return "Whenever a player casts their second spell each turn, ";
|
||||
default:
|
||||
|
|
|
@ -44192,13 +44192,15 @@ Ellyn Harbreeze, Busybody|Commander Legends: Battle for Baldur's Gate|16|U|{3}{W
|
|||
Far Traveler|Commander Legends: Battle for Baldur's Gate|17|U|{2}{W}|Legendary Enchantment - Background|||Commander creatures you own have "At the beginning of your end step, exile up to one target tapped creature you control, then return it to the battlefield under its owner's control."|
|
||||
Flaming Fist|Commander Legends: Battle for Baldur's Gate|18|C|{2}{W}|Legendary Enchantment - Background|||Commander creatures you own have "Whenever this creature attacks, it gains double strike until end of turn."|
|
||||
Lae'zel, Vlaakith's Champion|Commander Legends: Battle for Baldur's Gate|29|R|{2}{W}|Legendary Creature - Gith Warrior|3|3|If you would put one or more counters on a creature or planeswalker you control or on yourself, put that many plus one of each of those kinds of counters on that permanent or player instead.$Choose a Background|
|
||||
Lae'zel's Acrobatics|Commander Legends: Battle for Baldur's Gate|30|R|{3}{W}|Instant|||Exile all nontoken creatures you control, then roll a d20.$1-9 & Return those cards to the battlefield under their owner's control at the beginning of the next end step.$10-20 & Return those cards to the battlefield under their owner's control, then exile them again. Return those cards to the battlefield under their owner's control at the beginning of the next end step.|
|
||||
Legion Loyalty|Commander Legends: Battle for Baldur's Gate|31|M|{6}{W}{W}|Enchantment|||Creatures you control have myriad.|
|
||||
Lulu, Loyal Hollyphant|Commander Legends: Battle for Baldur's Gate|32|U|{3}{W}|Legendary Creature - Elephant Angel|3|2|Flying$At the beginning of your end step, if a permanent you controlled left the battlefield this turn, put a +1/+1 counter on each tapped creature you control, then untap them.$Choose a Background|
|
||||
Noble Heritage|Commander Legends: Battle for Baldur's Gate|35|R|{1}{W}|Legendary Enchantment - Background|||Commander creatures you own have "When this creature enters the battlefield and at the beginning of your upkeep, each player may put two +1/+1 counters on a creature they control. For each opponent who does, you gain protection from that player until your next turn."|
|
||||
Rasaad yn Bashir|Commander Legends: Battle for Baldur's Gate|37|U|{2}{W}|Legendary Creature - Human Monk|0|3|Each creature you control assigns combat damage equal to its toughness rather than its power.$Whenever Rasaad yn Bashir attacks, if you have the initiative, double the toughness of each creature you control until end of turn.$Choose a Background|
|
||||
Roving Harper|Commander Legends: Battle for Baldur's Gate|40|C|{2}{W}|Creature - Elf Scout|2|2|When Roving Harper enters the battlefield, draw a card.|
|
||||
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.|
|
||||
Aarakocra Sneak|Commander Legends: Battle for Baldur's Gate|54|C|{3}{U}|Creature - Bird Rogue|1|4|Flying$When Aarakocra Sneak enters the battlefield, you take the initiative.|
|
||||
Alora, Merry Theief|Commander Legends: Battle for Baldur's Gate|55|U|{2}{U}|Legendary Creature - Halfling Rogue|3|2|Whenever you attack, up to one target attacking creature can't be blocked this turn. Return that creature to its owner's hand at the beginning of the next end step.$Choose a Background|
|
||||
Alora, Merry Thief|Commander Legends: Battle for Baldur's Gate|55|U|{2}{U}|Legendary Creature - Halfling Rogue|3|2|Whenever you attack, up to one target attacking creature can't be blocked this turn. Return that creature to its owner's hand at the beginning of the next end step.$Choose a Background|
|
||||
Blur|Commander Legends: Battle for Baldur's Gate|58|C|{2}{U}|Instant|||Exile target creature you control, then return that card to the battlefield under its owner's control.$Draw a card.|
|
||||
Dungeon Delver|Commander Legends: Battle for Baldur's Gate|67|U|{1}{U}|Legendary Enchantment - Background|||Commander creatures you own have "Room abilities of dungeons you own trigger an additional time."|
|
||||
Feywild Visitor|Commander Legends: Battle for Baldur's Gate|70|U|{2}{U}|Legendary Enchantment - Background|||Commander creatures you own have "Whenever one or more nontoken creatures you control deal combat damage to a player, you create a 1/1 blue Faerie Dragon creature token with flying."|
|
||||
|
@ -44208,6 +44210,7 @@ Illithid Harvester|Commander Legends: Battle for Baldur's Gate|76|R|{4}{U}|Creat
|
|||
Plant Tadpoles|Commander Legends: Battle for Baldur's Gate|76|R|{X}{U}{U}|Sorcery - Adventure|4|4|Tap X target creatures. They don't untap during their controllers' next untap steps.|
|
||||
Imoen, Mystic Trickster|Commander Legends: Battle for Baldur's Gate|77|U|{2}{U}|Legendary Creature - Human Rogue Wizard|2|3|Ward {2}$At the beginning of your end step, if you have the initiative, draw a card. Draw another card if you've completed a dungeon.$Choose a Background|
|
||||
Irenicus's Vile Duplication|Commander Legends: Battle for Baldur's Gate|78|U|{3}{U}|Sorcery|||Create a token that's a copy of target creature you control, except the token has flying and isn't legendary if that creature is legendary.|
|
||||
Renari, Merchant of Marvels|Commander Legends: Battle for Baldur's Gate|90|U|{3}{U}|Legendary Creature - Dragon Artificer|2|4|You may cast Dragon seplls and artifact spells as though they had flash.$Choose a Background|
|
||||
Robe of the Archmagi|Commander Legends: Battle for Baldur's Gate|91|R|{2}{U}|Artifact - Equipment|||Whenever equipped creature deals combat damage to a player, you draw that many cards.$Equip {4}$Equip Shaman, Warlock, or Wizard {1}|
|
||||
Sea Hag|Commander Legends: Battle for Baldur's Gate|95|C|{4}{U}|Creature - Hag|3|5|When Sea Hag enters the battlefield, creatures your opponents control get -4/-0 until end of turn.|
|
||||
Aquatic Ingress|Commander Legends: Battle for Baldur's Gate|95|C|{2}{U}|Instant - Adventure|3|5|Up to two target creatures each get +1/+0 until end of turn and can't be blocked this turn.|
|
||||
|
@ -44227,6 +44230,7 @@ Safana, Calimport Cutthroat|Commander Legends: Battle for Baldur's Gate|143|U|{2
|
|||
Sarevok, Deathbringer|Commander Legends: Battle for Baldur's Gate|144|U|{3}{B}|Legendary Creature - Human Knight|3|4|At the beginning of each player's end step, if no permanents left the battlefield this turn, that player loses X life, where X is Sarevok's power.$Choose a Background|
|
||||
Scion of Halaster|Commander Legends: Battle for Baldur's Gate|145|C|{1}{B}|Legendary Enchantment - Background|||Commander creatures you own have "The first time you would draw a card each turn, instead look at the top two cards of your library. Put one of them into your graveyard and the other back on top of your library. Then draw a card."|
|
||||
Shadowheart, Dark Justiciar|Commander Legends: Battle for Baldur's Gate|146|R|{3}{B}|Legendary Creature - Human Elf Cleric|3|4|{1}{B}, {T}, Sacrifice another creature: Draw X cards, where X is that creature's power.$Choose a Background|
|
||||
Sivriss, Nightmare Speaker|Commander Legends: Battle for Baldur's Gate|148|U|{3}{B}|Legendary Creature - Snake Cleric Warlock|3|3|{T}, Sacrifice another creature or artifact: For each opponent, you mill a card, then return that card from your graveyard to your hand unless that player pays 3 life.$Choose a Background|
|
||||
Stirge|Commander Legends: Battle for Baldur's Gate|150|C|{B}|Creature - Insect Bat|1|1|Flying$Stirge can't block.$Blood Drain — {1}{B}, Pay 1 life, Sacrifice Stirge: Draw a card.|
|
||||
Summon Undead|Commander Legends: Battle for Baldur's Gate|151|C|{4}{B}|Sorcery|||You may mill three cards. Then return a creature card from your graveyard to the battlefield.|
|
||||
Viconia, Drow Apostate|Commander Legends: Battle for Baldur's Gate|156|U|{2}{B}|Legendary Creature - Elf Cleric|2|3|At the beginning of your upkeep, if there are four or more creature cards in your graveyard, return a creature card at random from your graveyard to your hand.$Choose a Background|
|
||||
|
@ -44259,7 +44263,7 @@ Master Chef|Commander Legends: Battle for Baldur's Gate|241|C|{2}{G}|Legendary E
|
|||
Monster Manual|Commander Legends: Battle for Baldur's Gate|242|R|{3}{G}|Artifact|||{1}{G}, {T}: You may put a creature card from your hand onto the battlefield.|
|
||||
Zoological Study|Commander Legends: Battle for Baldur's Gate|242|R|{2}{G}|Sorcery - Adventure|||Mill five cards, then return a creature card milled this way to your hand.|
|
||||
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.|
|
||||
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 Elemenetal creature with trample and haste until end of turn. It's still a land.|
|
||||
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|
|
||||
Wilson, Refined Grizzly|Commander Legends: Battle for Baldur's Gate|261|U|{1}{G}|Legendary Creature - Bear Warrior|2|2|This spell can't be countered.$Vigilance, reach, trample, ward {2}$Choose a Background|
|
||||
You Look Upon the Tarrasque|Commander Legends: Battle for Baldur's Gate|262|U|{4}{G}|Instant|||Choose one —$• Run and Hide — Prevent all combat damage that would be dealt to you and creatures you control this turn.$• Gather Your Courage — Target creature gets +5/+5 and gains indestructible until end of turn. All creatures your opponents control able to block that creature this turn do so.|
|
||||
|
@ -44269,8 +44273,8 @@ Baba Lysaga, Night Witch|Commander Legends: Battle for Baldur's Gate|266|R|{1}{B
|
|||
Bhaal, Lord of Murder|Commander Legends: Battle for Baldur's Gate|268|R|{2}{B}{R}{G}|Legendary Creature - God|4|4|As long as your life total is less than or equal to half your starting life total, Bhaal, Lord of Murder has indestructible.$Whenever another nontoken creature you control dies, put a +1/+1 counter on target creature and goad it.|
|
||||
Cadira, Caller of the Small|Commander Legends: Battle for Baldur's Gate|269|U|{1}{G}{W}|Legendary Creature - Orc Ranger|3|3|Trample$Whenever Cadira, Caller of the Small deals combat damage to a player, for each token you control, create a 1/1 white Rabbit creature token.|
|
||||
Commander Liara Portyr|Commander Legends: Battle for Baldur's Gate|270|U|{3}{R}{W}|Legendary Creature - Human Soldier|5|3|Whenever you attack, spells you cast from exile this turn cost {X} less to cast, where X is the number of players being attacked. Exile the top X cards of your library. Until end of turn, you may cast spells from among those exiled cards.|
|
||||
The Council of Four|Commander Legends: Battle for Baldur's Gate|271|R|{3}{W}{U}|Legendary Creature - Human Noble|0|8|Whenever a player draws their second card during their turn, you draw a card.$Whenever a player casts their second spell during their own, you create a 2/2 white Knight creature token.|
|
||||
Duke Ulder Ravengard|Commander Legends: Battle for Baldur's Gate|272|R|{4}{R}{W}|Legendary Creature - Human Noble Soldier|5|5|At the beginning of combat on your turn, another target creature gains haste and myriad until end of turn.|
|
||||
The Council of Four|Commander Legends: Battle for Baldur's Gate|271|R|{3}{W}{U}|Legendary Creature - Human Noble|0|8|Whenever a player draws their second card during their turn, you draw a card.$Whenever a player casts their second spell during their turn, you create a 2/2 white Knight creature token.|
|
||||
Duke Ulder Ravengard|Commander Legends: Battle for Baldur's Gate|272|R|{4}{R}{W}|Legendary Creature - Human Noble Soldier|5|5|At the beginning of combat on your turn, another target creature you control gains haste and myriad until end of turn.|
|
||||
Dynaheir, Invoker Adept|Commander Legends: Battle for Baldur's Gate|273|R|{1}{U}{R}{W}|Legendary Creature - Human Wizard|4|4|Haste$You may activate abilities of other creatures you control as though those creatures had haste.${T}: When you next activate an ability this turn by spending four or more mana to activate it, copy that ability. You may choose new targets for the copy.|
|
||||
Elminster|Commander Legends: Battle for Baldur's Gate|274|M|{3}{W}{U}|Legendary Planeswalker - Elminster|5|Whenever you scry, the next instant or sorcery spell you cast this turn costs {X} less to cast, where X is the number of cards looked at while scrying this way.$+2: Draw a card, then scry 2.$−3: Exile the top card of your library. Create number of 1/1 blue Faerie Dragon creature tokens with flying equal to that card's mana value.$Elminster can be your commander.|
|
||||
Gluntch, the Bestower|Commander Legends: Battle for Baldur's Gate|275|R|{1}{G}{W}|Legendary Creature - Jellyfish|0|5|Flying$At the beginning of your end step, choose a player. They put two +1/+1 counters on a creature they control. Choose a second player to draw a card. Then choose a third player to create two Treasure tokens.|
|
||||
|
|
Loading…
Reference in a new issue