foul-magics/Mage/src/main/java/mage/abilities/effects/common/continuous
2019-06-07 16:31:51 +04:00
..
ActivateAbilitiesAnyTimeYouCouldCastInstantEffect.java [GRN] Added Thief of Sanity. 2018-09-22 16:43:15 +02:00
AddCardColorAttachedEffect.java
AddCardSubtypeAllEffect.java remove static fields from AddCardSubtypeAllEffect 2018-09-24 21:25:01 +02:00
AddCardSubtypeAttachedEffect.java
AddCardSubTypeTargetEffect.java
AddCardSuperTypeAttachedEffect.java
AddCardTypeAttachedEffect.java
AddCardTypeSourceEffect.java
AddCardTypeTargetEffect.java change enum comparison 2018-07-08 13:11:39 +02:00
AddChosenSubtypeEffect.java Rename : typo in static method 2018-09-29 13:35:48 +02:00
AssignNoCombatDamageSourceEffect.java
BecomesAuraSourceEffect.java
BecomesBasicLandEnchantedEffect.java Refactor: removed unused custom set filters in SubType requests; 2019-02-04 00:53:51 +04:00
BecomesBasicLandTargetEffect.java Refactor: removed unused custom set filters in SubType requests; 2019-02-04 00:53:51 +04:00
BecomesBlackZombieAdditionEffect.java
BecomesChosenCreatureTypeSourceEffect.java
BecomesChosenCreatureTypeTargetEffect.java
BecomesColorAllEffect.java Implement Nightcreep 2018-07-01 10:58:25 -04:00
BecomesColorOrColorsTargetEffect.java
BecomesColorSourceEffect.java
BecomesColorTargetEffect.java
BecomesCreatureAllEffect.java * Awakening of Vitu-Ghazi - fixed that it creates non legendary tokens 2019-04-30 14:40:19 +04:00
BecomesCreatureAttachedEffect.java Refactor: removed unused custom set filters in SubType requests; 2019-02-04 00:53:51 +04:00
BecomesCreatureAttachedWithActivatedAbilityOrSpellEffect.java Refactor: removed unused custom set filters in SubType requests; 2019-02-04 00:53:51 +04:00
BecomesCreatureIfVehicleEffect.java
BecomesCreatureSourceEffect.java Refactor: removed unused custom set filters in SubType requests; 2019-02-04 00:53:51 +04:00
BecomesCreatureTargetEffect.java [MH1] fixed Scale Up that it removes abilities; 2019-06-07 16:31:51 +04:00
BecomesCreatureTypeTargetEffect.java Refactor: removed unused custom set filters in SubType requests; 2019-02-04 00:53:51 +04:00
BecomesEnchantmentSourceEffect.java - Added Hidden Stag and Soul Sculptor. 2018-10-29 11:45:37 -05:00
BecomesFaceDownCreatureAllEffect.java
BecomesFaceDownCreatureEffect.java
BecomesSubtypeAllEffect.java Refactor: removed unused custom set filters in SubType requests; 2019-02-04 00:53:51 +04:00
BoostAllEffect.java Fix some BBD card text 2018-06-06 23:23:55 +02:00
BoostAllOfChosenSubtypeEffect.java Rename : typo in static method 2018-09-29 13:35:48 +02:00
BoostControlledEffect.java
BoostEnchantedEffect.java
BoostEquippedEffect.java
BoostOpponentsEffect.java
BoostPairedEffect.java
BoostSourceEffect.java
BoostSourceWhileControlsEffect.java
BoostTargetEffect.java couple of sonar fixes 2019-01-17 12:03:22 +01:00
CantCastMoreThanOneSpellEffect.java rewrite watchers to GameState.getWatcher(), rather than getWatchers().get(). This hides away the implementation of the watchers. Accepts the class rather than the name. Always returns the specific subclass, so there is no more casting needed. Only 1 line in the common library remains, that is still using the old 'deprecated' method. Needs a new version release to do that. 2019-01-06 20:59:13 +01:00
CantGainLifeAllEffect.java
CantGainLifeTargetEffect.java
CastAsThoughItHadFlashAllEffect.java add isOwned and isControlled methods. remove some null-checks, remove some unnecessary casts 2018-07-04 14:24:11 +02:00
CastAsThoughItHadFlashSourceEffect.java
CastFromHandWithoutPayingManaCostEffect.java
CommanderManaReplacementEffect.java
CommanderReplacementEffect.java replaced apostrophes 2018-06-06 22:39:16 -04:00
ControlEnchantedEffect.java - Fixed #5538 and #5629 2019-03-21 16:21:46 -05:00
CreaturesCantGetOrHaveAbilityEffect.java
DamageCantBePreventedEffect.java
DontLoseByZeroOrLessLifeEffect.java
ExchangeControlTargetEffect.java add isOwned and isControlled methods. remove some null-checks, remove some unnecessary casts 2018-07-04 14:24:11 +02:00
GainAbilityAllEffect.java
GainAbilityAllOfChosenSubtypeEffect.java
GainAbilityAttachedEffect.java Fixed GainAbilityAttachedEffect that it can't apply some effects after enchantment dies (from gitter); 2019-01-04 23:57:28 +04:00
GainAbilityControlledEffect.java * Board the Weatherlight - Fixed that the cards left were not returned in random order. 2018-06-09 17:15:01 +02:00
GainAbilityControlledSpellsEffect.java add isOwned and isControlled methods. remove some null-checks, remove some unnecessary casts 2018-07-04 14:24:11 +02:00
GainAbilityControllerEffect.java
GainAbilityPairedEffect.java
GainAbilitySourceEffect.java
GainAbilityTargetEffect.java Refactor: improved emblem rules generation; 2019-01-03 11:41:34 +04:00
GainControlAllEffect.java
GainControlTargetEffect.java - Fixed #5538 and #5629 2019-03-21 16:21:46 -05:00
GainProtectionFromColorAllEffect.java
GainProtectionFromColorSourceEffect.java
GainProtectionFromColorTargetEffect.java
GainProtectionFromTypeTargetEffect.java
GainSuspendEffect.java
LifeTotalCantChangeControllerEffect.java
LookAtTopCardOfLibraryAnyTimeEffect.java broke out LookAtTopCardOfLibraryAnyTimeEffect into its own class 2019-04-13 15:03:54 -04:00
LoseAbilityAllEffect.java * Board the Weatherlight - Fixed that the cards left were not returned in random order. 2018-06-09 17:15:01 +02:00
LoseAbilityAttachedEffect.java
LoseAbilityOrAnotherAbilityTargetEffect.java
LoseAbilitySourceEffect.java
LoseAbilityTargetEffect.java
LoseAllAbilitiesAllEffect.java
LoseAllAbilitiesTargetEffect.java
LoseAllCreatureTypesTargetEffect.java Refactor: removed unused custom set filters in SubType requests; 2019-02-04 00:53:51 +04:00
LoseArtifactTypeTargetEffect.java Refactor: removed unused custom set filters in SubType requests; 2019-02-04 00:53:51 +04:00
LoseCreatureTypeSourceEffect.java Refactor: removed unused custom set filters in SubType requests; 2019-02-04 00:53:51 +04:00
MaximumHandSizeControllerEffect.java
PlayAdditionalLandsAllEffect.java
PlayAdditionalLandsControllerEffect.java
PlayTheTopCardEffect.java add isOwned and isControlled methods. remove some null-checks, remove some unnecessary casts 2018-07-04 14:24:11 +02:00
PlayWithHandRevealedEffect.java
PlayWithTheTopCardRevealedEffect.java
SetCardColorAttachedEffect.java
SetCardSubtypeAttachedEffect.java Refactor: removed unused custom set filters in SubType requests; 2019-02-04 00:53:51 +04:00
SetPowerSourceEffect.java
SetPowerToughnessAllEffect.java
SetPowerToughnessEnchantedEffect.java Implemented Octopus Umbra 2018-07-25 12:39:06 -04:00
SetPowerToughnessSourceEffect.java
SetPowerToughnessTargetEffect.java
SetToughnessSourceEffect.java
SourceEffect.java
SwitchPowerToughnessAllEffect.java
SwitchPowerToughnessSourceEffect.java
SwitchPowerToughnessTargetEffect.java fixed Invert // Invent not switch power and toughness 2018-09-23 22:20:02 -04:00
UntapAllDuringEachOtherPlayersUntapStepEffect.java * Updated UntapAllDuringEachOtherPlayersUntapStepEffect to also work correct with EndTurn effects played last turn. 2019-05-08 17:36:31 +02:00
UntapSourceDuringEachOtherPlayersUntapStepEffect.java * Fixed cards with skip untap optional ability that cause game freezes (#5606) 2019-03-01 18:10:32 +04:00
WUBRGInsteadEffect.java