foul-magics/Mage/src/main/java/mage/abilities
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
..
abilityword Fixed copy 2019-04-12 08:53:58 +04:00
common * Commander: fixed that spells with dynamic/X targets doesn't work from command zone (#5852); 2019-06-14 21:50:36 +04:00
condition * Buyback ability - fixed that it doesn't work after rollbacks (#5835, #5836); 2019-06-16 22:08:32 +04:00
costs Improved and fixed X mana cost and pays, mana pool: 2019-06-20 21:18:01 +04:00
decorator * Threshold abilities - fixed that restriction part of ability is not apply in some cards (#5738); 2019-05-01 20:55:21 +04:00
dynamicvalue * Kicker - added support of X and mana cost interactions like Rosheen Meanderer + Verdeloth the Ancient combo (#3538); 2019-06-18 11:28:41 +04:00
effects Improved and fixed X mana cost and pays, mana pool: 2019-06-20 21:18:01 +04:00
hint * Ascend ability - added card hint with permanents count; 2019-05-14 15:03:25 +04:00
keyword * Kicker - added support of X and mana cost interactions like Rosheen Meanderer + Verdeloth the Ancient combo (#3538); 2019-06-18 11:28:41 +04:00
mana Improved and fixed X mana cost and pays, mana pool: 2019-06-20 21:18:01 +04:00
meta
text
Abilities.java
AbilitiesImpl.java
Ability.java Added static and colored hints for cards 2019-02-04 18:48:45 +04:00
AbilityImpl.java Improved and fixed X mana cost and pays, mana pool: 2019-06-20 21:18:01 +04:00
ActivatedAbility.java
ActivatedAbilityImpl.java
ActivationInfo.java
CompoundAbility.java
DelayedTriggeredAbilities.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
DelayedTriggeredAbility.java
EvasionAbility.java
Gender.java
LoyaltyAbility.java
MageSingleton.java
Mode.java Improved target messages for users: added extra hints; 2019-01-21 12:53:02 +04:00
Modes.java Fixed mode text, added 4 modes support; 2019-04-19 09:03:16 +04:00
OpeningHandAction.java
PlayLandAbility.java
SpecialAction.java
SpecialActions.java
SpellAbility.java Fixed tests with multiple X values 2019-06-06 21:07:51 +04:00
StateTriggeredAbility.java Fixed NPE errors 2019-06-17 12:23:10 +04:00
StaticAbility.java
TriggeredAbilities.java
TriggeredAbility.java
TriggeredAbilityImpl.java