mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 21:02:08 -08:00
refactor: Clean all copy constructors in cards starting C (#11123)
This commit is contained in:
parent
54f1506971
commit
de687c7f0c
270 changed files with 313 additions and 313 deletions
|
|
@ -49,7 +49,7 @@ class CabalShrineTriggeredAbility extends TriggeredAbilityImpl {
|
|||
super(Zone.BATTLEFIELD, new CabalShrineEffect(), false);
|
||||
}
|
||||
|
||||
public CabalShrineTriggeredAbility(final CabalShrineTriggeredAbility ability) {
|
||||
private CabalShrineTriggeredAbility(final CabalShrineTriggeredAbility ability) {
|
||||
super(ability);
|
||||
}
|
||||
|
||||
|
|
@ -83,7 +83,7 @@ class CabalShrineEffect extends OneShotEffect {
|
|||
staticText = "Whenever a player casts a spell, that player discards X cards, where X is the number of cards in all graveyards with the same name as that spell";
|
||||
}
|
||||
|
||||
public CabalShrineEffect(final CabalShrineEffect effect) {
|
||||
private CabalShrineEffect(final CabalShrineEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@ class CabalTherapyEffect extends OneShotEffect {
|
|||
staticText = "Target player reveals their hand and discards all cards with that name";
|
||||
}
|
||||
|
||||
public CabalTherapyEffect(final CabalTherapyEffect effect) {
|
||||
private CabalTherapyEffect(final CabalTherapyEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@ class CadaverousBloomManaEffect extends BasicManaEffect {
|
|||
super(mana);
|
||||
}
|
||||
|
||||
public CadaverousBloomManaEffect(final CadaverousBloomManaEffect effect) {
|
||||
private CadaverousBloomManaEffect(final CadaverousBloomManaEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -59,7 +59,7 @@ class CageOfHandsEffect extends RestrictionEffect {
|
|||
staticText = "Enchanted creature can't attack or block";
|
||||
}
|
||||
|
||||
public CageOfHandsEffect(final CageOfHandsEffect effect) {
|
||||
private CageOfHandsEffect(final CageOfHandsEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@ class CagedSunEffect2 extends ContinuousEffectImpl {
|
|||
staticText = "Creatures you control of the chosen color get +1/+1";
|
||||
}
|
||||
|
||||
public CagedSunEffect2(final CagedSunEffect2 effect) {
|
||||
private CagedSunEffect2(final CagedSunEffect2 effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
@ -93,7 +93,7 @@ class CagedSunTriggeredAbility extends TriggeredManaAbility {
|
|||
super(Zone.BATTLEFIELD, new CagedSunEffect());
|
||||
}
|
||||
|
||||
public CagedSunTriggeredAbility(CagedSunTriggeredAbility ability) {
|
||||
private CagedSunTriggeredAbility(final CagedSunTriggeredAbility ability) {
|
||||
super(ability);
|
||||
}
|
||||
|
||||
|
|
@ -131,7 +131,7 @@ class CagedSunEffect extends ManaEffect {
|
|||
super();
|
||||
}
|
||||
|
||||
public CagedSunEffect(final CagedSunEffect effect) {
|
||||
private CagedSunEffect(final CagedSunEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ public final class CairnWanderer extends CardImpl {
|
|||
staticText = "As long as a creature card with flying is in a graveyard, {this} has flying. The same is true for fear, first strike, double strike, deathtouch, haste, landwalk, lifelink, protection, reach, trample, shroud, and vigilance.";
|
||||
}
|
||||
|
||||
public CairnWandererEffect(final CairnWandererEffect effect) {
|
||||
private CairnWandererEffect(final CairnWandererEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ class CallOfTheWildEffect extends OneShotEffect {
|
|||
this.staticText = "Reveal the top card of your library. If it's a creature card, put it onto the battlefield. Otherwise, put it into your graveyard";
|
||||
}
|
||||
|
||||
public CallOfTheWildEffect(final CallOfTheWildEffect effect) {
|
||||
private CallOfTheWildEffect(final CallOfTheWildEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -83,7 +83,7 @@ class CallToArmsEffect extends ContinuousEffectImpl {
|
|||
+ "the chosen player controls but isn't tied for most common.";
|
||||
}
|
||||
|
||||
public CallToArmsEffect(final CallToArmsEffect effect) {
|
||||
private CallToArmsEffect(final CallToArmsEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
@ -117,7 +117,7 @@ class CallToArmsStateTriggeredAbility extends StateTriggeredAbility {
|
|||
super(Zone.BATTLEFIELD, new SacrificeSourceEffect());
|
||||
}
|
||||
|
||||
public CallToArmsStateTriggeredAbility(final CallToArmsStateTriggeredAbility ability) {
|
||||
private CallToArmsStateTriggeredAbility(final CallToArmsStateTriggeredAbility ability) {
|
||||
super(ability);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@ class CallToHeelEffect extends OneShotEffect {
|
|||
this.staticText = "Its controller draws a card";
|
||||
}
|
||||
|
||||
public CallToHeelEffect(final CallToHeelEffect effect) {
|
||||
private CallToHeelEffect(final CallToHeelEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ public final class CallerOfGales extends CardImpl {
|
|||
this.addAbility(ability);
|
||||
}
|
||||
|
||||
public CallerOfGales (final CallerOfGales card) {
|
||||
private CallerOfGales(final CallerOfGales card) {
|
||||
super(card);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -131,7 +131,7 @@ class ChooseCreatureTypeEffect extends OneShotEffect {
|
|||
staticText = "choose a creature type";
|
||||
}
|
||||
|
||||
public ChooseCreatureTypeEffect(final ChooseCreatureTypeEffect effect) {
|
||||
private ChooseCreatureTypeEffect(final ChooseCreatureTypeEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@ class CallousDeceiverEffect extends OneShotEffect {
|
|||
this.staticText = "Reveal the top card of your library. If it's a land card, {this} gets +1/+0 and gains flying until end of turn";
|
||||
}
|
||||
|
||||
public CallousDeceiverEffect(final CallousDeceiverEffect effect) {
|
||||
private CallousDeceiverEffect(final CallousDeceiverEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@ class CallousGiantEffect extends PreventionEffectImpl {
|
|||
staticText = "If a source would deal 3 or less damage to {this}, prevent that damage.";
|
||||
}
|
||||
|
||||
public CallousGiantEffect(final CallousGiantEffect effect) {
|
||||
private CallousGiantEffect(final CallousGiantEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -74,7 +74,7 @@ class CallousOppressorFilter extends FilterCreaturePermanent {
|
|||
super("creature that isn't of the chosen type");
|
||||
}
|
||||
|
||||
public CallousOppressorFilter(final CallousOppressorFilter filter) {
|
||||
private CallousOppressorFilter(final CallousOppressorFilter filter) {
|
||||
super(filter);
|
||||
}
|
||||
|
||||
|
|
@ -104,7 +104,7 @@ class CallousOppressorChooseCreatureTypeEffect extends OneShotEffect {
|
|||
staticText = "an opponent chooses a creature type";
|
||||
}
|
||||
|
||||
public CallousOppressorChooseCreatureTypeEffect(final CallousOppressorChooseCreatureTypeEffect effect) {
|
||||
private CallousOppressorChooseCreatureTypeEffect(final CallousOppressorChooseCreatureTypeEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -81,7 +81,7 @@ class JarakuTheInterloper extends TokenImpl {
|
|||
ability.addTarget(new TargetSpell());
|
||||
this.addAbility(ability);
|
||||
}
|
||||
public JarakuTheInterloper(final JarakuTheInterloper token) {
|
||||
private JarakuTheInterloper(final JarakuTheInterloper token) {
|
||||
super(token);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@ class CalmingVerseEffect extends OneShotEffect {
|
|||
this.staticText = "Destroy all enchantments you don't control. Then if you control an untapped land, destroy all enchantments you control";
|
||||
}
|
||||
|
||||
public CalmingVerseEffect(final CalmingVerseEffect effect) {
|
||||
private CalmingVerseEffect(final CalmingVerseEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ class CamaraderieEffect extends OneShotEffect {
|
|||
+ "Creatures you control get +1/+1 until end of turn.";
|
||||
}
|
||||
|
||||
public CamaraderieEffect(final CamaraderieEffect effect) {
|
||||
private CamaraderieEffect(final CamaraderieEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -65,7 +65,7 @@ class CamouflageEffect extends ContinuousRuleModifyingEffectImpl {
|
|||
staticText = "This turn, instead of declaring blockers, each defending player chooses any number of creatures they control and divides them into a number of piles equal to the number of attacking creatures for whom that player is the defending player. Creatures they control that can block additional creatures may likewise be put into additional piles. Assign each pile to a different one of those attacking creatures at random. Each creature in a pile that can block the creature that pile is assigned to does so";
|
||||
}
|
||||
|
||||
public CamouflageEffect(final CamouflageEffect effect) {
|
||||
private CamouflageEffect(final CamouflageEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ class CampaignOfVengeanceTriggeredAbility extends TriggeredAbilityImpl {
|
|||
this.addEffect(new GainLifeEffect(1));
|
||||
}
|
||||
|
||||
public CampaignOfVengeanceTriggeredAbility(final CampaignOfVengeanceTriggeredAbility ability) {
|
||||
private CampaignOfVengeanceTriggeredAbility(final CampaignOfVengeanceTriggeredAbility ability) {
|
||||
super(ability);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@ class CanalCourierTriggeredAbility extends TriggeredAbilityImpl {
|
|||
setTriggerPhrase("Whenever {this} and another creature attack different players, ");
|
||||
}
|
||||
|
||||
public CanalCourierTriggeredAbility(final CanalCourierTriggeredAbility ability) {
|
||||
private CanalCourierTriggeredAbility(final CanalCourierTriggeredAbility ability) {
|
||||
super(ability);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@ class CandlesGlowPreventDamageTargetEffect extends PreventionEffectImpl {
|
|||
staticText = "Prevent the next 3 damage that would be dealt to any target this turn. You gain life equal to the damage prevented this way";
|
||||
}
|
||||
|
||||
public CandlesGlowPreventDamageTargetEffect(final CandlesGlowPreventDamageTargetEffect effect) {
|
||||
private CandlesGlowPreventDamageTargetEffect(final CandlesGlowPreventDamageTargetEffect effect) {
|
||||
super(effect);
|
||||
this.amount = effect.amount;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ class CandlesOfLengEffect extends OneShotEffect {
|
|||
this.staticText = "Reveal the top card of your library. If it has the same name as a card in your graveyard, put it into your graveyard. Otherwise, draw a card";
|
||||
}
|
||||
|
||||
public CandlesOfLengEffect(final CandlesOfLengEffect effect) {
|
||||
private CandlesOfLengEffect(final CandlesOfLengEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@ class CankerAbominationEffect extends OneShotEffect {
|
|||
this.staticText = "choose an opponent. {this} enters the battlefield with a -1/-1 counter on it for each creature that player controls";
|
||||
}
|
||||
|
||||
public CankerAbominationEffect(final CankerAbominationEffect effect) {
|
||||
private CankerAbominationEffect(final CankerAbominationEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@ class CankerousThirstEffect extends OneShotEffect {
|
|||
this.staticText = "If {B} was spent to cast this spell, you may have target creature get -3/-3 until end of turn. If {G} was spent to cast this spell, you may have target creature get +3/+3 until end of turn";
|
||||
}
|
||||
|
||||
public CankerousThirstEffect(final CankerousThirstEffect effect) {
|
||||
private CankerousThirstEffect(final CankerousThirstEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@ class CannibalizeEffect extends OneShotEffect {
|
|||
"Exile one of the creatures and put two +1/+1 counters on the other";
|
||||
}
|
||||
|
||||
public CannibalizeEffect(final CannibalizeEffect effect) {
|
||||
private CannibalizeEffect(final CannibalizeEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -66,7 +66,7 @@ class CapriciousEfreetEffect extends OneShotEffect {
|
|||
this.staticText = "choose target nonland permanent you control and up to two target nonland permanents you don't control. Destroy one of them at random";
|
||||
}
|
||||
|
||||
public CapriciousEfreetEffect(final CapriciousEfreetEffect effect) {
|
||||
private CapriciousEfreetEffect(final CapriciousEfreetEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@ class CaptivatingGlanceEffect extends OneShotEffect {
|
|||
this.staticText = "clash with an opponent. If you win, gain control of enchanted creature. Otherwise, that player gains control of enchanted creature";
|
||||
}
|
||||
|
||||
public CaptivatingGlanceEffect(final CaptivatingGlanceEffect effect) {
|
||||
private CaptivatingGlanceEffect(final CaptivatingGlanceEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -69,7 +69,7 @@ class CaptivatingVampireEffect extends ContinuousEffectImpl {
|
|||
staticText = "Gain control of target creature. It becomes a Vampire in addition to its other types";
|
||||
}
|
||||
|
||||
public CaptivatingVampireEffect(final CaptivatingVampireEffect effect) {
|
||||
private CaptivatingVampireEffect(final CaptivatingVampireEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ public final class CapturedSunlight extends CardImpl {
|
|||
this.addAbility(new CascadeAbility());
|
||||
}
|
||||
|
||||
public CapturedSunlight (final CapturedSunlight card) {
|
||||
private CapturedSunlight(final CapturedSunlight card) {
|
||||
super(card);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ public final class CaravanHurda extends CardImpl {
|
|||
this.addAbility(LifelinkAbility.getInstance());
|
||||
}
|
||||
|
||||
public CaravanHurda (final CaravanHurda card) {
|
||||
private CaravanHurda(final CaravanHurda card) {
|
||||
super(card);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@ class CaravanVigilEffect extends OneShotEffect {
|
|||
+ "<i>Morbid</i> — You may put that card onto the battlefield instead of putting it into your hand if a creature died this turn";
|
||||
}
|
||||
|
||||
public CaravanVigilEffect(final CaravanVigilEffect effect) {
|
||||
private CaravanVigilEffect(final CaravanVigilEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ public final class CarnageGladiator extends CardImpl {
|
|||
|
||||
}
|
||||
|
||||
public CarnageGladiator (final CarnageGladiator card) {
|
||||
private CarnageGladiator(final CarnageGladiator card) {
|
||||
super(card);
|
||||
}
|
||||
|
||||
|
|
@ -55,7 +55,7 @@ class CarnageGladiatorTriggeredAbility extends TriggeredAbilityImpl {
|
|||
super(Zone.BATTLEFIELD, new LoseLifeTargetEffect(1));
|
||||
}
|
||||
|
||||
public CarnageGladiatorTriggeredAbility(final CarnageGladiatorTriggeredAbility ability) {
|
||||
private CarnageGladiatorTriggeredAbility(final CarnageGladiatorTriggeredAbility ability) {
|
||||
super(ability);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@ class CaromEffect extends RedirectionEffect {
|
|||
staticText = "The next " + amount + " damage that would be dealt to target creature this turn is dealt to another target creature instead";
|
||||
}
|
||||
|
||||
public CaromEffect(final CaromEffect effect) {
|
||||
private CaromEffect(final CaromEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ public final class CarrionCall extends CardImpl {
|
|||
this.getSpellAbility().addEffect(new CreateTokenEffect(new InsectInfectToken(), 2));
|
||||
}
|
||||
|
||||
public CarrionCall (final CarrionCall card) {
|
||||
private CarrionCall(final CarrionCall card) {
|
||||
super(card);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@ class CarrionRatsEffect extends OneShotEffect {
|
|||
this.staticText = "any player may exile a card from their graveyard. If a player does, {this} assigns no combat damage this turn";
|
||||
}
|
||||
|
||||
public CarrionRatsEffect(final CarrionRatsEffect effect) {
|
||||
private CarrionRatsEffect(final CarrionRatsEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@ class CarrionWurmEffect extends OneShotEffect {
|
|||
this.staticText = "any player may exile three cards from their graveyard. If a player does, {this} assigns no combat damage this turn";
|
||||
}
|
||||
|
||||
public CarrionWurmEffect(final CarrionWurmEffect effect) {
|
||||
private CarrionWurmEffect(final CarrionWurmEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@ class CarryAwayEffect extends OneShotEffect {
|
|||
this.staticText = "unattach enchanted Equipment.";
|
||||
}
|
||||
|
||||
public CarryAwayEffect(final CarryAwayEffect effect) {
|
||||
private CarryAwayEffect(final CarryAwayEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -76,7 +76,7 @@ class FightEnchantedTargetEffect extends OneShotEffect {
|
|||
"<i>(Each deals damage equal to its power to the other.)</i>";
|
||||
}
|
||||
|
||||
public FightEnchantedTargetEffect(final FightEnchantedTargetEffect effect) {
|
||||
private FightEnchantedTargetEffect(final FightEnchantedTargetEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@ class CataclysmEffect extends OneShotEffect {
|
|||
staticText = "Each player chooses from among the permanents they control an artifact, a creature, an enchantment, and a land, then sacrifices the rest";
|
||||
}
|
||||
|
||||
public CataclysmEffect(CataclysmEffect effect) {
|
||||
private CataclysmEffect(final CataclysmEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -84,7 +84,7 @@ class CataclysmicGearhulkEffect extends OneShotEffect {
|
|||
"from among the nonland permanents they control, then sacrifices the rest";
|
||||
}
|
||||
|
||||
public CataclysmicGearhulkEffect(CataclysmicGearhulkEffect effect) {
|
||||
private CataclysmicGearhulkEffect(final CataclysmicGearhulkEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ class CatastropheEffect extends OneShotEffect {
|
|||
this.staticText = "Destroy all lands or all creatures. Creatures destroyed this way can't be regenerated";
|
||||
}
|
||||
|
||||
public CatastropheEffect(final CatastropheEffect effect) {
|
||||
private CatastropheEffect(final CatastropheEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -66,7 +66,7 @@ class ReleaseSacrificeEffect extends OneShotEffect {
|
|||
staticText = "Each player sacrifices an artifact, a creature, an enchantment, a land, and a planeswalker";
|
||||
}
|
||||
|
||||
public ReleaseSacrificeEffect(ReleaseSacrificeEffect effect) {
|
||||
private ReleaseSacrificeEffect(final ReleaseSacrificeEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -59,7 +59,7 @@ class CauldronDanceReturnFromGraveyardToBattlefieldTargetEffect extends OneShotE
|
|||
this.staticText = "Return target creature card from your graveyard to the battlefield. That creature gains haste. Return it to your hand at the beginning of the next end step";
|
||||
}
|
||||
|
||||
public CauldronDanceReturnFromGraveyardToBattlefieldTargetEffect(final CauldronDanceReturnFromGraveyardToBattlefieldTargetEffect effect) {
|
||||
private CauldronDanceReturnFromGraveyardToBattlefieldTargetEffect(final CauldronDanceReturnFromGraveyardToBattlefieldTargetEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
@ -104,7 +104,7 @@ class CauldronDancePutCreatureFromHandOntoBattlefieldEffect extends OneShotEffec
|
|||
this.staticText = "You may put a creature card from your hand onto the battlefield. That creature gains haste. Its controller sacrifices it at the beginning of the next end step";
|
||||
}
|
||||
|
||||
public CauldronDancePutCreatureFromHandOntoBattlefieldEffect(final CauldronDancePutCreatureFromHandOntoBattlefieldEffect effect) {
|
||||
private CauldronDancePutCreatureFromHandOntoBattlefieldEffect(final CauldronDancePutCreatureFromHandOntoBattlefieldEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ public final class CausticHound extends CardImpl {
|
|||
this.addAbility(new DiesSourceTriggeredAbility(new LoseLifeAllPlayersEffect(4)));
|
||||
}
|
||||
|
||||
public CausticHound (final CausticHound card) {
|
||||
private CausticHound(final CausticHound card) {
|
||||
super(card);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@ class CausticWaspsTriggeredAbility extends TriggeredAbilityImpl {
|
|||
super(Zone.BATTLEFIELD, new DestroyTargetEffect(), true);
|
||||
}
|
||||
|
||||
public CausticWaspsTriggeredAbility(final CausticWaspsTriggeredAbility ability) {
|
||||
private CausticWaspsTriggeredAbility(final CausticWaspsTriggeredAbility ability) {
|
||||
super(ability);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -168,7 +168,7 @@ class CavernOfSoulsCantCounterEffect extends ContinuousRuleModifyingEffectImpl {
|
|||
staticText = null;
|
||||
}
|
||||
|
||||
public CavernOfSoulsCantCounterEffect(final CavernOfSoulsCantCounterEffect effect) {
|
||||
private CavernOfSoulsCantCounterEffect(final CavernOfSoulsCantCounterEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ public final class CavernThoctar extends CardImpl {
|
|||
this.addAbility(new SimpleActivatedAbility(Zone.BATTLEFIELD, new BoostSourceEffect(1, 0, Duration.EndOfTurn), new ManaCostsImpl<>("{1}{R}")));
|
||||
}
|
||||
|
||||
public CavernThoctar (final CavernThoctar card) {
|
||||
private CavernThoctar(final CavernThoctar card) {
|
||||
super(card);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@ class CavernsOfDespairAttackRestrictionEffect extends RestrictionEffect {
|
|||
staticText = "No more than two creatures can attack each combat";
|
||||
}
|
||||
|
||||
public CavernsOfDespairAttackRestrictionEffect(final CavernsOfDespairAttackRestrictionEffect effect) {
|
||||
private CavernsOfDespairAttackRestrictionEffect(final CavernsOfDespairAttackRestrictionEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
@ -75,7 +75,7 @@ class CavernsOfDespairBlockRestrictionEffect extends RestrictionEffect {
|
|||
staticText = "No more than two creatures can block each combat";
|
||||
}
|
||||
|
||||
public CavernsOfDespairBlockRestrictionEffect(final CavernsOfDespairBlockRestrictionEffect effect) {
|
||||
private CavernsOfDespairBlockRestrictionEffect(final CavernsOfDespairBlockRestrictionEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ class CeaseFireEffect extends ContinuousRuleModifyingEffectImpl {
|
|||
staticText = "Target player can't cast creature spells this turn";
|
||||
}
|
||||
|
||||
public CeaseFireEffect(final CeaseFireEffect effect) {
|
||||
private CeaseFireEffect(final CeaseFireEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@ class CelestialConvergenceEffect extends OneShotEffect {
|
|||
this.staticText = "If there are no omen counters on {this}, the player with the highest life total wins the game. If two or more players are tied for highest life total, the game is a draw";
|
||||
}
|
||||
|
||||
public CelestialConvergenceEffect(final CelestialConvergenceEffect effect) {
|
||||
private CelestialConvergenceEffect(final CelestialConvergenceEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -183,7 +183,7 @@ class CelestialDawnSpendAnyManaEffect extends AsThoughEffectImpl implements AsTh
|
|||
staticText = "You may spend white mana as though it were mana of any color";
|
||||
}
|
||||
|
||||
public CelestialDawnSpendAnyManaEffect(final CelestialDawnSpendAnyManaEffect effect) {
|
||||
private CelestialDawnSpendAnyManaEffect(final CelestialDawnSpendAnyManaEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
@ -218,7 +218,7 @@ class CelestialDawnSpendColorlessManaEffect extends AsThoughEffectImpl implement
|
|||
staticText = "You may spend other mana only as though it were colorless mana";
|
||||
}
|
||||
|
||||
public CelestialDawnSpendColorlessManaEffect(final CelestialDawnSpendColorlessManaEffect effect) {
|
||||
private CelestialDawnSpendColorlessManaEffect(final CelestialDawnSpendColorlessManaEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@ class CelestialKirinEffect extends OneShotEffect {
|
|||
this.staticText = "destroy all permanents with that spell's mana value";
|
||||
}
|
||||
|
||||
public CelestialKirinEffect(final CelestialKirinEffect effect) {
|
||||
private CelestialKirinEffect(final CelestialKirinEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -66,7 +66,7 @@ class CelestialMantleAbility extends TriggeredAbilityImpl {
|
|||
super(Zone.BATTLEFIELD, new CelestialMantleEffect());
|
||||
}
|
||||
|
||||
public CelestialMantleAbility(final CelestialMantleAbility ability) {
|
||||
private CelestialMantleAbility(final CelestialMantleAbility ability) {
|
||||
super(ability);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@ class CellarDoorEffect extends OneShotEffect {
|
|||
this.staticText = "Target player puts the bottom card of their library into their graveyard. If it's a creature card, you create a 2/2 black Zombie creature token";
|
||||
}
|
||||
|
||||
public CellarDoorEffect(final CellarDoorEffect effect) {
|
||||
private CellarDoorEffect(final CellarDoorEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@ class CemeteryPucaEffect extends OneShotEffect {
|
|||
staticText = "{this} becomes a copy of that creature, except it has this ability";
|
||||
}
|
||||
|
||||
public CemeteryPucaEffect(final CemeteryPucaEffect effect) {
|
||||
private CemeteryPucaEffect(final CemeteryPucaEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ class CemeteryRecruitmentEffect extends OneShotEffect {
|
|||
staticText = "Return target creature card from your graveyard to your hand. If it's a Zombie card, draw a card";
|
||||
}
|
||||
|
||||
public CemeteryRecruitmentEffect(final CemeteryRecruitmentEffect effect) {
|
||||
private CemeteryRecruitmentEffect(final CemeteryRecruitmentEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ class CentaurMediatorEffect extends OneShotEffect {
|
|||
staticText = "each player gains 4 life.";
|
||||
}
|
||||
|
||||
public CentaurMediatorEffect(final CentaurMediatorEffect effect) {
|
||||
private CentaurMediatorEffect(final CentaurMediatorEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ class CephalidShrineTriggeredAbility extends TriggeredAbilityImpl {
|
|||
super(Zone.BATTLEFIELD, new CephalidShrineEffect(), false);
|
||||
}
|
||||
|
||||
public CephalidShrineTriggeredAbility(final CephalidShrineTriggeredAbility ability) {
|
||||
private CephalidShrineTriggeredAbility(final CephalidShrineTriggeredAbility ability) {
|
||||
super(ability);
|
||||
}
|
||||
|
||||
|
|
@ -88,7 +88,7 @@ class CephalidShrineEffect extends OneShotEffect {
|
|||
+ "as the spell";
|
||||
}
|
||||
|
||||
public CephalidShrineEffect(final CephalidShrineEffect effect) {
|
||||
private CephalidShrineEffect(final CephalidShrineEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@ class CephalidSnitchEffect extends LoseAbilityTargetEffect{
|
|||
staticText = "Target creature loses protection from black until end of turn.";
|
||||
}
|
||||
|
||||
public CephalidSnitchEffect(final CephalidSnitchEffect effect) {
|
||||
private CephalidSnitchEffect(final CephalidSnitchEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@ class CephalidVandalEffect extends OneShotEffect {
|
|||
staticText = "Then mill a card for each shred counter on {this}";
|
||||
}
|
||||
|
||||
public CephalidVandalEffect(final CephalidVandalEffect effect) {
|
||||
private CephalidVandalEffect(final CephalidVandalEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ class CertainDeathEffect extends OneShotEffect {
|
|||
this.staticText = "Destroy target creature. Its controller loses 2 life and you gain 2 life";
|
||||
}
|
||||
|
||||
public CertainDeathEffect(final CertainDeathEffect effect) {
|
||||
private CertainDeathEffect(final CertainDeathEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ public final class CeruleanWisps extends CardImpl {
|
|||
this.getSpellAbility().addEffect(new DrawCardSourceControllerEffect(1).concatBy("<br>"));
|
||||
}
|
||||
|
||||
public CeruleanWisps (final CeruleanWisps card) {
|
||||
private CeruleanWisps(final CeruleanWisps card) {
|
||||
super(card);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ class ChainOfSilenceEffect extends OneShotEffect {
|
|||
this.staticText = "Prevent all damage target creature would deal this turn. That creature's controller may sacrifice a land. If the player does, they may copy this spell and may choose a new target for that copy";
|
||||
}
|
||||
|
||||
public ChainOfSilenceEffect(final ChainOfSilenceEffect effect) {
|
||||
private ChainOfSilenceEffect(final ChainOfSilenceEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ class ChainOfVaporEffect extends OneShotEffect {
|
|||
this.staticText = "Return target nonland permanent to its owner's hand. Then that permanent's controller may sacrifice a land. If the player does, they may copy this spell and may choose a new target for that copy";
|
||||
}
|
||||
|
||||
public ChainOfVaporEffect(final ChainOfVaporEffect effect) {
|
||||
private ChainOfVaporEffect(final ChainOfVaporEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@ class ChainStasisEffect extends OneShotEffect {
|
|||
this.staticText = "You may tap or untap target creature. Then that creature's controller may pay {2}{U}. If the player does, they may copy this spell and may choose a new target for that copy";
|
||||
}
|
||||
|
||||
public ChainStasisEffect(final ChainStasisEffect effect) {
|
||||
private ChainStasisEffect(final ChainStasisEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ class ChainsOfMephistophelesReplacementEffect extends ReplacementEffectImpl {
|
|||
staticText = "If a player would draw a card except the first one they draw in each of their draw steps, that player discards a card instead. If the player discards a card this way, they draw a card. If the player doesn't discard a card this way, they mill a card";
|
||||
}
|
||||
|
||||
public ChainsOfMephistophelesReplacementEffect(final ChainsOfMephistophelesReplacementEffect effect) {
|
||||
private ChainsOfMephistophelesReplacementEffect(final ChainsOfMephistophelesReplacementEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ class ChaliceOfLifeEffect extends OneShotEffect {
|
|||
staticText = "You gain 1 life. Then if you have at least 10 life more than your starting life total, transform Chalice of Life";
|
||||
}
|
||||
|
||||
public ChaliceOfLifeEffect(final ChaliceOfLifeEffect effect) {
|
||||
private ChaliceOfLifeEffect(final ChaliceOfLifeEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ class ChaliceOfTheVoidTriggeredAbility extends TriggeredAbilityImpl {
|
|||
super(Zone.BATTLEFIELD, new CounterTargetEffect());
|
||||
}
|
||||
|
||||
public ChaliceOfTheVoidTriggeredAbility(final ChaliceOfTheVoidTriggeredAbility abiltity) {
|
||||
private ChaliceOfTheVoidTriggeredAbility(final ChaliceOfTheVoidTriggeredAbility abiltity) {
|
||||
super(abiltity);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -95,7 +95,7 @@ class ChamberSentryRemoveVariableCountersSourceCost extends VariableCostImpl {
|
|||
}
|
||||
}
|
||||
|
||||
public ChamberSentryRemoveVariableCountersSourceCost(final ChamberSentryRemoveVariableCountersSourceCost cost) {
|
||||
private ChamberSentryRemoveVariableCountersSourceCost(final ChamberSentryRemoveVariableCountersSourceCost cost) {
|
||||
super(cost);
|
||||
this.minimalCountersToPay = cost.minimalCountersToPay;
|
||||
this.counterName = cost.counterName;
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ class ChameleonBlurEffect extends PreventionEffectImpl {
|
|||
staticText = "prevent all damage that creatures would deal to players this turn";
|
||||
}
|
||||
|
||||
public ChameleonBlurEffect(final ChameleonBlurEffect effect) {
|
||||
private ChameleonBlurEffect(final ChameleonBlurEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -64,7 +64,7 @@ class ChancellorOfTheAnnexEffect extends OneShotEffect {
|
|||
staticText = "when each opponent casts their first spell of the game, counter that spell unless that player pays {1}";
|
||||
}
|
||||
|
||||
public ChancellorOfTheAnnexEffect(ChancellorOfTheAnnexEffect effect) {
|
||||
private ChancellorOfTheAnnexEffect(final ChancellorOfTheAnnexEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -73,7 +73,7 @@ class ChandraAblazeEffect1 extends OneShotEffect {
|
|||
this.staticText = "Discard a card";
|
||||
}
|
||||
|
||||
public ChandraAblazeEffect1(final ChandraAblazeEffect1 effect) {
|
||||
private ChandraAblazeEffect1(final ChandraAblazeEffect1 effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
@ -107,7 +107,7 @@ class ChandraAblazeEffect2 extends OneShotEffect {
|
|||
this.staticText = "If a red card is discarded this way, {this} deals 4 damage to any target";
|
||||
}
|
||||
|
||||
public ChandraAblazeEffect2(final ChandraAblazeEffect2 effect) {
|
||||
private ChandraAblazeEffect2(final ChandraAblazeEffect2 effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
@ -149,7 +149,7 @@ class ChandraAblazeEffect5 extends OneShotEffect {
|
|||
this.staticText = "Cast any number of red instant and/or sorcery cards from your graveyard without paying their mana costs";
|
||||
}
|
||||
|
||||
public ChandraAblazeEffect5(final ChandraAblazeEffect5 effect) {
|
||||
private ChandraAblazeEffect5(final ChandraAblazeEffect5 effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@ class ChandraElementalEffect extends OneShotEffect {
|
|||
this.staticText = "Create two 3/1 red Elemental creature tokens with haste. Exile them at the beginning of the next end step";
|
||||
}
|
||||
|
||||
public ChandraElementalEffect(final ChandraElementalEffect effect) {
|
||||
private ChandraElementalEffect(final ChandraElementalEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -76,7 +76,7 @@ class ChandraPyromasterEffect1 extends OneShotEffect {
|
|||
+ "planeswalker's controller controls. That creature can't block this turn.";
|
||||
}
|
||||
|
||||
public ChandraPyromasterEffect1(final ChandraPyromasterEffect1 effect) {
|
||||
private ChandraPyromasterEffect1(final ChandraPyromasterEffect1 effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
@ -107,7 +107,7 @@ class ChandraPyromasterTarget extends TargetPermanent {
|
|||
+ "or planeswalker's controller controls"), false);
|
||||
}
|
||||
|
||||
public ChandraPyromasterTarget(final ChandraPyromasterTarget target) {
|
||||
private ChandraPyromasterTarget(final ChandraPyromasterTarget target) {
|
||||
super(target);
|
||||
}
|
||||
|
||||
|
|
@ -168,7 +168,7 @@ class ChandraPyromasterEffect2 extends OneShotEffect {
|
|||
this.staticText = "Exile the top card of your library. You may play it this turn";
|
||||
}
|
||||
|
||||
public ChandraPyromasterEffect2(final ChandraPyromasterEffect2 effect) {
|
||||
private ChandraPyromasterEffect2(final ChandraPyromasterEffect2 effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
@ -205,7 +205,7 @@ class ChandraPyromasterEffect3 extends OneShotEffect {
|
|||
+ "You may cast the copies without paying their mana costs";
|
||||
}
|
||||
|
||||
public ChandraPyromasterEffect3(final ChandraPyromasterEffect3 effect) {
|
||||
private ChandraPyromasterEffect3(final ChandraPyromasterEffect3 effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -67,7 +67,7 @@ class ChandraRoaringFlameEmblemEffect extends OneShotEffect {
|
|||
this.staticText = "{this} deals 6 damage to each opponent. Each player dealt damage this way gets an emblem with \"At the beginning of your upkeep, this emblem deals 3 damage to you.\"";
|
||||
}
|
||||
|
||||
public ChandraRoaringFlameEmblemEffect(final ChandraRoaringFlameEmblemEffect effect) {
|
||||
private ChandraRoaringFlameEmblemEffect(final ChandraRoaringFlameEmblemEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -72,7 +72,7 @@ class ChandraTorchOfDefianceEffect extends OneShotEffect {
|
|||
this.staticText = "Exile the top card of your library. You may cast that card. If you don't, {this} deals 2 damage to each opponent";
|
||||
}
|
||||
|
||||
public ChandraTorchOfDefianceEffect(final ChandraTorchOfDefianceEffect effect) {
|
||||
private ChandraTorchOfDefianceEffect(final ChandraTorchOfDefianceEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@ class ChandrasDefeatEffect extends OneShotEffect {
|
|||
this.staticText = "{this} deals 5 damage to target red creature or red planeswalker. If it was a Chandra planeswalker, you may discard a card. If you do, draw a card.";
|
||||
}
|
||||
|
||||
public ChandrasDefeatEffect(final ChandrasDefeatEffect effect) {
|
||||
private ChandrasDefeatEffect(final ChandrasDefeatEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ class ChandrasIgnitionEffect extends OneShotEffect {
|
|||
this.staticText = "Target creature you control deals damage equal to its power to each other creature and each opponent";
|
||||
}
|
||||
|
||||
public ChandrasIgnitionEffect(final ChandrasIgnitionEffect effect) {
|
||||
private ChandrasIgnitionEffect(final ChandrasIgnitionEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@ class ChandrasRevolutionEffect extends OneShotEffect {
|
|||
this.staticText = "{this} deals 4 damage to target creature. Tap target land. That land doesn't untap during its controller's next untap step";
|
||||
}
|
||||
|
||||
public ChandrasRevolutionEffect(final ChandrasRevolutionEffect effect) {
|
||||
private ChandrasRevolutionEffect(final ChandrasRevolutionEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@ class ChandrasSpitfireAbility extends TriggeredAbilityImpl {
|
|||
super(Zone.BATTLEFIELD, new BoostSourceEffect(3, 0, Duration.EndOfTurn), false);
|
||||
}
|
||||
|
||||
public ChandrasSpitfireAbility(final ChandrasSpitfireAbility ability) {
|
||||
private ChandrasSpitfireAbility(final ChandrasSpitfireAbility ability) {
|
||||
super(ability);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@ class ChantOfVituGhaziPreventEffect extends PreventAllDamageByAllPermanentsEffec
|
|||
staticText = "Prevent all damage that would be dealt by creatures this turn. You gain life equal to the damage prevented this way";
|
||||
}
|
||||
|
||||
public ChantOfVituGhaziPreventEffect(final ChantOfVituGhaziPreventEffect effect) {
|
||||
private ChantOfVituGhaziPreventEffect(final ChantOfVituGhaziPreventEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@ class ChaosHarlequinEffect extends OneShotEffect {
|
|||
"{this} gets -4/-0 until end of turn. Otherwise, {this} gets +2/+0 until end of turn";
|
||||
}
|
||||
|
||||
public ChaosHarlequinEffect(final ChaosHarlequinEffect effect) {
|
||||
private ChaosHarlequinEffect(final ChaosHarlequinEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -103,7 +103,7 @@ class GainControlSourceEffect extends ContinuousEffectImpl {
|
|||
staticText = "target opponent gains control of {this}";
|
||||
}
|
||||
|
||||
public GainControlSourceEffect(final GainControlSourceEffect effect) {
|
||||
private GainControlSourceEffect(final GainControlSourceEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
@ -131,7 +131,7 @@ class ChaosLordEffect extends AsThoughEffectImpl {
|
|||
staticText = "Chaos Lord can attack as though it had haste unless it entered the battlefield this turn";
|
||||
}
|
||||
|
||||
public ChaosLordEffect(final ChaosLordEffect effect) {
|
||||
private ChaosLordEffect(final ChaosLordEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ public final class ChaosMaw extends CardImpl {
|
|||
addAbility(new EntersBattlefieldTriggeredAbility(new DamageAllEffect(3, "it", filter)));
|
||||
}
|
||||
|
||||
public ChaosMaw(final ChaosMaw chaosMaw){
|
||||
private ChaosMaw(final ChaosMaw chaosMaw){
|
||||
super(chaosMaw);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@ class ChaosWandEffect extends OneShotEffect {
|
|||
+ "bottom of that library in a random order.";
|
||||
}
|
||||
|
||||
public ChaosWandEffect(final ChaosWandEffect effect) {
|
||||
private ChaosWandEffect(final ChaosWandEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@ class ChaosWarpShuffleIntoLibraryEffect extends OneShotEffect {
|
|||
this.staticText = "The owner of target permanent shuffles it into their library";
|
||||
}
|
||||
|
||||
public ChaosWarpShuffleIntoLibraryEffect(final ChaosWarpShuffleIntoLibraryEffect effect) {
|
||||
private ChaosWarpShuffleIntoLibraryEffect(final ChaosWarpShuffleIntoLibraryEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
@ -82,7 +82,7 @@ class ChaosWarpRevealEffect extends OneShotEffect {
|
|||
this.staticText = ", then reveals the top card of their library. If it's a permanent card, they put it onto the battlefield";
|
||||
}
|
||||
|
||||
public ChaosWarpRevealEffect(final ChaosWarpRevealEffect effect) {
|
||||
private ChaosWarpRevealEffect(final ChaosWarpRevealEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -68,7 +68,7 @@ class ChaosphereEffect extends RestrictionEffect {
|
|||
staticText = "creatures with flying can block only creatures with flying";
|
||||
}
|
||||
|
||||
public ChaosphereEffect(final ChaosphereEffect effect) {
|
||||
private ChaosphereEffect(final ChaosphereEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@ class ChaoticBacklashEffect extends OneShotEffect {
|
|||
this.staticText = "{this} deals damage to target player equal to twice the number of white and/or blue permanents they control";
|
||||
}
|
||||
|
||||
public ChaoticBacklashEffect(final ChaoticBacklashEffect effect) {
|
||||
private ChaoticBacklashEffect(final ChaoticBacklashEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@ class ChaoticGooEffect extends OneShotEffect {
|
|||
staticText = "flip a coin. If you win the flip, put a +1/+1 counter on {this}. If you lose the flip, remove a +1/+1 counter from {this}";
|
||||
}
|
||||
|
||||
public ChaoticGooEffect(ChaoticGooEffect effect) {
|
||||
private ChaoticGooEffect(final ChaoticGooEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@ class ChaoticStrikeEffect extends OneShotEffect {
|
|||
staticText = "Flip a coin. If you win the flip, target creature gets +1/+1 until end of turn";
|
||||
}
|
||||
|
||||
public ChaoticStrikeEffect(ChaoticStrikeEffect effect) {
|
||||
private ChaoticStrikeEffect(final ChaoticStrikeEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ public final class Charge extends CardImpl {
|
|||
}
|
||||
|
||||
|
||||
public Charge(final Charge charge){
|
||||
private Charge(final Charge charge){
|
||||
super(charge);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -77,7 +77,7 @@ class ChargingCinderhornDamageTargetEffect extends OneShotEffect {
|
|||
super(Outcome.Damage);
|
||||
}
|
||||
|
||||
public ChargingCinderhornDamageTargetEffect(ChargingCinderhornDamageTargetEffect copy) {
|
||||
private ChargingCinderhornDamageTargetEffect(final ChargingCinderhornDamageTargetEffect copy) {
|
||||
super(copy);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@ class ChargingTuskodonEffect extends ReplacementEffectImpl {
|
|||
staticText = "If {this} would deal combat damage to a player, it deals double that damage to that player instead";
|
||||
}
|
||||
|
||||
public ChargingTuskodonEffect(final ChargingTuskodonEffect effect) {
|
||||
private ChargingTuskodonEffect(final ChargingTuskodonEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@ class ChariotOfTheSunEffect extends ContinuousEffectImpl {
|
|||
staticText = "and has base toughness 1";
|
||||
}
|
||||
|
||||
public ChariotOfTheSunEffect(final ChariotOfTheSunEffect effect) {
|
||||
private ChariotOfTheSunEffect(final ChariotOfTheSunEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@ class CharmedGriffinEffect extends OneShotEffect {
|
|||
this.staticText = "each other player may put an artifact or enchantment card onto the battlefield from their hand";
|
||||
}
|
||||
|
||||
public CharmedGriffinEffect(final CharmedGriffinEffect effect) {
|
||||
private CharmedGriffinEffect(final CharmedGriffinEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@ class CharmedPendantAbility extends ActivatedManaAbilityImpl {
|
|||
|
||||
}
|
||||
|
||||
public CharmedPendantAbility(final CharmedPendantAbility ability) {
|
||||
private CharmedPendantAbility(final CharmedPendantAbility ability) {
|
||||
super(ability);
|
||||
}
|
||||
|
||||
|
|
@ -91,7 +91,7 @@ class CharmedPendantManaEffect extends ManaEffect {
|
|||
staticText = "For each colored mana symbol in the milled card's mana cost, add one mana of that color";
|
||||
}
|
||||
|
||||
public CharmedPendantManaEffect(final CharmedPendantManaEffect effect) {
|
||||
private CharmedPendantManaEffect(final CharmedPendantManaEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -59,7 +59,7 @@ class ChasmSkulkerEffect extends OneShotEffect {
|
|||
this.staticText = "create X 1/1 blue Squid creature tokens with islandwalk, where X is the number of +1/+1 counters on Chasm Skulker";
|
||||
}
|
||||
|
||||
public ChasmSkulkerEffect(final ChasmSkulkerEffect effect) {
|
||||
private ChasmSkulkerEffect(final ChasmSkulkerEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@ class ChastiseEffect extends OneShotEffect {
|
|||
this.staticText = "You gain life equal to its power";
|
||||
}
|
||||
|
||||
public ChastiseEffect(final ChastiseEffect effect) {
|
||||
private ChastiseEffect(final ChastiseEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -65,7 +65,7 @@ class ChecksAndBalancesEffect extends OneShotEffect {
|
|||
staticText = "each of that player's opponents may discard a card. If they do, counter that spell";
|
||||
}
|
||||
|
||||
public ChecksAndBalancesEffect(final ChecksAndBalancesEffect effect) {
|
||||
private ChecksAndBalancesEffect(final ChecksAndBalancesEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -72,7 +72,7 @@ class ChickenALaKingTriggeredAbility extends TriggeredAbilityImpl {
|
|||
super(Zone.BATTLEFIELD, new AddCountersAllEffect(CounterType.P1P1.createInstance(), filter));
|
||||
}
|
||||
|
||||
public ChickenALaKingTriggeredAbility(final ChickenALaKingTriggeredAbility ability) {
|
||||
private ChickenALaKingTriggeredAbility(final ChickenALaKingTriggeredAbility ability) {
|
||||
super(ability);
|
||||
}
|
||||
|
||||
|
|
|
|||
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