foul-magics/Mage/src/main/java/mage/abilities/effects
2021-01-30 10:28:08 -05:00
..
common changed library searching text to be in line with more cards 2021-01-30 10:28:08 -05:00
keyword Refactoring methods which add counters to track which player adds the counters (ready for review) (#7448) 2021-01-26 19:06:13 -05:00
mana [KHM] Implemented Glittering Frost 2021-01-13 18:02:25 -05:00
ApplyCountersEffect.java
AsThoughEffect.java
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
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