foul-magics/Mage/src/main/java/mage/abilities/effects
Oleg Agafonov 2d96d36ec8 AsThough effects improves and fixes:
* AsThough: added documentation about code usage and restrictions;
* AsThough: added additional checks for correct usage;
* AsThough: simplified some code;
* PlayFromNotOwnHandZoneTargetEffect - added permanents support as targets;
* Release to the Wind - fixed that it can't cast exiled cards (#7415, #7416);
* Test framework: fixed that checkExileCount checking card's owner;
* GUI: fixed typo in Trample card icons;
2021-01-31 22:32:23 +04:00
..
common AsThough effects improves and fixes: 2021-01-31 22:32:23 +04: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 AsThough effects improves and fixes: 2021-01-31 22:32:23 +04:00
AsThoughEffectImpl.java AsThough effects improves and fixes: 2021-01-31 22:32:23 +04: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 AsThough effects improves and fixes: 2021-01-31 22:32:23 +04: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 updated a test failure fix 2021-01-30 13:37:29 -05: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