foul-magics/Mage/src/mage/abilities/effects
2014-03-16 10:05:20 +01:00
..
common Fixed the "can only block flying creatures effect" (e.g. Varporkin). It was implemented as replacement effect instead of restriction effect which leads to dead locks in combat if it was forced to block a non flyer. 2014-03-16 10:05:20 +01:00
ApplyCountersEffect.java [refactor] moved enums from Constants class 2013-06-16 12:28:10 +03:00
AsThoughEffect.java [refactor] moved enums from Constants class 2013-06-16 12:28:10 +03:00
AsThoughEffectImpl.java [refactor] moved enums from Constants class 2013-06-16 12:28:10 +03:00
AuraReplacementEffect.java [refactor] moved enums from Constants class 2013-06-16 12:28:10 +03:00
ContinuousEffect.java [refactor] moved enums from Constants class 2013-06-16 12:28:10 +03:00
ContinuousEffectImpl.java [refactor] moved enums from Constants class 2013-06-16 12:28:10 +03:00
ContinuousEffects.java * Fixed that ThoughtAs effects could be used by any player instead of only the controller of the effect. (Fixes e.g. that Misthollow Griffin could be cast by any player from exile). 2014-03-11 00:14:56 +01:00
ContinuousEffectsList.java [refactor] moved enums from Constants class 2013-06-16 12:28:10 +03:00
CostModificationEffect.java Fixed cost modification order (Rule 601.2e) and added CostModificationType 2013-09-24 19:52:58 +02:00
CostModificationEffectImpl.java Added new SpellCostReductionSourceEffect to implement conditional source spell cost reductions. 2014-03-11 16:40:50 +01:00
Effect.java Added possibility to set a flag for effects that causes to call game.applyEffects() after the effect is resolved. 2013-07-17 11:45:22 +02:00
EffectImpl.java if multiple permanents come to battlefield at the same time, they are aware now of each other. (e.g. useful for for Valakut, the Molten Pinnacle). 2014-02-06 01:02:44 +01:00
Effects.java * Level up cards - Fixed tooltip rule text generation of level up cards. 2013-10-30 16:23:32 +01:00
EntersBattlefieldEffect.java [refactor] moved enums from Constants class 2013-06-16 12:28:10 +03:00
OneShotEffect.java [refactor] moved enums from Constants class 2013-06-16 12:28:10 +03:00
PlaneswalkerRedirectionEffect.java Some changes to RedirectionEffect. 2013-08-24 17:16:42 +02:00
PostResolveEffect.java [refactor] moved enums from Constants class 2013-06-16 12:28:10 +03:00
PreventAllNonCombatDamageToEffect.java - Added Aven Trailblazer, Mark of Asylum, and Mirror-Sigil Sergeant. Tests for each. 2013-09-25 11:54:27 -05:00
PreventionEffect.java
PreventionEffectImpl.java * Defend of Hearth - Fixd that prevention effect was applied also to permanents instead only to players. 2013-09-20 14:22:09 +02:00
RedirectionEffect.java Some changes to RedirectionEffect. 2013-08-24 17:16:42 +02:00
ReplacementEffect.java Some minor formatting. 2014-03-15 17:44:08 +01:00
ReplacementEffectImpl.java Added CantAttackControllerAttachedEffect. Minor formatting. 2014-02-11 17:28:59 +01:00
RequirementEffect.java Renamed some combat effects for name consistency. 2013-09-17 15:55:21 +02:00
RestrictionEffect.java * Tromokratis - Added check that blockers can't be selected to block if they are not able to block anyway. Some redesign of combat. 2014-01-30 15:01:25 +01:00
RestrictionUntapNotMoreThanEffect.java Added effect type and logic to handle multiple untap restriction effects. 2013-08-10 13:06:32 +02:00
SearchEffect.java [refactor] moved enums from Constants class 2013-06-16 12:28:10 +03:00
SpliceCardEffect.java Added SpliceOntoArcane Ability. It's working but it will need some handling improvements. 2013-06-26 17:34:14 +02:00
SpliceCardEffectImpl.java Added SpliceOntoArcane Ability. It's working but it will need some handling improvements. 2013-06-26 17:34:14 +02:00
WhileConditionContiniousEffect.java [refactor] moved enums from Constants class 2013-06-16 12:28:10 +03:00