mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
refactor: Clean all copy constructors in cards starting D-E (#11122)
This commit is contained in:
parent
ae24f1de2d
commit
54f1506971
393 changed files with 446 additions and 446 deletions
|
|
@ -27,7 +27,7 @@ public final class DaggerclawImp extends CardImpl {
|
|||
this.addAbility(new CantBlockAbility());
|
||||
}
|
||||
|
||||
public DaggerclawImp (final DaggerclawImp card) {
|
||||
private DaggerclawImp(final DaggerclawImp card) {
|
||||
super(card);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -71,7 +71,7 @@ class MoveCounterFromTargetToTargetEffect extends OneShotEffect {
|
|||
this.staticText = "Move a +1/+1 counter from target creature onto a second target creature";
|
||||
}
|
||||
|
||||
public MoveCounterFromTargetToTargetEffect(final MoveCounterFromTargetToTargetEffect effect) {
|
||||
private MoveCounterFromTargetToTargetEffect(final MoveCounterFromTargetToTargetEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@ class DakraMysticEffect extends OneShotEffect {
|
|||
this.staticText = "Each player reveals the top card of their library. You may put the revealed cards into their owners' graveyard. If you don't, each player draws a card";
|
||||
}
|
||||
|
||||
public DakraMysticEffect(final DakraMysticEffect effect) {
|
||||
private DakraMysticEffect(final DakraMysticEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ class DamnablePactEffect extends OneShotEffect {
|
|||
staticText = "Target player draws X cards and loses X life";
|
||||
}
|
||||
|
||||
public DamnablePactEffect(DamnablePactEffect effect) {
|
||||
private DamnablePactEffect(final DamnablePactEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@ class DampingFieldEffect extends RestrictionUntapNotMoreThanEffect {
|
|||
staticText = "Players can't untap more than one artifact during their untap steps";
|
||||
}
|
||||
|
||||
public DampingFieldEffect(final DampingFieldEffect effect) {
|
||||
private DampingFieldEffect(final DampingFieldEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@ class DampingMatrixEffect extends ReplacementEffectImpl {
|
|||
staticText = "Activated abilities of artifacts and creatures can't be activated unless they're mana abilities";
|
||||
}
|
||||
|
||||
public DampingMatrixEffect(final DampingMatrixEffect effect) {
|
||||
private DampingMatrixEffect(final DampingMatrixEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -76,7 +76,7 @@ class DanceOfManyCreateTokenCopyEffect extends OneShotEffect {
|
|||
staticText = "create a token that's a copy of target nontoken creature";
|
||||
}
|
||||
|
||||
public DanceOfManyCreateTokenCopyEffect(final DanceOfManyCreateTokenCopyEffect effect) {
|
||||
private DanceOfManyCreateTokenCopyEffect(final DanceOfManyCreateTokenCopyEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
@ -120,7 +120,7 @@ class DanceOfManyExileTokenEffect extends OneShotEffect {
|
|||
staticText = "exile the token";
|
||||
}
|
||||
|
||||
public DanceOfManyExileTokenEffect(final DanceOfManyExileTokenEffect effect) {
|
||||
private DanceOfManyExileTokenEffect(final DanceOfManyExileTokenEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ public final class DanceOfShadows extends CardImpl {
|
|||
this.getSpellAbility().addEffect(effect);
|
||||
}
|
||||
|
||||
public DanceOfShadows (final DanceOfShadows card) {
|
||||
private DanceOfShadows(final DanceOfShadows card) {
|
||||
super(card);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -77,7 +77,7 @@ class DanceOfTheDeadDoIfCostPaidEffect extends DoIfCostPaid {
|
|||
super(new UntapAttachedEffect(), new ManaCostsImpl<>("{1}{B}"));
|
||||
}
|
||||
|
||||
public DanceOfTheDeadDoIfCostPaidEffect(final DanceOfTheDeadDoIfCostPaidEffect effect) {
|
||||
private DanceOfTheDeadDoIfCostPaidEffect(final DanceOfTheDeadDoIfCostPaidEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ public final class DanceOfTheSkywise extends CardImpl {
|
|||
toughness = new MageInt(4);
|
||||
this.addAbility(FlyingAbility.getInstance());
|
||||
}
|
||||
public DragonIllusionToken(final DragonIllusionToken token) {
|
||||
private DragonIllusionToken(final DragonIllusionToken token) {
|
||||
super(token);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@ class DaredevilDragsterEffect extends OneShotEffect {
|
|||
this.staticText = "put a velocity counter on it. Then if it has two or more velocity counters on it, sacrifice it and draw two cards";
|
||||
}
|
||||
|
||||
public DaredevilDragsterEffect(final DaredevilDragsterEffect effect) {
|
||||
private DaredevilDragsterEffect(final DaredevilDragsterEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@ class DargoTheShipwreckerEffect extends CostModificationEffectImpl {
|
|||
super(Duration.WhileOnStack, Outcome.Benefit, CostModificationType.REDUCE_COST);
|
||||
}
|
||||
|
||||
public DargoTheShipwreckerEffect(final DargoTheShipwreckerEffect effect) {
|
||||
private DargoTheShipwreckerEffect(final DargoTheShipwreckerEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@ class DarienKingOfKjeldorTriggeredAbility extends TriggeredAbilityImpl {
|
|||
super(Zone.BATTLEFIELD, new DarienKingOfKjeldorEffect(), true);
|
||||
}
|
||||
|
||||
public DarienKingOfKjeldorTriggeredAbility(final DarienKingOfKjeldorTriggeredAbility ability) {
|
||||
private DarienKingOfKjeldorTriggeredAbility(final DarienKingOfKjeldorTriggeredAbility ability) {
|
||||
super(ability);
|
||||
}
|
||||
|
||||
|
|
@ -90,7 +90,7 @@ class DarienKingOfKjeldorEffect extends OneShotEffect {
|
|||
super(Outcome.Benefit);
|
||||
}
|
||||
|
||||
public DarienKingOfKjeldorEffect(final DarienKingOfKjeldorEffect effect) {
|
||||
private DarienKingOfKjeldorEffect(final DarienKingOfKjeldorEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -73,7 +73,7 @@ class DarigaazReincarnatedDiesEffect extends ReplacementEffectImpl {
|
|||
staticText = "If {this} would die, instead exile it with three egg counters on it";
|
||||
}
|
||||
|
||||
public DarigaazReincarnatedDiesEffect(final DarigaazReincarnatedDiesEffect effect) {
|
||||
private DarigaazReincarnatedDiesEffect(final DarigaazReincarnatedDiesEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
@ -118,7 +118,7 @@ class DarigaazReincarnatedInterveningIfTriggeredAbility extends ConditionalInter
|
|||
+ "remove an egg counter from it. Then if {this} has no egg counters on it, return it to the battlefield");
|
||||
}
|
||||
|
||||
public DarigaazReincarnatedInterveningIfTriggeredAbility(final DarigaazReincarnatedInterveningIfTriggeredAbility effect) {
|
||||
private DarigaazReincarnatedInterveningIfTriggeredAbility(final DarigaazReincarnatedInterveningIfTriggeredAbility effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -59,7 +59,7 @@ class DarigaazTheIgniterEffect extends OneShotEffect {
|
|||
+ " to the player equal to the number of cards of that color revealed this way";
|
||||
}
|
||||
|
||||
public DarigaazTheIgniterEffect(final DarigaazTheIgniterEffect effect) {
|
||||
private DarigaazTheIgniterEffect(final DarigaazTheIgniterEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@ class DaringSleuthTriggeredAbility extends TriggeredAbilityImpl {
|
|||
setTriggerPhrase("When you sacrifice a Clue, ");
|
||||
}
|
||||
|
||||
public DaringSleuthTriggeredAbility(final DaringSleuthTriggeredAbility ability) {
|
||||
private DaringSleuthTriggeredAbility(final DaringSleuthTriggeredAbility ability) {
|
||||
super(ability);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -65,7 +65,7 @@ class TargetControlledPermanentSharingOpponentPermanentCardType extends TargetCo
|
|||
setTargetName("nonland permanent you control");
|
||||
}
|
||||
|
||||
public TargetControlledPermanentSharingOpponentPermanentCardType(final TargetControlledPermanentSharingOpponentPermanentCardType target) {
|
||||
private TargetControlledPermanentSharingOpponentPermanentCardType(final TargetControlledPermanentSharingOpponentPermanentCardType target) {
|
||||
super(target);
|
||||
}
|
||||
|
||||
|
|
@ -135,7 +135,7 @@ class DaringThiefSecondTarget extends TargetPermanent {
|
|||
setTargetName("permanent an opponent controls that shares a card type with it");
|
||||
}
|
||||
|
||||
public DaringThiefSecondTarget(final DaringThiefSecondTarget target) {
|
||||
private DaringThiefSecondTarget(final DaringThiefSecondTarget target) {
|
||||
super(target);
|
||||
this.firstTarget = target.firstTarget;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@ class DarkDabblingEffect extends OneShotEffect {
|
|||
this.staticText = "<br><i>Spell mastery</i> — If there are two or more instant and/or sorcery cards in your graveyard, also regenerate each other creature you control";
|
||||
}
|
||||
|
||||
public DarkDabblingEffect(final DarkDabblingEffect effect) {
|
||||
private DarkDabblingEffect(final DarkDabblingEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ class DarkDecisionEffect extends OneShotEffect {
|
|||
this.staticText = "Search the top 10 cards of your library for a nonland card, exile it, then shuffle. Until end of turn, you may cast that card";
|
||||
}
|
||||
|
||||
public DarkDecisionEffect(final DarkDecisionEffect effect) {
|
||||
private DarkDecisionEffect(final DarkDecisionEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -59,7 +59,7 @@ class DarkDepthsSacrificeEffect extends SacrificeSourceEffect {
|
|||
super();
|
||||
}
|
||||
|
||||
public DarkDepthsSacrificeEffect(final DarkDepthsSacrificeEffect effect) {
|
||||
private DarkDepthsSacrificeEffect(final DarkDepthsSacrificeEffect effect) {
|
||||
super(effect);
|
||||
this.sacrificed = effect.sacrificed;
|
||||
}
|
||||
|
|
@ -89,7 +89,7 @@ class DarkDepthsAbility extends StateTriggeredAbility {
|
|||
super(Zone.BATTLEFIELD, new DarkDepthsSacrificeEffect());
|
||||
}
|
||||
|
||||
public DarkDepthsAbility(final DarkDepthsAbility ability) {
|
||||
private DarkDepthsAbility(final DarkDepthsAbility ability) {
|
||||
super(ability);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ public final class DarkHatchling extends CardImpl {
|
|||
this.addAbility(ability);
|
||||
}
|
||||
|
||||
public DarkHatchling (final DarkHatchling card) {
|
||||
private DarkHatchling(final DarkHatchling card) {
|
||||
super(card);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -83,7 +83,7 @@ class DarkIntimationsEffect extends OneShotEffect {
|
|||
this.staticText = "Each opponent sacrifices a creature or planeswalker, then discards a card. You return a creature or planeswalker card from your graveyard to your hand, then draw a card";
|
||||
}
|
||||
|
||||
public DarkIntimationsEffect(final DarkIntimationsEffect effect) {
|
||||
private DarkIntimationsEffect(final DarkIntimationsEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
@ -143,7 +143,7 @@ class DarkIntimationsGraveyardEffect extends OneShotEffect {
|
|||
this.staticText = "exile {this} from your graveyard. That planeswalker enters the battlefield with an additional loyalty counter on it";
|
||||
}
|
||||
|
||||
public DarkIntimationsGraveyardEffect(final DarkIntimationsGraveyardEffect effect) {
|
||||
private DarkIntimationsGraveyardEffect(final DarkIntimationsGraveyardEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@ class DarkRevenantEffect extends OneShotEffect {
|
|||
staticText = "put it on top of its owner's library";
|
||||
}
|
||||
|
||||
public DarkRevenantEffect(final DarkRevenantEffect effect) {
|
||||
private DarkRevenantEffect(final DarkRevenantEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@ class DarkSpherePreventionEffect extends ReplacementEffectImpl {
|
|||
this.targetSource = new TargetSource(new FilterObject("source of your choice"));
|
||||
}
|
||||
|
||||
public DarkSpherePreventionEffect(final DarkSpherePreventionEffect effect) {
|
||||
private DarkSpherePreventionEffect(final DarkSpherePreventionEffect effect) {
|
||||
super(effect);
|
||||
this.targetSource = effect.targetSource.copy();
|
||||
}
|
||||
|
|
|
|||
|
|
@ -64,7 +64,7 @@ class DarkSupplicantEffect extends OneShotEffect {
|
|||
this.staticText = "Search your graveyard, hand, and/or library for a card named Scion of Darkness and put it onto the battlefield. If you search your library this way, shuffle";
|
||||
}
|
||||
|
||||
public DarkSupplicantEffect(final DarkSupplicantEffect effect) {
|
||||
private DarkSupplicantEffect(final DarkSupplicantEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ class DarkTemperEffect extends OneShotEffect {
|
|||
this.staticText = "{this} deals 2 damage to target creature. If you control a black permanent, destroy the creature instead";
|
||||
}
|
||||
|
||||
public DarkTemperEffect(final DarkTemperEffect effect) {
|
||||
private DarkTemperEffect(final DarkTemperEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ public final class DarkslickDrake extends CardImpl {
|
|||
this.addAbility(new DiesSourceTriggeredAbility(new DrawCardSourceControllerEffect(1), false));
|
||||
}
|
||||
|
||||
public DarkslickDrake (final DarkslickDrake card) {
|
||||
private DarkslickDrake(final DarkslickDrake card) {
|
||||
super(card);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ public final class DarksteelAxe extends CardImpl {
|
|||
this.addAbility(new EquipAbility(Outcome.AddAbility, new GenericManaCost(2), false));
|
||||
}
|
||||
|
||||
public DarksteelAxe (final DarksteelAxe card) {
|
||||
private DarksteelAxe(final DarksteelAxe card) {
|
||||
super(card);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ public final class DarksteelCitadel extends CardImpl {
|
|||
this.addAbility(new ColorlessManaAbility());
|
||||
}
|
||||
|
||||
public DarksteelCitadel (final DarksteelCitadel card) {
|
||||
private DarksteelCitadel(final DarksteelCitadel card) {
|
||||
super(card);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -122,7 +122,7 @@ class DarksteelMonolithAddAltCostEffect extends ContinuousEffectImpl {
|
|||
staticText = "Once each turn, you may pay {0} rather than pay the mana cost for a colorless spell you cast from your hand.";
|
||||
}
|
||||
|
||||
public DarksteelMonolithAddAltCostEffect(final DarksteelMonolithAddAltCostEffect effect) {
|
||||
private DarksteelMonolithAddAltCostEffect(final DarksteelMonolithAddAltCostEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -67,7 +67,7 @@ class DarksteelMutationInsectToken extends TokenImpl {
|
|||
|
||||
this.addAbility(IndestructibleAbility.getInstance());
|
||||
}
|
||||
public DarksteelMutationInsectToken(final DarksteelMutationInsectToken token) {
|
||||
private DarksteelMutationInsectToken(final DarksteelMutationInsectToken token) {
|
||||
super(token);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ public final class DarksteelMyr extends CardImpl {
|
|||
this.addAbility(IndestructibleAbility.getInstance());
|
||||
}
|
||||
|
||||
public DarksteelMyr (final DarksteelMyr card) {
|
||||
private DarksteelMyr(final DarksteelMyr card) {
|
||||
super(card);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ public final class DarksteelPlate extends CardImpl {
|
|||
this.addAbility(new EquipAbility(Outcome.BoostCreature, new GenericManaCost(2), false));
|
||||
}
|
||||
|
||||
public DarksteelPlate (final DarksteelPlate card) {
|
||||
private DarksteelPlate(final DarksteelPlate card) {
|
||||
super(card);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@ class DarksteelReactorStateTriggeredAbility extends StateTriggeredAbility {
|
|||
super(Zone.BATTLEFIELD, new WinGameSourceControllerEffect());
|
||||
}
|
||||
|
||||
public DarksteelReactorStateTriggeredAbility(final DarksteelReactorStateTriggeredAbility ability) {
|
||||
private DarksteelReactorStateTriggeredAbility(final DarksteelReactorStateTriggeredAbility ability) {
|
||||
super(ability);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ public final class DarksteelSentinel extends CardImpl {
|
|||
this.addAbility(IndestructibleAbility.getInstance());
|
||||
}
|
||||
|
||||
public DarksteelSentinel (final DarksteelSentinel card) {
|
||||
private DarksteelSentinel(final DarksteelSentinel card) {
|
||||
super(card);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -73,7 +73,7 @@ class DarthTyranusEffect extends OneShotEffect {
|
|||
staticText = "Target player's life total becomes 5. Another target players's life total becomes 30";
|
||||
}
|
||||
|
||||
public DarthTyranusEffect(DarthTyranusEffect effect) {
|
||||
private DarthTyranusEffect(final DarthTyranusEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
@ -102,7 +102,7 @@ class TransmuteArtifactEffect extends SearchEffect {
|
|||
staticText = "Sacrifice an artifact. If you do, search your library for an artifact card and put that card onto the battlefield. Shuffle your library";
|
||||
}
|
||||
|
||||
public TransmuteArtifactEffect(final TransmuteArtifactEffect effect) {
|
||||
private TransmuteArtifactEffect(final TransmuteArtifactEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@ class UnboostCreaturesDefendingPlayerEffect extends ContinuousEffectImpl {
|
|||
staticText = "creatures defending player controls get -1/-1 until end of turn for each +1/+1 counter on Darth Vader";
|
||||
}
|
||||
|
||||
public UnboostCreaturesDefendingPlayerEffect(final UnboostCreaturesDefendingPlayerEffect effect) {
|
||||
private UnboostCreaturesDefendingPlayerEffect(final UnboostCreaturesDefendingPlayerEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ class DaruSpiritualistTriggeredAbility extends TriggeredAbilityImpl {
|
|||
super(Zone.BATTLEFIELD, effect);
|
||||
}
|
||||
|
||||
public DaruSpiritualistTriggeredAbility(final DaruSpiritualistTriggeredAbility ability) {
|
||||
private DaruSpiritualistTriggeredAbility(final DaruSpiritualistTriggeredAbility ability) {
|
||||
super(ability);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@ class DashHopesCounterSourceEffect extends OneShotEffect {
|
|||
staticText = "any player may pay 5 life. If a player does, counter {this}";
|
||||
}
|
||||
|
||||
public DashHopesCounterSourceEffect(final DashHopesCounterSourceEffect effect) {
|
||||
private DashHopesCounterSourceEffect(final DashHopesCounterSourceEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -68,7 +68,7 @@ class DaughterOfAutumnPreventDamageTargetEffect extends RedirectionEffect {
|
|||
staticText = "The next " + amount + " damage that would be dealt to target white creature this turn is dealt to {this} instead";
|
||||
}
|
||||
|
||||
public DaughterOfAutumnPreventDamageTargetEffect(final DaughterOfAutumnPreventDamageTargetEffect effect) {
|
||||
private DaughterOfAutumnPreventDamageTargetEffect(final DaughterOfAutumnPreventDamageTargetEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@ class DauntingDefenderEffect extends PreventionEffectImpl {
|
|||
this.staticText = "If a source would deal damage to a Cleric creature you control, prevent " + amount + " of that damage";
|
||||
}
|
||||
|
||||
public DauntingDefenderEffect(DauntingDefenderEffect effect) {
|
||||
private DauntingDefenderEffect(final DauntingDefenderEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@ class DauntlessBodyguardGainAbilityEffect extends OneShotEffect {
|
|||
this.staticText = "The chosen creature gains indestructible until end of turn";
|
||||
}
|
||||
|
||||
public DauntlessBodyguardGainAbilityEffect(final DauntlessBodyguardGainAbilityEffect effect) {
|
||||
private DauntlessBodyguardGainAbilityEffect(final DauntlessBodyguardGainAbilityEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -59,7 +59,7 @@ class DawnOfTheDeadEffect extends OneShotEffect {
|
|||
this.staticText = "return target creature card from your graveyard to the battlefield. That creature gains haste until end of turn. Exile it at the beginning of the next end step";
|
||||
}
|
||||
|
||||
public DawnOfTheDeadEffect(final DawnOfTheDeadEffect effect) {
|
||||
private DawnOfTheDeadEffect(final DawnOfTheDeadEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@ class DawnbreakReclaimerEffect extends OneShotEffect {
|
|||
this.staticText = "choose a creature card in an opponent's graveyard, then that player chooses a creature card in your graveyard. You may return those cards to the battlefield under their owners' control";
|
||||
}
|
||||
|
||||
public DawnbreakReclaimerEffect(final DawnbreakReclaimerEffect effect) {
|
||||
private DawnbreakReclaimerEffect(final DawnbreakReclaimerEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@ class DaxosOfMeletisEffect extends OneShotEffect {
|
|||
this.staticText = "exile the top card of that player's library. You gain life equal to that card's mana value. Until end of turn, you may cast that card and you may spend mana as though it were mana of any color to cast that spell";
|
||||
}
|
||||
|
||||
public DaxosOfMeletisEffect(final DaxosOfMeletisEffect effect) {
|
||||
private DaxosOfMeletisEffect(final DaxosOfMeletisEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@ class DayOfTheDragonsEntersEffect extends OneShotEffect {
|
|||
staticText = "exile all creatures you control. Then create that many 5/5 red Dragon creature tokens with flying";
|
||||
}
|
||||
|
||||
public DayOfTheDragonsEntersEffect(final DayOfTheDragonsEntersEffect effect) {
|
||||
private DayOfTheDragonsEntersEffect(final DayOfTheDragonsEntersEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
@ -104,7 +104,7 @@ class DayOfTheDragonsLeavesEffect extends OneShotEffect {
|
|||
staticText = "sacrifice all Dragons you control. Then return the exiled cards to the battlefield under your control";
|
||||
}
|
||||
|
||||
public DayOfTheDragonsLeavesEffect(final DayOfTheDragonsLeavesEffect effect) {
|
||||
private DayOfTheDragonsLeavesEffect(final DayOfTheDragonsLeavesEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@ class DazzlingReflectionEffect extends OneShotEffect {
|
|||
this.staticText = "You gain life equal to target creature's power. The next time that creature would deal damage this turn, prevent that damage";
|
||||
}
|
||||
|
||||
public DazzlingReflectionEffect(final DazzlingReflectionEffect effect) {
|
||||
private DazzlingReflectionEffect(final DazzlingReflectionEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
@ -81,7 +81,7 @@ class DazzlingReflectionPreventEffect extends PreventionEffectImpl {
|
|||
staticText = "The next time that creature would deal damage this turn, prevent that damage";
|
||||
}
|
||||
|
||||
public DazzlingReflectionPreventEffect(final DazzlingReflectionPreventEffect effect) {
|
||||
private DazzlingReflectionPreventEffect(final DazzlingReflectionPreventEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@ class DeadIronSledgeTriggeredAbility extends TriggeredAbilityImpl {
|
|||
setTriggerPhrase("Whenever equipped creature blocks or becomes blocked by a creature, ");
|
||||
}
|
||||
|
||||
public DeadIronSledgeTriggeredAbility(final DeadIronSledgeTriggeredAbility ability) {
|
||||
private DeadIronSledgeTriggeredAbility(final DeadIronSledgeTriggeredAbility ability) {
|
||||
super(ability);
|
||||
}
|
||||
|
||||
|
|
@ -103,7 +103,7 @@ class DeadIronSledgeDestroyEffect extends OneShotEffect {
|
|||
this.staticText = "destroy both creatures";
|
||||
}
|
||||
|
||||
public DeadIronSledgeDestroyEffect(final DeadIronSledgeDestroyEffect effect) {
|
||||
private DeadIronSledgeDestroyEffect(final DeadIronSledgeDestroyEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -66,7 +66,7 @@ class DeadMansChestEffect extends OneShotEffect {
|
|||
+ "and you may spend mana as though it were mana of any type to cast those spells";
|
||||
}
|
||||
|
||||
public DeadMansChestEffect(final DeadMansChestEffect effect) {
|
||||
private DeadMansChestEffect(final DeadMansChestEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
@ -112,7 +112,7 @@ class DeadMansChestCastFromExileEffect extends AsThoughEffectImpl {
|
|||
staticText = "You may cast nonland cards from among them as long as they remain exiled";
|
||||
}
|
||||
|
||||
public DeadMansChestCastFromExileEffect(final DeadMansChestCastFromExileEffect effect) {
|
||||
private DeadMansChestCastFromExileEffect(final DeadMansChestCastFromExileEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
@ -147,7 +147,7 @@ class DeadMansChestSpendManaEffect extends AsThoughEffectImpl implements AsThoug
|
|||
staticText = "and you may spend mana as though it were mana of any type to cast those spells";
|
||||
}
|
||||
|
||||
public DeadMansChestSpendManaEffect(final DeadMansChestSpendManaEffect effect) {
|
||||
private DeadMansChestSpendManaEffect(final DeadMansChestSpendManaEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@ class DeadReckoningEffect extends OneShotEffect {
|
|||
this.setTargetPointer(new EachTargetPointer());
|
||||
}
|
||||
|
||||
public DeadReckoningEffect(final DeadReckoningEffect effect) {
|
||||
private DeadReckoningEffect(final DeadReckoningEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@ class DeadRingersEffect extends DestroyTargetEffect {
|
|||
staticText = "Destroy two target nonblack creatures unless either one is a color the other isn't. They can't be regenerated.";
|
||||
}
|
||||
|
||||
public DeadRingersEffect(final DeadRingersEffect effect) {
|
||||
private DeadRingersEffect(final DeadRingersEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@ class DeadbridgeChantEffect extends OneShotEffect {
|
|||
this.staticText = "choose a card at random in your graveyard. If it's a creature card, put it onto the battlefield. Otherwise, put it into your hand";
|
||||
}
|
||||
|
||||
public DeadbridgeChantEffect(final DeadbridgeChantEffect effect) {
|
||||
private DeadbridgeChantEffect(final DeadbridgeChantEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ class DeadfallEffect extends AsThoughEffectImpl {
|
|||
staticText = "Creatures with forestwalk can be blocked as though they didn't have forestwalk";
|
||||
}
|
||||
|
||||
public DeadfallEffect(final DeadfallEffect effect) {
|
||||
private DeadfallEffect(final DeadfallEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -59,7 +59,7 @@ class DeadlockTrapCantActivateEffect extends RestrictionEffect {
|
|||
staticText = "Its activated abilities can't be activated this turn";
|
||||
}
|
||||
|
||||
public DeadlockTrapCantActivateEffect(final DeadlockTrapCantActivateEffect effect) {
|
||||
private DeadlockTrapCantActivateEffect(final DeadlockTrapCantActivateEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@ class DeadlyDesignsTriggerAbility extends StateTriggeredAbility {
|
|||
super(Zone.BATTLEFIELD, new DeadlyDesignsEffect());
|
||||
}
|
||||
|
||||
public DeadlyDesignsTriggerAbility(final DeadlyDesignsTriggerAbility ability) {
|
||||
private DeadlyDesignsTriggerAbility(final DeadlyDesignsTriggerAbility ability) {
|
||||
super(ability);
|
||||
}
|
||||
|
||||
|
|
@ -86,7 +86,7 @@ class DeadlyDesignsEffect extends SacrificeSourceEffect {
|
|||
super();
|
||||
}
|
||||
|
||||
public DeadlyDesignsEffect(final DeadlyDesignsEffect effect) {
|
||||
private DeadlyDesignsEffect(final DeadlyDesignsEffect effect) {
|
||||
super(effect);
|
||||
this.sacrificed = effect.sacrificed;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ class DeadlyTempestEffect extends OneShotEffect {
|
|||
this.staticText = "Destroy all creatures. Each player loses life equal to the number of creatures they controlled that were destroyed this way";
|
||||
}
|
||||
|
||||
public DeadlyTempestEffect(final DeadlyTempestEffect effect) {
|
||||
private DeadlyTempestEffect(final DeadlyTempestEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@ class DearlyDepartedEntersBattlefieldEffect extends ReplacementEffectImpl {
|
|||
staticText = "As long as {this} is in your graveyard, each Human creature you control enters the battlefield with an additional +1/+1 counter on it";
|
||||
}
|
||||
|
||||
public DearlyDepartedEntersBattlefieldEffect(DearlyDepartedEntersBattlefieldEffect effect) {
|
||||
private DearlyDepartedEntersBattlefieldEffect(final DearlyDepartedEntersBattlefieldEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ class DeathByDragonsEffect extends OneShotEffect {
|
|||
this.staticText = "Each player other than target player creates a 5/5 red Dragon creature token with flying";
|
||||
}
|
||||
|
||||
public DeathByDragonsEffect(final DeathByDragonsEffect effect) {
|
||||
private DeathByDragonsEffect(final DeathByDragonsEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ class DeathFrenzyDelayedTriggeredAbility extends DelayedTriggeredAbility {
|
|||
super(new GainLifeEffect(1), Duration.EndOfTurn, false);
|
||||
}
|
||||
|
||||
public DeathFrenzyDelayedTriggeredAbility(DeathFrenzyDelayedTriggeredAbility ability) {
|
||||
private DeathFrenzyDelayedTriggeredAbility(final DeathFrenzyDelayedTriggeredAbility ability) {
|
||||
super(ability);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ public final class DeathGrasp extends CardImpl {
|
|||
this.getSpellAbility().addTarget(new TargetAnyTarget());
|
||||
}
|
||||
|
||||
public DeathGrasp (final DeathGrasp card) {
|
||||
private DeathGrasp(final DeathGrasp card) {
|
||||
super(card);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -76,7 +76,7 @@ public final class DeathMaskDuplicant extends CardImpl {
|
|||
staticText = "As long as a card exiled with {this} has flying, {this} has flying. The same is true for fear, first strike, double strike, haste, landwalk, protection, and trample";
|
||||
}
|
||||
|
||||
public DeathMaskDuplicantEffect(final DeathMaskDuplicantEffect effect) {
|
||||
private DeathMaskDuplicantEffect(final DeathMaskDuplicantEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -74,7 +74,7 @@ class DeathMatchEffect extends OneShotEffect {
|
|||
return false;
|
||||
}
|
||||
|
||||
public DeathMatchEffect(final DeathMatchEffect effect) {
|
||||
private DeathMatchEffect(final DeathMatchEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ class DeathPitOfferingEffect extends OneShotEffect {
|
|||
this.staticText = "sacrifice all creatures you control";
|
||||
}
|
||||
|
||||
public DeathPitOfferingEffect(final DeathPitOfferingEffect effect) {
|
||||
private DeathPitOfferingEffect(final DeathPitOfferingEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ class DeathPitsOfRathTriggeredAbility extends TriggeredAbilityImpl {
|
|||
super(Zone.BATTLEFIELD, new DestroyTargetEffect(true));
|
||||
}
|
||||
|
||||
public DeathPitsOfRathTriggeredAbility(final DeathPitsOfRathTriggeredAbility effect) {
|
||||
private DeathPitsOfRathTriggeredAbility(final DeathPitsOfRathTriggeredAbility effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@ public final class DeathWatch extends CardImpl {
|
|||
staticText = "that creature's controller loses life equal to its power and you gain life equal to its toughness.";
|
||||
}
|
||||
|
||||
public DeathWatchEffect(DeathWatchEffect copy) {
|
||||
private DeathWatchEffect(final DeathWatchEffect copy) {
|
||||
super(copy);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -59,7 +59,7 @@ public final class DeathbringerLiege extends CardImpl {
|
|||
this.addAbility(ability);
|
||||
}
|
||||
|
||||
public DeathbringerLiege (final DeathbringerLiege card) {
|
||||
private DeathbringerLiege(final DeathbringerLiege card) {
|
||||
super(card);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ public final class DeathcurseOgre extends CardImpl {
|
|||
this.addAbility(new DiesSourceTriggeredAbility(new LoseLifeAllPlayersEffect(3)));
|
||||
}
|
||||
|
||||
public DeathcurseOgre (final DeathcurseOgre card) {
|
||||
private DeathcurseOgre(final DeathcurseOgre card) {
|
||||
super(card);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@ class DeathforgeShamanEffect extends OneShotEffect {
|
|||
staticText = "it deals damage to target player or planeswalker equal to twice the number of times it was kicked";
|
||||
}
|
||||
|
||||
public DeathforgeShamanEffect(final DeathforgeShamanEffect effect) {
|
||||
private DeathforgeShamanEffect(final DeathforgeShamanEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@ class DeathgorgeScavengerEffect extends OneShotEffect {
|
|||
this.staticText = "exile target card from a graveyard. If a creature card is exiled this way, you gain 2 life. If a noncreature card is exiled this way, {this} gets +1/+1 until end of turn";
|
||||
}
|
||||
|
||||
public DeathgorgeScavengerEffect(final DeathgorgeScavengerEffect effect) {
|
||||
private DeathgorgeScavengerEffect(final DeathgorgeScavengerEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ public final class DeathlessAngel extends CardImpl {
|
|||
this.addAbility(ability);
|
||||
}
|
||||
|
||||
public DeathlessAngel (final DeathlessAngel card) {
|
||||
private DeathlessAngel(final DeathlessAngel card) {
|
||||
super(card);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@ class DeathmistRaptorEffect extends OneShotEffect {
|
|||
this.staticText = "you may return {this} from your graveyard to the battlefield face up or face down";
|
||||
}
|
||||
|
||||
public DeathmistRaptorEffect(final DeathmistRaptorEffect effect) {
|
||||
private DeathmistRaptorEffect(final DeathmistRaptorEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@ class DeathsCaressEffect extends OneShotEffect {
|
|||
this.staticText = "If that creature was a Human, you gain life equal to its toughness";
|
||||
}
|
||||
|
||||
public DeathsCaressEffect(final DeathsCaressEffect effect) {
|
||||
private DeathsCaressEffect(final DeathsCaressEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ class DeathsPresenceTriggeredAbility extends TriggeredAbilityImpl {
|
|||
super(Zone.BATTLEFIELD, null);
|
||||
}
|
||||
|
||||
public DeathsPresenceTriggeredAbility(final DeathsPresenceTriggeredAbility ability) {
|
||||
private DeathsPresenceTriggeredAbility(final DeathsPresenceTriggeredAbility ability) {
|
||||
super(ability);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ public final class DebtOfLoyalty extends CardImpl {
|
|||
this.staticText = "Regenerate target creature. You gain control of that creature if it regenerates this way.";
|
||||
}
|
||||
|
||||
public DebtOfLoyaltyEffect(final DebtOfLoyaltyEffect effect) {
|
||||
private DebtOfLoyaltyEffect(final DebtOfLoyaltyEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ class DebtToTheDeathlessEffect extends OneShotEffect {
|
|||
this.staticText = "Each opponent loses two times X life. You gain life equal to the life lost this way";
|
||||
}
|
||||
|
||||
public DebtToTheDeathlessEffect(final DebtToTheDeathlessEffect effect) {
|
||||
private DebtToTheDeathlessEffect(final DebtToTheDeathlessEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ class DeceiverOfFormEffect extends OneShotEffect {
|
|||
this.staticText = "reveal the top card of your library. If a creature card is revealed this way, you may have creatures you control other than Deceiver of Form becomes copies of that card until end of turn. You may put that card on the bottom of your library";
|
||||
}
|
||||
|
||||
public DeceiverOfFormEffect(final DeceiverOfFormEffect effect) {
|
||||
private DeceiverOfFormEffect(final DeceiverOfFormEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -72,7 +72,7 @@ class DecimatorBeetleEffect extends OneShotEffect {
|
|||
staticText = "remove a -1/-1 counter from target creature you control and put a -1/-1 counter on up to one target creature defending player controls";
|
||||
}
|
||||
|
||||
public DecimatorBeetleEffect(DecimatorBeetleEffect effect) {
|
||||
private DecimatorBeetleEffect(final DecimatorBeetleEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ public final class DecimatorWeb extends CardImpl {
|
|||
this.addAbility(ability);
|
||||
}
|
||||
|
||||
public DecimatorWeb (final DecimatorWeb card) {
|
||||
private DecimatorWeb(final DecimatorWeb card) {
|
||||
super(card);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ class DeclarationInStoneEffect extends OneShotEffect {
|
|||
staticText = "Exile target creature and all other creatures its controller controls with the same name as that creature. That player investigates for each nontoken creature exiled this way.";
|
||||
}
|
||||
|
||||
public DeclarationInStoneEffect(final DeclarationInStoneEffect effect) {
|
||||
private DeclarationInStoneEffect(final DeclarationInStoneEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@ class DecreeOfPainEffect extends OneShotEffect {
|
|||
this.staticText = "Destroy all creatures. They can't be regenerated. Draw a card for each creature destroyed this way";
|
||||
}
|
||||
|
||||
public DecreeOfPainEffect(final DecreeOfPainEffect effect) {
|
||||
private DecreeOfPainEffect(final DecreeOfPainEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ public final class DeemWorthy extends CardImpl {
|
|||
this.addAbility(ability);
|
||||
}
|
||||
|
||||
public DeemWorthy(final DeemWorthy card) {
|
||||
private DeemWorthy(final DeemWorthy card) {
|
||||
super(card);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@ class DeepFreezeToken extends TokenImpl {
|
|||
this.addAbility(DefenderAbility.getInstance());
|
||||
}
|
||||
|
||||
public DeepFreezeToken(final DeepFreezeToken token) {
|
||||
private DeepFreezeToken(final DeepFreezeToken token) {
|
||||
super(token);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@ class DeepfathomSkulkerTriggeredAbility extends TriggeredAbilityImpl {
|
|||
super(Zone.BATTLEFIELD, new DrawCardSourceControllerEffect(1), true);
|
||||
}
|
||||
|
||||
public DeepfathomSkulkerTriggeredAbility(final DeepfathomSkulkerTriggeredAbility ability) {
|
||||
private DeepfathomSkulkerTriggeredAbility(final DeepfathomSkulkerTriggeredAbility ability) {
|
||||
super(ability);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ class DeepglowSkateEffect extends OneShotEffect {
|
|||
this.staticText = "double the number of each kind of counter on any number of target permanents";
|
||||
}
|
||||
|
||||
public DeepglowSkateEffect(final DeepglowSkateEffect effect) {
|
||||
private DeepglowSkateEffect(final DeepglowSkateEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ class DefiantBloodlordTriggeredAbility extends TriggeredAbilityImpl {
|
|||
super(Zone.BATTLEFIELD, null);
|
||||
}
|
||||
|
||||
public DefiantBloodlordTriggeredAbility(final DefiantBloodlordTriggeredAbility ability) {
|
||||
private DefiantBloodlordTriggeredAbility(final DefiantBloodlordTriggeredAbility ability) {
|
||||
super(ability);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -121,7 +121,7 @@ class DefiantVanguardEffect extends OneShotEffect {
|
|||
staticText = "destroy it and all creatures it blocked this turn";
|
||||
}
|
||||
|
||||
public DefiantVanguardEffect(final DefiantVanguardEffect effect) {
|
||||
private DefiantVanguardEffect(final DefiantVanguardEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ class DeflectingPalmEffect extends PreventionEffectImpl {
|
|||
this.target = new TargetSource();
|
||||
}
|
||||
|
||||
public DeflectingPalmEffect(final DeflectingPalmEffect effect) {
|
||||
private DeflectingPalmEffect(final DeflectingPalmEffect effect) {
|
||||
super(effect);
|
||||
this.target = effect.target.copy();
|
||||
}
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ class DefyDeathEffect extends OneShotEffect {
|
|||
this.staticText = "If it's an Angel, put two +1/+1 counters on it";
|
||||
}
|
||||
|
||||
public DefyDeathEffect(final DefyDeathEffect effect) {
|
||||
private DefyDeathEffect(final DefyDeathEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@ class DelayEffect extends OneShotEffect {
|
|||
this.staticText = "Counter target spell. If the spell is countered this way, exile it with three time counters on it instead of putting it into its owner's graveyard. If it doesn't have suspend, it gains suspend";
|
||||
}
|
||||
|
||||
public DelayEffect(final DelayEffect effect) {
|
||||
private DelayEffect(final DelayEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -139,7 +139,7 @@ class DelightedHalflingCantCounterEffect extends ContinuousRuleModifyingEffectIm
|
|||
staticText = null;
|
||||
}
|
||||
|
||||
public DelightedHalflingCantCounterEffect(final DelightedHalflingCantCounterEffect effect) {
|
||||
private DelightedHalflingCantCounterEffect(final DelightedHalflingCantCounterEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@ class DeliriumEffect extends OneShotEffect {
|
|||
this.staticText = "that creature deals damage equal to its power to the player";
|
||||
}
|
||||
|
||||
public DeliriumEffect(DeliriumEffect effect) {
|
||||
private DeliriumEffect(final DeliriumEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -59,7 +59,7 @@ class DelverOfSecretsEffect extends OneShotEffect {
|
|||
this.staticText = "look at the top card of your library. You may reveal that card. If an instant or sorcery card is revealed this way, transform {this}";
|
||||
}
|
||||
|
||||
public DelverOfSecretsEffect(final DelverOfSecretsEffect effect) {
|
||||
private DelverOfSecretsEffect(final DelverOfSecretsEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@ class DementiaSliverEffect extends OneShotEffect {
|
|||
staticText = "Target opponent reveals a card at random from their hand. If that card has the chose name, that player discards it";
|
||||
}
|
||||
|
||||
public DementiaSliverEffect(final DementiaSliverEffect effect) {
|
||||
private DementiaSliverEffect(final DementiaSliverEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -66,7 +66,7 @@ class DemigodOfRevengeReturnEffect extends OneShotEffect {
|
|||
staticText = "return all cards named Demigod of Revenge from your graveyard to the battlefield";
|
||||
}
|
||||
|
||||
public DemigodOfRevengeReturnEffect(final DemigodOfRevengeReturnEffect effect) {
|
||||
private DemigodOfRevengeReturnEffect(final DemigodOfRevengeReturnEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -75,7 +75,7 @@ class DemonicEmbracePlayEffect extends AsThoughEffectImpl {
|
|||
staticText = "You may cast {this} from your graveyard by paying 3 life and discarding a card in addition to paying its other costs";
|
||||
}
|
||||
|
||||
public DemonicEmbracePlayEffect(final DemonicEmbracePlayEffect effect) {
|
||||
private DemonicEmbracePlayEffect(final DemonicEmbracePlayEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@ class DemonicHordesEffect extends OneShotEffect {
|
|||
staticText = "unless you pay {B}{B}{B}, tap {this} and sacrifice a land of an opponent's choice";
|
||||
}
|
||||
|
||||
public DemonicHordesEffect(final DemonicHordesEffect effect) {
|
||||
private DemonicHordesEffect(final DemonicHordesEffect effect) {
|
||||
super(effect);
|
||||
this.cost = effect.cost.copy();
|
||||
}
|
||||
|
|
|
|||
|
|
@ -59,7 +59,7 @@ class DemonlordBelzenlokEffect extends OneShotEffect {
|
|||
+ "{this} deals 1 damage to you for each card put into your hand this way";
|
||||
}
|
||||
|
||||
public DemonlordBelzenlokEffect(final DemonlordBelzenlokEffect effect) {
|
||||
private DemonlordBelzenlokEffect(final DemonlordBelzenlokEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ public final class Demystify extends CardImpl {
|
|||
this.getSpellAbility().addTarget(new TargetEnchantmentPermanent());
|
||||
}
|
||||
|
||||
public Demystify (final Demystify card) {
|
||||
private Demystify(final Demystify card) {
|
||||
super(card);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ class DeniedEffect extends OneShotEffect {
|
|||
staticText = "Choose a card name, then target spell's controller reveals their hand. If a card with the chosen name is revealed this way, counter that spell";
|
||||
}
|
||||
|
||||
public DeniedEffect(final DeniedEffect effect) {
|
||||
private DeniedEffect(final DeniedEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@ class DenseCanopyCantBlockEffect extends RestrictionEffect {
|
|||
staticText = "creatures with flying can block only creatures with flying";
|
||||
}
|
||||
|
||||
public DenseCanopyCantBlockEffect(final DenseCanopyCantBlockEffect effect) {
|
||||
private DenseCanopyCantBlockEffect(final DenseCanopyCantBlockEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue