mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
[CLB] updated spoiler and reprints
This commit is contained in:
parent
5c16b2e342
commit
2e14ffdd3f
4 changed files with 22 additions and 14 deletions
|
|
@ -35,7 +35,7 @@ public final class DisplacerKitten extends CardImpl {
|
|||
ability.addTarget(new TargetPermanent(
|
||||
0, 1, StaticFilters.FILTER_CONTROLLED_PERMANENT_NON_LAND
|
||||
));
|
||||
this.addAbility(ability);
|
||||
this.addAbility(ability.withFlavorWord("Avoidance"));
|
||||
}
|
||||
|
||||
private DisplacerKitten(final DisplacerKitten card) {
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ public final class NineFingersKeene extends CardImpl {
|
|||
// Ward—Pay 9 life.
|
||||
this.addAbility(new WardAbility(new PayLifeCost(9), false));
|
||||
|
||||
// Whenever Nine-Fingers Keene deals combat damage to a player, look at the top nine cards of your library. You may put a Gate card from among them onto the battlefield. Then if you control nine or more Gates, put the rest into your hand. Otherwise put the rest on the bottom of your library in a random order.
|
||||
// Whenever Nine-Fingers Keene deals combat damage to a player, look at the top nine cards of your library. You may put a Gate card from among them onto the battlefield. Then if you control nine or more Gates, put the rest into your hand. Otherwise, put the rest on the bottom of your library in a random order.
|
||||
this.addAbility(new DealsCombatDamageToAPlayerTriggeredAbility(new NineFingersKeeneEffect(), false));
|
||||
}
|
||||
|
||||
|
|
@ -66,7 +66,7 @@ class NineFingersKeeneEffect extends OneShotEffect {
|
|||
super(Outcome.Benefit);
|
||||
staticText = "look at the top nine cards of your library. You may put a Gate card " +
|
||||
"from among them onto the battlefield. Then if you control nine or more Gates, " +
|
||||
"put the rest into your hand. Otherwise put the rest on the bottom of your library in a random order";
|
||||
"put the rest into your hand. Otherwise, put the rest on the bottom of your library in a random order";
|
||||
}
|
||||
|
||||
private NineFingersKeeneEffect(final NineFingersKeeneEffect effect) {
|
||||
|
|
|
|||
|
|
@ -50,6 +50,7 @@ public final class CommanderLegendsBattleForBaldursGate extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Burnished Hart", 303, Rarity.UNCOMMON, mage.cards.b.BurnishedHart.class));
|
||||
cards.add(new SetCardInfo("Cadira, Caller of the Small", 269, Rarity.UNCOMMON, mage.cards.c.CadiraCallerOfTheSmall.class));
|
||||
cards.add(new SetCardInfo("Campfire", 304, Rarity.UNCOMMON, mage.cards.c.Campfire.class));
|
||||
cards.add(new SetCardInfo("Cast Down", 119, Rarity.UNCOMMON, mage.cards.c.CastDown.class));
|
||||
cards.add(new SetCardInfo("Charcoal Diamond", 305, Rarity.COMMON, mage.cards.c.CharcoalDiamond.class));
|
||||
cards.add(new SetCardInfo("Cloakwood Hermit", 221, Rarity.UNCOMMON, mage.cards.c.CloakwoodHermit.class));
|
||||
cards.add(new SetCardInfo("Command Tower", 351, Rarity.COMMON, mage.cards.c.CommandTower.class));
|
||||
|
|
@ -80,6 +81,7 @@ public final class CommanderLegendsBattleForBaldursGate extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Flaming Fist", 18, Rarity.COMMON, mage.cards.f.FlamingFist.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));
|
||||
cards.add(new SetCardInfo("Gate Colossus", 315, Rarity.UNCOMMON, mage.cards.g.GateColossus.class));
|
||||
cards.add(new SetCardInfo("Genasi Enforcers", 177, Rarity.COMMON, mage.cards.g.GenasiEnforcers.class));
|
||||
cards.add(new SetCardInfo("Geode Golem", 316, Rarity.UNCOMMON, mage.cards.g.GeodeGolem.class));
|
||||
cards.add(new SetCardInfo("Goggles of Night", 74, Rarity.COMMON, mage.cards.g.GogglesOfNight.class));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue