foul-magics/Mage/src/main/java/mage/abilities/effects
2021-01-16 16:49:52 -05:00
..
common Refactored 4 exisiting cards to use ExileTopXMayPlayUntilEndOfTurnEffect (#7401) 2021-01-16 16:49:52 -05:00
keyword Improved some source related filters in effects: 2020-12-25 19:06:36 +04:00
mana [KHM] Implemented Glittering Frost 2021-01-13 18:02:25 -05:00
ApplyCountersEffect.java * Transform abilities - fixed duplicated triggered abilities from transformed permanents; 2020-07-30 12:13:32 +04:00
AsThoughEffect.java * Implemeented consumable flag for asThoughtEffects and a player choice which effect to use if multiple consumable effects allow the same action. 2020-08-21 21:24:42 +02:00
AsThoughEffectImpl.java Added modal double faces cards implementation (MDF cards, #7012) 2020-11-01 10:03:09 +01:00
AsThoughManaEffect.java
AsTurnedFaceUpEffect.java
AuraReplacementEffect.java Refactor: replaced sourceId by source and introduced source param in some methods; 2020-12-12 20:23:19 +04:00
CastCardFromGraveyardThenExileItEffect.java
ContinuousEffect.java
ContinuousEffectImpl.java Tyvar Kell and gain ability fixes: 2021-01-12 04:41:35 +04:00
ContinuousEffects.java * Added some trace output for continous effects and triggered abilities. Changed duration of AffinityEffect to WhileOnStack to prevent wrong handling for removement of the effect. 2021-01-13 09:14:29 +01:00
ContinuousEffectsList.java * Fixed that effects with custom duration are not automatically removed from the game if source permanents leaves the game (fixes #6997). 2020-12-28 18:36:05 +01:00
ContinuousRuleModifyingEffect.java
ContinuousRuleModifyingEffectImpl.java
CostModificationEffect.java
CreateTokenCopySourceEffect.java Implemented Skyclave Relic 2020-09-07 21:20:57 -04:00
Effect.java
EffectImpl.java Tyvar Kell and gain ability fixes: 2021-01-12 04:41:35 +04:00
Effects.java Little fixes and code refactor 2020-08-29 18:09:44 +04:00
EntersBattlefieldEffect.java Refactor: replaced sourceId by source and introduced source param in some methods; 2020-12-12 20:23:19 +04:00
EquipEffect.java
GainAbilitySpellsEffect.java * Gain cost modification abilities - fixed that commanders can't be played without full mana (example: gained Affinity by Mycosynth Golem, gained Convoke by Chief Engineer, see #7249 #7171, #6698); 2020-12-18 18:33:44 +04:00
OneShotEffect.java
PayCostToAttackBlockEffect.java
PayCostToAttackBlockEffectImpl.java Refactor: replaced sourceId by source and introduced source param in some methods; 2020-12-12 20:23:19 +04:00
PhantomPreventionEffect.java Refactor: replaced sourceId by source and introduced source param in some methods; 2020-12-12 20:23:19 +04:00
PlaneswalkerRedirectionEffect.java Refactor: replaced sourceId by source and introduced source param in some methods; 2020-12-12 20:23:19 +04:00
PreventDamageAndRemoveCountersEffect.java Refactor: replaced sourceId by source and introduced source param in some methods; 2020-12-12 20:23:19 +04:00
PreventionEffect.java
PreventionEffectData.java
PreventionEffectImpl.java
RedirectionEffect.java Refactor: replaced sourceId by source and introduced source param in some methods; 2020-12-12 20:23:19 +04:00
ReplacementEffect.java
ReplacementEffectImpl.java
RequirementEffect.java
RestrictionEffect.java
RestrictionUntapNotMoreThanEffect.java
SearchEffect.java
SpliceCardEffect.java
SpliceCardEffectImpl.java
WhileConditionContinuousEffect.java