forked from External/mage
fix some reminder text
This commit is contained in:
parent
64c3d1afc9
commit
2853c7cb4a
14 changed files with 15 additions and 14 deletions
|
|
@ -42,7 +42,7 @@ public final class BoneyardDesecrator extends CardImpl {
|
|||
this.toughness = new MageInt(4);
|
||||
|
||||
// Menace
|
||||
this.addAbility(new MenaceAbility());
|
||||
this.addAbility(new MenaceAbility(false));
|
||||
|
||||
// {1}{B}, Sacrifice another creature: Put a +1/+1 counter on Boneyard Desecrator. If an outlaw was sacrificed this way, create a Treasure token.
|
||||
Effect effect = new AddCountersSourceEffect(CounterType.P1P1.createInstance());
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ public final class BreechesTheBlastmaker extends CardImpl {
|
|||
this.toughness = new MageInt(3);
|
||||
|
||||
// Menace
|
||||
this.addAbility(new MenaceAbility());
|
||||
this.addAbility(new MenaceAbility(false));
|
||||
|
||||
// Whenever you cast your second spell each turn, you may sacrifice an artifact. If you do, flip a coin. When you win the flip, copy that spell. You may choose new targets for the copy. When you lose the flip, Breeches, the Blastmaker deals damage equal to that spell's mana value to any target.
|
||||
this.addAbility(new CastSecondSpellTriggeredAbility(new DoIfCostPaid(
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ public final class ConcealedWeapon extends CardImpl {
|
|||
this.addAbility(ability);
|
||||
|
||||
// Equip {1}{R}
|
||||
this.addAbility(new EquipAbility(Outcome.BoostCreature, new ManaCostsImpl<>("{1}{R}")));
|
||||
this.addAbility(new EquipAbility(Outcome.BoostCreature, new ManaCostsImpl<>("{1}{R}"), false));
|
||||
}
|
||||
|
||||
private ConcealedWeapon(final ConcealedWeapon card) {
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ public final class HuntedBonebrute extends CardImpl {
|
|||
this.toughness = new MageInt(2);
|
||||
|
||||
// Menace
|
||||
this.addAbility(new MenaceAbility());
|
||||
this.addAbility(new MenaceAbility(false));
|
||||
|
||||
// When Hunted Bonebrute enters the battlefield, target opponent creates two 1/1 white Dog creature tokens.
|
||||
Ability ability = new EntersBattlefieldTriggeredAbility(new CreateTokenTargetEffect(new WhiteDogToken(), 2));
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ public final class LavaspurBoots extends CardImpl {
|
|||
this.addAbility(ability);
|
||||
|
||||
// Equip {1}
|
||||
this.addAbility(new EquipAbility(1));
|
||||
this.addAbility(new EquipAbility(1, false));
|
||||
}
|
||||
|
||||
private LavaspurBoots(final LavaspurBoots card) {
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ public final class MaraudingSphinx extends CardImpl {
|
|||
this.addAbility(VigilanceAbility.getInstance());
|
||||
|
||||
// Ward {2}
|
||||
this.addAbility(new WardAbility(new ManaCostsImpl<>("{2}")));
|
||||
this.addAbility(new WardAbility(new ManaCostsImpl<>("{2}"), false));
|
||||
|
||||
// Whenever you commit a crime, surveil 2. This ability triggers only once each turn.
|
||||
this.addAbility(new CommittedCrimeTriggeredAbility(new SurveilEffect(2), false).setTriggersOnceEachTurn(true));
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@ class NexusOfBecomingEffect extends OneShotEffect {
|
|||
|
||||
NexusOfBecomingEffect() {
|
||||
super(Outcome.Benefit);
|
||||
staticText = "then you may exile an artifact or creature card from your hand. " +
|
||||
staticText = "Then you may exile an artifact or creature card from your hand. " +
|
||||
"If you do, create a token that's a copy of the exiled card, " +
|
||||
"except it's a 3/3 Golem artifact creature in addition to its other types.";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ public final class RoseNoble extends CardImpl {
|
|||
this.toughness = new MageInt(3);
|
||||
|
||||
// Ward {2}
|
||||
this.addAbility(new WardAbility(new ManaCostsImpl<>("{2}")));
|
||||
this.addAbility(new WardAbility(new ManaCostsImpl<>("{2}"), false));
|
||||
|
||||
// Whenever you cast a Doctor spell or creature spell with doctor's companion, draw a card.
|
||||
this.addAbility(new SpellCastControllerTriggeredAbility(
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@ public final class SilverShroudCostume extends CardImpl {
|
|||
this.addAbility(new SimpleStaticAbility(new CantBeBlockedAttachedEffect(AttachmentType.EQUIPMENT)));
|
||||
|
||||
// Equip {3}
|
||||
this.addAbility(new EquipAbility(3));
|
||||
this.addAbility(new EquipAbility(3, false));
|
||||
}
|
||||
|
||||
private SilverShroudCostume(final SilverShroudCostume card) {
|
||||
|
|
|
|||
|
|
@ -35,7 +35,8 @@ public final class SwordOfWealthAndPower extends CardImpl {
|
|||
|
||||
// Equipped creature gets +2/+2 and has protection from instants and from sorceries.
|
||||
Ability ability = new SimpleStaticAbility(new BoostEquippedEffect(2, 2));
|
||||
ability.addEffect(new GainAbilityAttachedEffect(new ProtectionAbility(filter), AttachmentType.EQUIPMENT));
|
||||
ability.addEffect(new GainAbilityAttachedEffect(new ProtectionAbility(filter), AttachmentType.EQUIPMENT)
|
||||
.setText("and has protection from instants and from sorceries"));
|
||||
this.addAbility(ability);
|
||||
|
||||
// Whenever equipped creature deals combat damage to a player, create a Treasure token. When you next cast an instant or sorcery spell this turn, copy that spell. You may choose new targets for the copy.
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@ public final class T45PowerArmor extends CardImpl {
|
|||
));
|
||||
|
||||
// Equip {3}
|
||||
this.addAbility(new EquipAbility(3));
|
||||
this.addAbility(new EquipAbility(3, false));
|
||||
}
|
||||
|
||||
private T45PowerArmor(final T45PowerArmor card) {
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ public final class TheKeyToTheVault extends CardImpl {
|
|||
));
|
||||
|
||||
// Equip {2}{U}
|
||||
this.addAbility(new EquipAbility(Outcome.AddAbility, new ManaCostsImpl<>("{2}{U}")));
|
||||
this.addAbility(new EquipAbility(Outcome.AddAbility, new ManaCostsImpl<>("{2}{U}"), false));
|
||||
}
|
||||
|
||||
private TheKeyToTheVault(final TheKeyToTheVault card) {
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ public final class TheMeep extends CardImpl {
|
|||
this.toughness = new MageInt(4);
|
||||
|
||||
// Ward--Pay 3 life.
|
||||
this.addAbility(new WardAbility(new PayLifeCost(3)));
|
||||
this.addAbility(new WardAbility(new PayLifeCost(3), false));
|
||||
|
||||
// Whenever The Meep attacks, you may sacrifice another creature. If you do, creatures you control have base power and toughness X/X until end of turn, where X is the sacrificed creature's mana value.
|
||||
this.addAbility(new AttacksTriggeredAbility(new TheMeepEffect()));
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@ public final class ThunderLasso extends CardImpl {
|
|||
this.addAbility(ability);
|
||||
|
||||
// Equip {2}
|
||||
this.addAbility(new EquipAbility(2));
|
||||
this.addAbility(new EquipAbility(2, false));
|
||||
}
|
||||
|
||||
private ThunderLasso(final ThunderLasso card) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue