foul-magics/Mage/src/main/java/mage/abilities/effects
Oleg Agafonov 437861ec20 Improved and fixed X mana cost and pays, mana pool:
* Pay X abilities - fixed that it spends all available mana pool instead only needed;
 * Pay X abilities - added support of interactions with other X effects like Rosheen Meanderer's mana usage for "pay X to prevent";
 * Rosheen Meanderer - fixed that it can't use mana for "you may pay X" like Flameblast Dragon's effect (#5206);
 * Devs: added support to use VariableManaCost to pay X in code (without generic's workaround, use ManaUtil.createManaCost to generate cost to pay);
2019-06-20 21:18:01 +04:00
..
common Improved and fixed X mana cost and pays, mana pool: 2019-06-20 21:18:01 +04:00
keyword - The Adapt effect now works correctly when the permanent is blinked. 2019-04-29 14:18:44 -05:00
mana - added some null checks. #5537 2019-01-21 10:33:42 -06:00
ApplyCountersEffect.java
AsThoughEffect.java
AsThoughEffectImpl.java
AsThoughManaEffect.java
AsTurnedFaceUpEffect.java
AuraReplacementEffect.java Fixed NullPointerException when Accursed Witch transforms (#5571) 2019-02-03 19:40:46 -06:00
ContinuousEffect.java * Until end of your turn - fixed that effects discarded too early in multiplayer games (#5759, #5676); 2019-04-28 11:27:08 +04:00
ContinuousEffectImpl.java Added ConditionalPreventionEffect to support prevention effects with conditions (#5738) 2019-05-01 12:49:19 +04:00
ContinuousEffects.java fixed Splice onto Instant or Sorcery causing rollbacks, still need to fix it not working (#5830) 2019-06-07 22:08:41 -04:00
ContinuousEffectsList.java * No more continuous effects stay on battlefield after player leave the game; 2019-04-28 19:32:25 +04:00
ContinuousRuleModifyingEffect.java
ContinuousRuleModifyingEffectImpl.java
CostModificationEffect.java
CreateTokenCopySourceEffect.java
Effect.java Improved and fixed cards texts: 2019-01-04 23:51:42 +04:00
EffectImpl.java Improved and fixed cards texts: 2019-01-04 23:51:42 +04:00
Effects.java Improved and fixed cards texts: 2019-01-04 23:51:42 +04:00
EntersBattlefieldEffect.java
EquipEffect.java
GainAbilitySpellsEffect.java
OneShotEffect.java
PayCostToAttackBlockEffect.java
PayCostToAttackBlockEffectImpl.java
PhantomPreventionEffect.java
PlaneswalkerRedirectionEffect.java
PreventDamageAndRemoveCountersEffect.java Refactor Ugin's Conjurant, Protean Hydra with a new ability. Fixed Ashiok, Dream Renderer (#5737) 2019-04-23 17:12:20 -05:00
PreventionEffect.java
PreventionEffectData.java
PreventionEffectImpl.java
RedirectionEffect.java
ReplacementEffect.java
ReplacementEffectImpl.java
RequirementEffect.java
RestrictionEffect.java * Fixed cards with skip untap optional ability that cause game freezes (#5606) 2019-03-01 18:10:32 +04:00
RestrictionUntapNotMoreThanEffect.java
SearchEffect.java
SpliceCardEffect.java
SpliceCardEffectImpl.java
WhileConditionContinuousEffect.java