refactor: Clean all copy constructors in cards starting A-B (#11124)

This commit is contained in:
Susucre 2023-09-09 05:55:41 +02:00 committed by GitHub
parent de687c7f0c
commit 239a566161
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
392 changed files with 453 additions and 453 deletions

View file

@ -63,7 +63,7 @@ public final class AAT1 extends CardImpl {
setTriggerPhrase("Whenever a repair counter is removed from a creature card in your graveyard ");
}
public AAT1TriggeredAbility(AAT1TriggeredAbility ability) {
private AAT1TriggeredAbility(final AAT1TriggeredAbility ability) {
super(ability);
}

View file

@ -51,7 +51,7 @@ class AJedisFervorEffect extends OneShotEffect {
staticText = "If an opponent cast a black spell this turn, that player sacrifices a creature or planeswalker.";
}
public AJedisFervorEffect(final AJedisFervorEffect effect) {
private AJedisFervorEffect(final AJedisFervorEffect effect) {
super(effect);
}

View file

@ -66,7 +66,7 @@ class AWingAttacksNextCombatIfAbleSourceEffect extends RequirementEffect {
staticText = "It must attack on your next combat if able";
}
public AWingAttacksNextCombatIfAbleSourceEffect(final AWingAttacksNextCombatIfAbleSourceEffect effect) {
private AWingAttacksNextCombatIfAbleSourceEffect(final AWingAttacksNextCombatIfAbleSourceEffect effect) {
super(effect);
this.turnNumber = effect.turnNumber;
this.phaseCount = effect.phaseCount;

View file

@ -51,7 +51,7 @@ class AbattoirGhoulEffect extends OneShotEffect {
staticText = "you gain life equal to that creature's toughness";
}
public AbattoirGhoulEffect(final AbattoirGhoulEffect effect) {
private AbattoirGhoulEffect(final AbattoirGhoulEffect effect) {
super(effect);
}

View file

@ -55,7 +55,7 @@ class AberrantResearcherEffect extends OneShotEffect {
staticText = "mill a card. If an instant or sorcery card was milled this way, transform {this}";
}
public AberrantResearcherEffect(final AberrantResearcherEffect effect) {
private AberrantResearcherEffect(final AberrantResearcherEffect effect) {
super(effect);
}

View file

@ -53,7 +53,7 @@ class AbsorbIdentityEffect extends OneShotEffect {
this.staticText = "You may have Shapeshifters you control become copies of that creature until end of turn.";
}
public AbsorbIdentityEffect(final AbsorbIdentityEffect effect) {
private AbsorbIdentityEffect(final AbsorbIdentityEffect effect) {
super(effect);
}

View file

@ -33,7 +33,7 @@ public final class AbyssalHorror extends CardImpl {
this.addAbility(ability);
}
public AbyssalHorror (final AbyssalHorror card) {
private AbyssalHorror(final AbyssalHorror card) {
super(card);
}

View file

@ -34,7 +34,7 @@ public final class AcademyDrake extends CardImpl {
}
public AcademyDrake(final AcademyDrake academyDrake) {
private AcademyDrake(final AcademyDrake academyDrake) {
super(academyDrake);
}

View file

@ -26,7 +26,7 @@ public final class AccorderPaladin extends CardImpl {
this.addAbility(new BattleCryAbility());
}
public AccorderPaladin (final AccorderPaladin card) {
private AccorderPaladin(final AccorderPaladin card) {
super(card);
}

View file

@ -30,7 +30,7 @@ public final class AccordersShield extends CardImpl {
}
public AccordersShield (final AccordersShield card) {
private AccordersShield(final AccordersShield card) {
super(card);
}

View file

@ -38,7 +38,7 @@ public final class AcidWebSpider extends CardImpl {
this.addAbility(ability);
}
public AcidWebSpider (final AcidWebSpider card) {
private AcidWebSpider(final AcidWebSpider card) {
super(card);
}

View file

@ -52,7 +52,7 @@ class AcornCatapultEffect extends OneShotEffect {
staticText = "that creature's controller or that player creates a 1/1 green Squirrel creature token";
}
public AcornCatapultEffect(final AcornCatapultEffect effect) {
private AcornCatapultEffect(final AcornCatapultEffect effect) {
super(effect);
}

View file

@ -52,7 +52,7 @@ class AcquireEffect extends OneShotEffect {
staticText = "Search target opponent's library for an artifact card and put that card onto the battlefield under your control. Then that player shuffles";
}
public AcquireEffect(final AcquireEffect effect) {
private AcquireEffect(final AcquireEffect effect) {
super(effect);
}

View file

@ -25,7 +25,7 @@ public final class Acridian extends CardImpl {
this.addAbility(new EchoAbility("{1}{G}"));
}
public Acridian (final Acridian card) {
private Acridian(final Acridian card) {
super(card);
}

View file

@ -43,7 +43,7 @@ class AdNauseamEffect extends OneShotEffect {
this.staticText = "Reveal the top card of your library and put that card into your hand. You lose life equal to its mana value. You may repeat this process any number of times";
}
public AdNauseamEffect(final AdNauseamEffect effect) {
private AdNauseamEffect(final AdNauseamEffect effect) {
super(effect);
}

View file

@ -65,7 +65,7 @@ class AdmiralAckbarTriggeredAbility extends TriggeredAbilityImpl {
super(Zone.BATTLEFIELD, effect);
}
public AdmiralAckbarTriggeredAbility(final AdmiralAckbarTriggeredAbility ability) {
private AdmiralAckbarTriggeredAbility(final AdmiralAckbarTriggeredAbility ability) {
super(ability);
}

View file

@ -57,7 +57,7 @@ class AegisOfHonorEffect extends RedirectionEffect {
+ "damage to you this turn, that spell deals that damage to its controller instead";
}
public AegisOfHonorEffect(final AegisOfHonorEffect card) {
private AegisOfHonorEffect(final AegisOfHonorEffect card) {
super(card);
}

View file

@ -60,7 +60,7 @@ class AeonChroniclerTriggeredAbility extends TriggeredAbilityImpl {
setTriggerPhrase("Whenever a time counter is removed from {this} while it's exiled, " );
}
public AeonChroniclerTriggeredAbility(final AeonChroniclerTriggeredAbility ability) {
private AeonChroniclerTriggeredAbility(final AeonChroniclerTriggeredAbility ability) {
super(ability);
}

View file

@ -33,7 +33,7 @@ public final class AeonEngine extends CardImpl {
this.addAbility(ability);
}
public AeonEngine(final AeonEngine card) {
private AeonEngine(final AeonEngine card) {
super(card);
}
@ -49,7 +49,7 @@ class AeonEngineEffect extends OneShotEffect {
this.staticText = "Reverse the game turn order.";
}
public AeonEngineEffect(final AeonEngineEffect effect) {
private AeonEngineEffect(final AeonEngineEffect effect) {
super(effect);
}

View file

@ -70,7 +70,7 @@ class AerialExtortionistExileEffect extends OneShotEffect {
"For as long as that card remains exiled, its owner may cast it";
}
public AerialExtortionistExileEffect(final AerialExtortionistExileEffect effect) {
private AerialExtortionistExileEffect(final AerialExtortionistExileEffect effect) {
super(effect);
}

View file

@ -75,7 +75,7 @@ class DynamicTargetCreaturePermanent extends TargetPermanent {
super(StaticFilters.FILTER_PERMANENT_CREATURES);
}
public DynamicTargetCreaturePermanent(final DynamicTargetCreaturePermanent target) {
private DynamicTargetCreaturePermanent(final DynamicTargetCreaturePermanent target) {
super(target);
}

View file

@ -54,7 +54,7 @@ class AetherChargeTriggeredAbility extends TriggeredAbilityImpl {
super(Zone.BATTLEFIELD, new AetherChargeEffect(), true); // is optional
}
public AetherChargeTriggeredAbility(AetherChargeTriggeredAbility ability) {
private AetherChargeTriggeredAbility(final AetherChargeTriggeredAbility ability) {
super(ability);
}
@ -93,7 +93,7 @@ class AetherChargeEffect extends OneShotEffect {
staticText = "you may have it deal 4 damage to target opponent or planeswalker";
}
public AetherChargeEffect(final AetherChargeEffect effect) {
private AetherChargeEffect(final AetherChargeEffect effect) {
super(effect);
}

View file

@ -51,7 +51,7 @@ class AetherRiftEffect extends OneShotEffect {
this.staticText = "discard a card at random. If you discard a creature card this way, return it from your graveyard to the battlefield unless any player pays 5 life";
}
public AetherRiftEffect(final AetherRiftEffect effect) {
private AetherRiftEffect(final AetherRiftEffect effect) {
super(effect);
}

View file

@ -47,7 +47,7 @@ class AetherSnapEffect extends OneShotEffect {
this.staticText = "Remove all counters from all permanents and exile all tokens";
}
public AetherSnapEffect(final AetherSnapEffect effect) {
private AetherSnapEffect(final AetherSnapEffect effect) {
super(effect);
}

View file

@ -43,7 +43,7 @@ class AetherStingTriggeredAbility extends TriggeredAbilityImpl {
super(Zone.BATTLEFIELD, new DamageTargetEffect(1), false);
}
public AetherStingTriggeredAbility(final AetherStingTriggeredAbility ability) {
private AetherStingTriggeredAbility(final AetherStingTriggeredAbility ability) {
super(ability);
}

View file

@ -56,7 +56,7 @@ class AetherVialEffect extends OneShotEffect {
this.staticText = "You may put a creature card with mana value equal to the number of charge counters on {this} from your hand onto the battlefield";
}
public AetherVialEffect(final AetherVialEffect effect) {
private AetherVialEffect(final AetherVialEffect effect) {
super(effect);
}

View file

@ -64,7 +64,7 @@ class AetherWebEffect extends AsThoughEffectImpl {
staticText = ", and can block creatures with shadow as though they didn't have shadow";
}
public AetherWebEffect(final AetherWebEffect effect) {
private AetherWebEffect(final AetherWebEffect effect) {
super(effect);
}

View file

@ -60,7 +60,7 @@ class AetherbornMarauderEffect extends OneShotEffect {
this.staticText = "move any number of +1/+1 counters from other permanents you control onto {this}";
}
public AetherbornMarauderEffect(final AetherbornMarauderEffect effect) {
private AetherbornMarauderEffect(final AetherbornMarauderEffect effect) {
super(effect);
}

View file

@ -48,7 +48,7 @@ class AethermagesTouchEffect extends OneShotEffect {
this.staticText = "Reveal the top four cards of your library. You may put a creature card from among them onto the battlefield. It gains \"At the beginning of your end step, return this creature to its owner's hand.\" Then put the rest of the cards revealed this way on the bottom of your library in any order";
}
public AethermagesTouchEffect(final AethermagesTouchEffect effect) {
private AethermagesTouchEffect(final AethermagesTouchEffect effect) {
super(effect);
}

View file

@ -58,7 +58,7 @@ class AetherplasmEffect extends OneShotEffect {
this.staticText = "you may put a creature card from your hand onto the battlefield blocking that creature";
}
public AetherplasmEffect(AetherplasmEffect effect) {
private AetherplasmEffect(final AetherplasmEffect effect) {
super(effect);
}

View file

@ -34,7 +34,7 @@ public final class AffaGuardHound extends CardImpl {
this.addAbility(ability);
}
public AffaGuardHound (final AffaGuardHound card) {
private AffaGuardHound(final AffaGuardHound card) {
super(card);
}

View file

@ -60,7 +60,7 @@ class MoveCounterToTargetFromSourceEffect extends OneShotEffect {
this.staticText = "move a +1/+1 counter from {this} onto target creature";
}
public MoveCounterToTargetFromSourceEffect(final MoveCounterToTargetFromSourceEffect effect) {
private MoveCounterToTargetFromSourceEffect(final MoveCounterToTargetFromSourceEffect effect) {
super(effect);
}
@ -92,7 +92,7 @@ class AfiyaGroveNoCountersAbility extends StateTriggeredAbility {
super(Zone.BATTLEFIELD, new SacrificeSourceEffect());
}
public AfiyaGroveNoCountersAbility(final AfiyaGroveNoCountersAbility ability) {
private AfiyaGroveNoCountersAbility(final AfiyaGroveNoCountersAbility ability) {
super(ability);
}

View file

@ -58,7 +58,7 @@ class AgadeemOccultistEffect extends OneShotEffect {
this.staticText = "Put target creature card from an opponent's graveyard onto the battlefield under your control if its mana value is less than or equal to the number of Allies you control";
}
public AgadeemOccultistEffect(final AgadeemOccultistEffect effect) {
private AgadeemOccultistEffect(final AgadeemOccultistEffect effect) {
super(effect);
}

View file

@ -49,7 +49,7 @@ class AgelessEntityEffect extends OneShotEffect {
this.staticText = "put that many +1/+1 counters on {this}";
}
public AgelessEntityEffect(final AgelessEntityEffect effect) {
private AgelessEntityEffect(final AgelessEntityEffect effect) {
super(effect);
}

View file

@ -46,7 +46,7 @@ class AgentOfMasksEffect extends OneShotEffect {
staticText = "each opponent loses 1 life. You gain life equal to the life lost this way";
}
public AgentOfMasksEffect(final AgentOfMasksEffect effect) {
private AgentOfMasksEffect(final AgentOfMasksEffect effect) {
super(effect);
}

View file

@ -50,7 +50,7 @@ class AggravateRequirementEffect extends RequirementEffect {
this.staticText = "Each creature dealt damage this way attacks this turn if able";
}
public AggravateRequirementEffect(final AggravateRequirementEffect effect) {
private AggravateRequirementEffect(final AggravateRequirementEffect effect) {
super(effect);
}

View file

@ -56,7 +56,7 @@ class AggressiveMiningEffect extends ContinuousRuleModifyingEffectImpl {
this.staticText = "You can't play lands";
}
public AggressiveMiningEffect(final AggressiveMiningEffect effect) {
private AggressiveMiningEffect(final AggressiveMiningEffect effect) {
super(effect);
}

View file

@ -48,7 +48,7 @@ class AgonizingMemoriesEffect extends OneShotEffect {
this.staticText = "Look at target player's hand and choose two cards from it. Put them on top of that player's library in any order.";
}
public AgonizingMemoriesEffect(final AgonizingMemoriesEffect effect) {
private AgonizingMemoriesEffect(final AgonizingMemoriesEffect effect) {
super(effect);
}

View file

@ -53,7 +53,7 @@ class AidFromTheCowlEffect extends OneShotEffect {
this.staticText = "reveal the top card of your library. If it's a permanent card, you may put it onto the battlefield. Otherwise, you may put that card on the bottom of your library";
}
public AidFromTheCowlEffect(final AidFromTheCowlEffect effect) {
private AidFromTheCowlEffect(final AidFromTheCowlEffect effect) {
super(effect);
}

View file

@ -54,7 +54,7 @@ class AjanisChosenEffect extends OneShotEffect {
staticText = "create a 2/2 white Cat creature token. If that enchantment is an Aura, you may attach it to the token";
}
public AjanisChosenEffect(final AjanisChosenEffect effect) {
private AjanisChosenEffect(final AjanisChosenEffect effect) {
super(effect);
}

View file

@ -65,7 +65,7 @@ class AjanisLastStandTriggeredAbility extends TriggeredAbilityImpl {
), false);
}
public AjanisLastStandTriggeredAbility(final AjanisLastStandTriggeredAbility ability) {
private AjanisLastStandTriggeredAbility(final AjanisLastStandTriggeredAbility ability) {
super(ability);
}

View file

@ -57,7 +57,7 @@ class AkkiLavarunnerAbility extends TriggeredAbilityImpl {
super(Zone.BATTLEFIELD, new FlipSourceEffect(new TokTokVolcanoBorn()));
}
public AkkiLavarunnerAbility(final AkkiLavarunnerAbility ability) {
private AkkiLavarunnerAbility(final AkkiLavarunnerAbility ability) {
super(ability);
}
@ -96,7 +96,7 @@ class TokTokVolcanoBorn extends TokenImpl {
this.addAbility(ProtectionAbility.from(ObjectColor.RED));
this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD, new TokTokVolcanoBornEffect()));
}
public TokTokVolcanoBorn(final TokTokVolcanoBorn token) {
private TokTokVolcanoBorn(final TokTokVolcanoBorn token) {
super(token);
}

View file

@ -29,7 +29,7 @@ public final class AkkiUnderminer extends CardImpl {
this.addAbility(new DealsCombatDamageToAPlayerTriggeredAbility(new SacrificeEffect(new FilterPermanent(), 1, "that player"), false, true));
}
public AkkiUnderminer (final AkkiUnderminer card) {
private AkkiUnderminer(final AkkiUnderminer card) {
super(card);
}

View file

@ -68,7 +68,7 @@ class AkoumFirebirdLandfallAbility extends TriggeredAbilityImpl {
super(zone, effect, optional);
}
public AkoumFirebirdLandfallAbility(final AkoumFirebirdLandfallAbility ability) {
private AkoumFirebirdLandfallAbility(final AkoumFirebirdLandfallAbility ability) {
super(ability);
}

View file

@ -64,7 +64,7 @@ class AkoumFlameseekerEffect extends OneShotEffect {
this.staticText = "Discard a card. If you do, draw a card";
}
public AkoumFlameseekerEffect(final AkoumFlameseekerEffect effect) {
private AkoumFlameseekerEffect(final AkoumFlameseekerEffect effect) {
super(effect);
}

View file

@ -106,7 +106,7 @@ class AkoumHellkiteDamageEffect extends OneShotEffect {
super(Outcome.Damage);
}
public AkoumHellkiteDamageEffect(final AkoumHellkiteDamageEffect effect) {
private AkoumHellkiteDamageEffect(final AkoumHellkiteDamageEffect effect) {
super(effect);
}

View file

@ -53,7 +53,7 @@ class AkoumStonewakerEffect extends OneShotEffect {
this.staticText = "create a 3/1 red Elemental creature token with trample and haste. Exile that token at the beginning of the next end step";
}
public AkoumStonewakerEffect(final AkoumStonewakerEffect effect) {
private AkoumStonewakerEffect(final AkoumStonewakerEffect effect) {
super(effect);
}

View file

@ -26,7 +26,7 @@ public final class AkrasanSquire extends CardImpl {
this.addAbility(new ExaltedAbility());
}
public AkrasanSquire (final AkrasanSquire card) {
private AkrasanSquire(final AkrasanSquire card) {
super(card);
}

View file

@ -100,7 +100,7 @@ class AkroanHorseGainControlEffect extends ContinuousEffectImpl {
this.staticText = "Gain control of Akroan Horse";
}
public AkroanHorseGainControlEffect(final AkroanHorseGainControlEffect effect) {
private AkroanHorseGainControlEffect(final AkroanHorseGainControlEffect effect) {
super(effect);
this.controller = effect.controller;
}

View file

@ -57,7 +57,7 @@ class AladdinsLampEffect extends ReplacementEffectImpl {
staticText = "The next time you would draw a card this turn, instead look at the top X cards of your library, put all but one of them on the bottom of your library in a random order, then draw a card. X can't be 0.";
}
public AladdinsLampEffect(final AladdinsLampEffect effect) {
private AladdinsLampEffect(final AladdinsLampEffect effect) {
super(effect);
}

View file

@ -71,7 +71,7 @@ class AlchemistsGambitEffect extends ReplacementEffectImpl {
this.turnId = turnId;
}
public AlchemistsGambitEffect(final AlchemistsGambitEffect effect) {
private AlchemistsGambitEffect(final AlchemistsGambitEffect effect) {
super(effect);
this.turnId = effect.turnId;
}

View file

@ -58,7 +58,7 @@ class AleatoryEffect extends OneShotEffect {
staticText = "Flip a coin. If you win the flip, target creature gets +1/+1 until end of turn";
}
public AleatoryEffect(AleatoryEffect effect) {
private AleatoryEffect(final AleatoryEffect effect) {
super(effect);
}

View file

@ -60,7 +60,7 @@ class AlhammarretHighArbiterEffect extends OneShotEffect {
+ "<br>Your opponents can't cast spells with the chosen name";
}
public AlhammarretHighArbiterEffect(final AlhammarretHighArbiterEffect effect) {
private AlhammarretHighArbiterEffect(final AlhammarretHighArbiterEffect effect) {
super(effect);
}
@ -114,7 +114,7 @@ class AlhammarretHighArbiterCantCastEffect extends ContinuousRuleModifyingEffect
staticText = "Your opponents can't cast spells with the chosen name";
}
public AlhammarretHighArbiterCantCastEffect(final AlhammarretHighArbiterCantCastEffect effect) {
private AlhammarretHighArbiterCantCastEffect(final AlhammarretHighArbiterCantCastEffect effect) {
super(effect);
this.cardName = effect.cardName;
this.zoneChangeCounter = effect.zoneChangeCounter;

View file

@ -48,7 +48,7 @@ class AliFromCairoReplacementEffect extends ReplacementEffectImpl {
staticText = "Damage that would reduce your life total to less than 1 reduces it to 1 instead";
}
public AliFromCairoReplacementEffect(final AliFromCairoReplacementEffect effect) {
private AliFromCairoReplacementEffect(final AliFromCairoReplacementEffect effect) {
super(effect);
}

View file

@ -57,7 +57,7 @@ class AlignedHedronNetworkExileEffect extends OneShotEffect {
this.staticText = "exile all creatures with power 5 or greater until {this} leaves the battlefield";
}
public AlignedHedronNetworkExileEffect(final AlignedHedronNetworkExileEffect effect) {
private AlignedHedronNetworkExileEffect(final AlignedHedronNetworkExileEffect effect) {
super(effect);
}

View file

@ -53,7 +53,7 @@ class WellEffect extends OneShotEffect {
staticText = "You gain 2 life for each creature you control";
}
public WellEffect(final WellEffect effect) {
private WellEffect(final WellEffect effect) {
super(effect);
}

View file

@ -48,7 +48,7 @@ class AllianceOfArmsEffect extends OneShotEffect {
"creates X 1/1 white Soldier creature tokens, where X is the total amount of mana paid this way";
}
public AllianceOfArmsEffect(final AllianceOfArmsEffect effect) {
private AllianceOfArmsEffect(final AllianceOfArmsEffect effect) {
super(effect);
}

View file

@ -55,7 +55,7 @@ class AlmsCollectorReplacementEffect extends ReplacementEffectImpl {
staticText = "If an opponent would draw two or more cards, instead you and that player each draw a card";
}
public AlmsCollectorReplacementEffect(final AlmsCollectorReplacementEffect effect) {
private AlmsCollectorReplacementEffect(final AlmsCollectorReplacementEffect effect) {
super(effect);
}

View file

@ -70,7 +70,7 @@ class CantBeBlockedByMoreThanOneAttachedEffect extends ContinuousEffectImpl {
staticText = attachmentType.verb() + " creature can't be blocked by more than " + CardUtil.numberToText(amount) + " creature" + (amount == 1 ? "" : "s");
}
public CantBeBlockedByMoreThanOneAttachedEffect(final CantBeBlockedByMoreThanOneAttachedEffect effect) {
private CantBeBlockedByMoreThanOneAttachedEffect(final CantBeBlockedByMoreThanOneAttachedEffect effect) {
super(effect);
this.amount = effect.amount;
this.attachmentType = effect.attachmentType;

View file

@ -48,7 +48,7 @@ class AlphaBrawlEffect extends OneShotEffect {
staticText = "Target creature an opponent controls deals damage equal to its power to each other creature that player controls, then each of those creatures deals damage equal to its power to that creature";
}
public AlphaBrawlEffect(final AlphaBrawlEffect effect) {
private AlphaBrawlEffect(final AlphaBrawlEffect effect) {
super(effect);
}

View file

@ -59,7 +59,7 @@ class AlpineMoonEffect extends ContinuousEffectImpl {
+ "and they gain \"{T}: Add one mana of any color.\"";
}
public AlpineMoonEffect(final AlpineMoonEffect effect) {
private AlpineMoonEffect(final AlpineMoonEffect effect) {
super(effect);
}

View file

@ -89,7 +89,7 @@ class AlrundGodOfTheCosmosEffect extends OneShotEffect {
staticText = ", then reveal the top two cards of your library. Put all cards of the chosen type revealed this way into your hand and the rest on the bottom of your library in any order";
}
public AlrundGodOfTheCosmosEffect(final AlrundGodOfTheCosmosEffect effect) {
private AlrundGodOfTheCosmosEffect(final AlrundGodOfTheCosmosEffect effect) {
super(effect);
}

View file

@ -51,7 +51,7 @@ class AltarOfDementiaEffect extends OneShotEffect {
staticText = "Target player mills cards equal to the sacrificed creature's power";
}
public AltarOfDementiaEffect(final AltarOfDementiaEffect effect) {
private AltarOfDementiaEffect(final AltarOfDementiaEffect effect) {
super(effect);
}

View file

@ -60,7 +60,7 @@ class AltarOfShadowsEffect extends OneShotEffect {
this.staticText = "add {B} for each charge counter on Altar of Shadows";
}
public AltarOfShadowsEffect(final AltarOfShadowsEffect effect) {
private AltarOfShadowsEffect(final AltarOfShadowsEffect effect) {
super(effect);
}

View file

@ -77,7 +77,7 @@ class AlurenRuleEffect extends ContinuousEffectImpl {
staticText = "Any player may cast creature cards with mana value 3 or less without paying their mana cost";
}
public AlurenRuleEffect(final AlurenRuleEffect effect) {
private AlurenRuleEffect(final AlurenRuleEffect effect) {
super(effect);
}

View file

@ -47,7 +47,7 @@ class AmassTheComponentsEffect extends OneShotEffect {
this.staticText = "Draw three cards, then put a card from your hand on the bottom of your library";
}
public AmassTheComponentsEffect(final AmassTheComponentsEffect effect) {
private AmassTheComponentsEffect(final AmassTheComponentsEffect effect) {
super(effect);
}

View file

@ -81,7 +81,7 @@ class AminatouPlusEffect extends OneShotEffect {
staticText = "draw a card, then put a card from your hand on top of your library";
}
public AminatouPlusEffect(final AminatouPlusEffect effect) {
private AminatouPlusEffect(final AminatouPlusEffect effect) {
super(effect);
}
@ -122,7 +122,7 @@ class AminatouUltimateEffect extends OneShotEffect {
+ " the Fateshifter controlled by the next player in the chosen direction.";
}
public AminatouUltimateEffect(final AminatouUltimateEffect effect) {
private AminatouUltimateEffect(final AminatouUltimateEffect effect) {
super(effect);
}

View file

@ -66,7 +66,7 @@ class AminatousAuguryEffect extends OneShotEffect {
+ "you may cast a spell of that type from among the exiled cards without paying its mana cost.";
}
public AminatousAuguryEffect(final AminatousAuguryEffect effect) {
private AminatousAuguryEffect(final AminatousAuguryEffect effect) {
super(effect);
}
@ -142,7 +142,7 @@ class AminatousAuguryCastFromExileEffect extends AsThoughEffectImpl {
staticText = "Cast this card without paying its mana cost";
}
public AminatousAuguryCastFromExileEffect(final AminatousAuguryCastFromExileEffect effect) {
private AminatousAuguryCastFromExileEffect(final AminatousAuguryCastFromExileEffect effect) {
super(effect);
}

View file

@ -33,7 +33,7 @@ public final class AmmitEternal extends CardImpl {
this.addAbility(new DealsCombatDamageToAPlayerTriggeredAbility(new RemoveAllCountersSourceEffect(CounterType.M1M1), false));
}
public AmmitEternal(final AmmitEternal ammitEternal) {
private AmmitEternal(final AmmitEternal ammitEternal) {
super(ammitEternal);
}

View file

@ -42,7 +42,7 @@ class AmnesiaEffect extends OneShotEffect {
this.staticText = "Target player reveals their hand and discards all nonland cards";
}
public AmnesiaEffect(final AmnesiaEffect effect) {
private AmnesiaEffect(final AmnesiaEffect effect) {
super(effect);
}

View file

@ -49,7 +49,7 @@ class AnHavvaConstableEffect extends ContinuousEffectImpl {
staticText = "{this}'s toughness is equal to 1 plus the number of green creatures on the battlefield";
}
public AnHavvaConstableEffect(final AnHavvaConstableEffect effect) {
private AnHavvaConstableEffect(final AnHavvaConstableEffect effect) {
super(effect);
}

View file

@ -44,7 +44,7 @@ class AnHavvaInnEffect extends OneShotEffect {
staticText = "You gain X plus 1 life, where X is the number of green creatures on the battlefield";
}
public AnHavvaInnEffect(final AnHavvaInnEffect effect) {
private AnHavvaInnEffect(final AnHavvaInnEffect effect) {
super(effect);
}

View file

@ -49,7 +49,7 @@ class AnZerrinRuinsDontUntapEffect extends DontUntapInControllersUntapStepAllEff
this.staticText = "Creatures of the chosen type don't untap during their controllers' untap steps";
}
public AnZerrinRuinsDontUntapEffect(final AnZerrinRuinsDontUntapEffect effect) {
private AnZerrinRuinsDontUntapEffect(final AnZerrinRuinsDontUntapEffect effect) {
super(effect);
}

View file

@ -75,7 +75,7 @@ class AnaBattlemageKickerEffect extends OneShotEffect {
this.staticText = "tap target untapped creature and it deals damage equal to its power to its controller";
}
public AnaBattlemageKickerEffect(final AnaBattlemageKickerEffect effect) {
private AnaBattlemageKickerEffect(final AnaBattlemageKickerEffect effect) {
super(effect);
}

View file

@ -25,7 +25,7 @@ public final class Anaconda extends CardImpl {
this.addAbility(new SwampwalkAbility());
}
public Anaconda (final Anaconda card) {
private Anaconda(final Anaconda card) {
super(card);
}

View file

@ -72,7 +72,7 @@ class AnafenzaTheForemostEffect extends ReplacementEffectImpl {
staticText = "If a nontoken creature an opponent owns would die or a creature card not on the battlefield would be put into an opponent's graveyard, exile that card instead";
}
public AnafenzaTheForemostEffect(final AnafenzaTheForemostEffect effect) {
private AnafenzaTheForemostEffect(final AnafenzaTheForemostEffect effect) {
super(effect);
}

View file

@ -53,7 +53,7 @@ class AncestorDragonEffect extends OneShotEffect {
staticText = "you gain 1 life for each attacking creature";
}
public AncestorDragonEffect(final AncestorDragonEffect effect) {
private AncestorDragonEffect(final AncestorDragonEffect effect) {
super(effect);
}

View file

@ -19,7 +19,7 @@ public final class AncientDen extends CardImpl {
this.addAbility(new WhiteManaAbility());
}
public AncientDen (final AncientDen card) {
private AncientDen(final AncientDen card) {
super(card);
}

View file

@ -48,7 +48,7 @@ class AncientExcavationEffect extends OneShotEffect {
staticText = "Draw cards equal to the number of cards in your hand, then discard a card for each card drawn this way";
}
public AncientExcavationEffect(final AncientExcavationEffect effect) {
private AncientExcavationEffect(final AncientExcavationEffect effect) {
super(effect);
}

View file

@ -45,7 +45,7 @@ class AncientRunesDamageTargetEffect extends OneShotEffect {
this.staticText = "{this} deals damage to that player equal to the number of artifacts they control";
}
public AncientRunesDamageTargetEffect(AncientRunesDamageTargetEffect copy) {
private AncientRunesDamageTargetEffect(final AncientRunesDamageTargetEffect copy) {
super(copy);
}

View file

@ -63,7 +63,7 @@ class AngelOfDeliveranceDealsDamageTriggeredAbility extends TriggeredAbilityImpl
super(Zone.BATTLEFIELD, new ExileTargetEffect(), false);
}
public AngelOfDeliveranceDealsDamageTriggeredAbility(final AngelOfDeliveranceDealsDamageTriggeredAbility ability) {
private AngelOfDeliveranceDealsDamageTriggeredAbility(final AngelOfDeliveranceDealsDamageTriggeredAbility ability) {
super(ability);
}

View file

@ -33,7 +33,7 @@ public final class AngelOfDespair extends CardImpl {
this.addAbility(ability);
}
public AngelOfDespair (final AngelOfDespair card) {
private AngelOfDespair(final AngelOfDespair card) {
super(card);
}

View file

@ -58,7 +58,7 @@ class AngelOfGlorysRiseEffect extends OneShotEffect {
staticText = "exile all Zombies, then return all Human creature cards from your graveyard to the battlefield";
}
public AngelOfGlorysRiseEffect(final AngelOfGlorysRiseEffect effect) {
private AngelOfGlorysRiseEffect(final AngelOfGlorysRiseEffect effect) {
super(effect);
}

View file

@ -62,7 +62,7 @@ class AngelOfJubilationEffect extends ContinuousEffectImpl {
staticText = "Players can't pay life or sacrifice creatures to cast spells";
}
public AngelOfJubilationEffect(final AngelOfJubilationEffect effect) {
private AngelOfJubilationEffect(final AngelOfJubilationEffect effect) {
super(effect);
}

View file

@ -57,7 +57,7 @@ class AngelheartVialTriggeredAbility extends TriggeredAbilityImpl {
super(Zone.BATTLEFIELD, new AngelheartVialEffect(), true);
}
public AngelheartVialTriggeredAbility(final AngelheartVialTriggeredAbility ability) {
private AngelheartVialTriggeredAbility(final AngelheartVialTriggeredAbility ability) {
super(ability);
}
@ -92,7 +92,7 @@ class AngelheartVialEffect extends OneShotEffect {
super(Outcome.Benefit);
}
public AngelheartVialEffect(final AngelheartVialEffect effect) {
private AngelheartVialEffect(final AngelheartVialEffect effect) {
super(effect);
}

View file

@ -58,7 +58,7 @@ class AngelicArbiterCantAttackTargetEffect extends RestrictionEffect {
staticText = "Each opponent who cast a spell this turn can't attack with creatures";
}
public AngelicArbiterCantAttackTargetEffect(final AngelicArbiterCantAttackTargetEffect effect) {
private AngelicArbiterCantAttackTargetEffect(final AngelicArbiterCantAttackTargetEffect effect) {
super(effect);
}
@ -89,7 +89,7 @@ class AngelicArbiterEffect2 extends ContinuousRuleModifyingEffectImpl {
staticText = "Each opponent who attacked with a creature this turn can't cast spells";
}
public AngelicArbiterEffect2(final AngelicArbiterEffect2 effect) {
private AngelicArbiterEffect2(final AngelicArbiterEffect2 effect) {
super(effect);
}

View file

@ -43,7 +43,7 @@ class AngelicChorusTriggeredAbility extends TriggeredAbilityImpl {
super(Zone.BATTLEFIELD, new AngelicChorusEffect(), false);
}
public AngelicChorusTriggeredAbility(AngelicChorusTriggeredAbility ability) {
private AngelicChorusTriggeredAbility(final AngelicChorusTriggeredAbility ability) {
super(ability);
}
@ -82,7 +82,7 @@ class AngelicChorusEffect extends OneShotEffect {
staticText = "you gain life equal to its toughness";
}
public AngelicChorusEffect(final AngelicChorusEffect effect) {
private AngelicChorusEffect(final AngelicChorusEffect effect) {
super(effect);
}

View file

@ -70,7 +70,7 @@ class AngelicFavorEffect extends OneShotEffect {
this.staticText = "Create a 4/4 white Angel creature token with flying. Exile it at the beginning of the next end step";
}
public AngelicFavorEffect(final AngelicFavorEffect effect) {
private AngelicFavorEffect(final AngelicFavorEffect effect) {
super(effect);
}

View file

@ -59,7 +59,7 @@ class AngelicGuardianGainEffect extends OneShotEffect {
staticText = "they gain indestructible until end of turn";
}
public AngelicGuardianGainEffect(final AngelicGuardianGainEffect effect) {
private AngelicGuardianGainEffect(final AngelicGuardianGainEffect effect) {
super(effect);
}

View file

@ -53,7 +53,7 @@ class AngelsGraceEffect extends ContinuousRuleModifyingEffectImpl {
+ "and your opponents can't win the game this turn";
}
public AngelsGraceEffect(final AngelsGraceEffect effect) {
private AngelsGraceEffect(final AngelsGraceEffect effect) {
super(effect);
}
@ -85,7 +85,7 @@ class AngelsGraceReplacementEffect extends ReplacementEffectImpl {
+ "life total to less than 1 reduces it to 1 instead";
}
public AngelsGraceReplacementEffect(final AngelsGraceReplacementEffect effect) {
private AngelsGraceReplacementEffect(final AngelsGraceReplacementEffect effect) {
super(effect);
}

View file

@ -79,7 +79,7 @@ class AngrathMinotaurPirateThirdAbilityEffect extends OneShotEffect {
this.staticText = "Destroy all creature target opponent controls. {this} deals damage to that player equal to their total power";
}
public AngrathMinotaurPirateThirdAbilityEffect(final AngrathMinotaurPirateThirdAbilityEffect effect) {
private AngrathMinotaurPirateThirdAbilityEffect(final AngrathMinotaurPirateThirdAbilityEffect effect) {
super(effect);
}

View file

@ -77,7 +77,7 @@ class AngrathTheFlameUltimateEffect extends OneShotEffect {
this.staticText = "Each opponent loses life equal to the number of cards in their graveyard";
}
public AngrathTheFlameUltimateEffect(final AngrathTheFlameUltimateEffect effect) {
private AngrathTheFlameUltimateEffect(final AngrathTheFlameUltimateEffect effect) {
super(effect);
}
@ -105,7 +105,7 @@ class AngrathTheFlameCreateDelayedTriggerEffect extends OneShotEffect {
staticText = "Sacrifice it at the beginning of the next end step if it has mana value 3 or less";
}
public AngrathTheFlameCreateDelayedTriggerEffect(final AngrathTheFlameCreateDelayedTriggerEffect effect) {
private AngrathTheFlameCreateDelayedTriggerEffect(final AngrathTheFlameCreateDelayedTriggerEffect effect) {
super(effect);
}
@ -134,7 +134,7 @@ class AngrathTheFlameChainedDelayedTriggeredAbility extends DelayedTriggeredAbil
super(effect, Duration.Custom);
}
public AngrathTheFlameChainedDelayedTriggeredAbility(final AngrathTheFlameChainedDelayedTriggeredAbility ability) {
private AngrathTheFlameChainedDelayedTriggeredAbility(final AngrathTheFlameChainedDelayedTriggeredAbility ability) {
super(ability);
}

View file

@ -52,7 +52,7 @@ class AngrathsMaraudersEffect extends ReplacementEffectImpl {
staticText = "If a source you control would deal damage to a permanent or player, it deals double that damage to that permanent or player instead";
}
public AngrathsMaraudersEffect(final AngrathsMaraudersEffect effect) {
private AngrathsMaraudersEffect(final AngrathsMaraudersEffect effect) {
super(effect);
}

View file

@ -64,7 +64,7 @@ class AnimalBoneyardEffect extends OneShotEffect {
staticText = "You gain life equal to that creature's toughness";
}
public AnimalBoneyardEffect(final AnimalBoneyardEffect effect) {
private AnimalBoneyardEffect(final AnimalBoneyardEffect effect) {
super(effect);
}

View file

@ -45,7 +45,7 @@ class AnimalMagnetismEffect extends OneShotEffect {
this.staticText = "Reveal the top five cards of your library. An opponent chooses a creature card from among them. Put that card onto the battlefield and the rest into your graveyard";
}
public AnimalMagnetismEffect(final AnimalMagnetismEffect effect) {
private AnimalMagnetismEffect(final AnimalMagnetismEffect effect) {
super(effect);
}

View file

@ -62,7 +62,7 @@ class AnimateArtifactContinuousEffect extends ContinuousEffectImpl {
staticText = "As long as enchanted artifact isn't a creature, it's an artifact creature with power and toughness each equal to its mana value";
}
public AnimateArtifactContinuousEffect(final AnimateArtifactContinuousEffect effect) {
private AnimateArtifactContinuousEffect(final AnimateArtifactContinuousEffect effect) {
super(effect);
}

View file

@ -49,7 +49,7 @@ class AnimistsAwakeningEffect extends OneShotEffect {
+ "<br><i>Spell mastery</i> &mdash; If there are two or more instant and/or sorcery cards in your graveyard, untap those lands";
}
public AnimistsAwakeningEffect(final AnimistsAwakeningEffect effect) {
private AnimistsAwakeningEffect(final AnimistsAwakeningEffect effect) {
super(effect);
}

View file

@ -58,7 +58,7 @@ class AnthemOfRakdosHellbentEffect extends ReplacementEffectImpl {
staticText = "<i>Hellbent</i> &mdash; As long as you have no cards in hand, if a source you control would deal damage to a permanent or player, it deals double that damage to that permanent or player instead.";
}
public AnthemOfRakdosHellbentEffect(final AnthemOfRakdosHellbentEffect effect) {
private AnthemOfRakdosHellbentEffect(final AnthemOfRakdosHellbentEffect effect) {
super(effect);
}

View file

@ -61,7 +61,7 @@ class AntiMagicAuraRuleEffect extends ContinuousRuleModifyingEffectImpl {
staticText = "and can't be enchanted by other Auras";
}
public AntiMagicAuraRuleEffect(final AntiMagicAuraRuleEffect effect) {
private AntiMagicAuraRuleEffect(final AntiMagicAuraRuleEffect effect) {
super(effect);
}

View file

@ -44,7 +44,7 @@ public final class AnvilOfBogardan extends CardImpl {
class AnvilOfBogardanEffect extends OneShotEffect {
public AnvilOfBogardanEffect(final AnvilOfBogardanEffect effect) {
private AnvilOfBogardanEffect(final AnvilOfBogardanEffect effect) {
super(effect);
}

Some files were not shown because too many files have changed in this diff Show more