foul-magics/Mage/src/main/java/mage/abilities
2020-08-23 12:14:13 +02:00
..
abilityword Code cleanup 2020-07-28 18:15:32 +04:00
common * Removed unused imports. 2020-08-22 11:51:34 +02:00
condition * replaces all [source} by {this}. ATTENTION !!!: Only supporting [this} from now on in rule text. 2020-08-22 12:52:49 +02:00
costs * Removed unused imports. 2020-08-22 11:51:34 +02:00
decorator * Fixed available mana calculation for Cryptic Trilobite and Titans' Nest. Added some improvements for available mana calculation of conditional mana. 2020-08-16 01:16:52 +02:00
dynamicvalue * replaces all [source} by {this}. ATTENTION !!!: Only supporting [this} from now on in rule text. 2020-08-22 12:52:49 +02:00
effects * Made choose a card name choices mandatory (not selecting a name could cause null pointer exceptions e.g. Meddling Mage). 2020-08-23 12:14:13 +02:00
hint * If you control a commander - added card hints; 2020-08-17 04:03:54 +04:00
keyword * Removed unused imports. 2020-08-22 11:51:34 +02:00
mana * Removed unused imports. 2020-08-22 11:51:34 +02:00
meta Fixed missing locale param in string operations (#4634) 2020-07-03 02:00:58 +04:00
text
Abilities.java * Doubling Cube - Added support for possible mana calculation (related to #6698). 2020-08-18 00:22:53 +02:00
AbilitiesImpl.java * Doubling Cube - Added support for possible mana calculation (related to #6698). 2020-08-18 00:22:53 +02:00
Ability.java * Improved handling of asThoughtAs approval by abilities that allows a clear and easy assignment of the approving effect. 2020-08-21 14:58:22 +02:00
AbilityImpl.java * replaces all [source} by {this}. ATTENTION !!!: Only supporting [this} from now on in rule text. 2020-08-22 12:52:49 +02:00
ActivatedAbility.java * Removed unused imports. 2020-08-22 11:51:34 +02:00
ActivatedAbilityImpl.java * Improved handling of asThoughtAs approval by abilities that allows a clear and easy assignment of the approving effect. 2020-08-21 14:58:22 +02:00
ActivationInfo.java Update *.sh and *.java files to use Unix line endings 2020-07-09 13:07:26 -04:00
CompoundAbility.java
DelayedTriggeredAbilities.java
DelayedTriggeredAbility.java
EvasionAbility.java
Gender.java
LoyaltyAbility.java
MageSingleton.java
Mode.java
Modes.java * replaces all [source} by {this}. ATTENTION !!!: Only supporting [this} from now on in rule text. 2020-08-22 12:52:49 +02:00
OpeningHandAction.java
PlayLandAbility.java * Improved handling of asThoughtAs approval by abilities that allows a clear and easy assignment of the approving effect. 2020-08-21 14:58:22 +02:00
SpecialAction.java Reworked and improved special mana payment abilities (convoke, delve, assist, improvise): 2020-06-19 13:09:45 +04:00
SpecialActions.java
SpellAbility.java * Improved handling of asThoughtAs approval by abilities that allows a clear and easy assignment of the approving effect. 2020-08-21 14:58:22 +02:00
StateTriggeredAbility.java
StaticAbility.java
TriggeredAbilities.java
TriggeredAbility.java
TriggeredAbilityImpl.java Tests: added verify check for wrong optional settings on DoIfCostPaid usage; 2020-08-14 16:22:34 +04:00